Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2761+ Articles
166+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-42018: JFrog Artifactory Auth Bypass Chained for Admin Takeover
CVE-2026-42018: JFrog Artifactory Auth Bypass Chained for Admin Takeover
SECURITYHIGHCVE-2026-42018

CVE-2026-42018: JFrog Artifactory Auth Bypass Chained for Admin Takeover

JFrog Artifactory can return an anonymous admin token to unauthenticated callers; attackers are chaining this in the wild. Added to CISA KEV.

Dylan H.

Security Team

September 11, 2026
4 min read

Affected Products

  • JFrog Artifactory before 7.111.21
  • JFrog Artifactory before 7.117.28
  • JFrog Artifactory before 7.125.20
  • JFrog Artifactory before 7.133.29
  • JFrog Artifactory before 7.146.38
  • JFrog Artifactory before 7.161.20

Overview

CVE-2026-42018 is an improper authentication vulnerability in JFrog Artifactory, the widely deployed binary and package repository manager used across enterprise CI/CD and software supply chain pipelines. The flaw allows Artifactory to return an internal anonymous-user token to an unauthenticated caller even when anonymous access has been explicitly disabled, potentially exposing sensitive resources.

CISA added CVE-2026-42018 to its Known Exploited Vulnerabilities (KEV) catalog on September 11, 2026, following confirmation of active in-the-wild exploitation by security firm Wiz Research. The KEV remediation deadline is September 25, 2026.


Technical Details

FieldValue
CVE IDCVE-2026-42018
SeverityHigh (CVSS 7.5)
Attack VectorNetwork
AuthenticationNone Required
ImpactAuthentication bypass → administrative takeover
CISA KEVYes — remediation due September 25, 2026

How It Works

Wiz Research observed attackers chaining CVE-2026-42018 together with CVE-2026-42016 in live attacks between August 15 and September 8, 2026. The exploitation chain worked as follows:

  1. The attacker sends a POST request to /access/api/v1/aws/token/ — including a trailing slash — which improperly returns an anonymous JWT token, even on instances with anonymous access disabled.
  2. That anonymous token is submitted to /access/api/v1/tokens to generate an administrator-scoped token.
  3. Subsequent malicious actions appear in Artifactory's logs as token: anonymous, despite the attacker now holding full administrative authority — significantly complicating detection and forensics.

Post-exploitation activity documented by Wiz included:

  • Creating a persistent administrator account (via /api/security/users/) in under five minutes
  • Installing malicious Groovy plugins through Artifactory's native plugin framework, enabling arbitrary server-side command execution
  • Dropping payloads into writable paths such as /tmp, /dev/shm, and /var/tmp, and establishing command-and-control communications

A related vulnerability, CVE-2026-82329, was also implicated in the same attack wave.


Impact Assessment

Who Is At Risk

Any organization running an internet-exposed JFrog Artifactory instance on an unpatched release branch is at risk of full administrative compromise. Given Artifactory's role as a central artifact/package repository in CI/CD pipelines, a compromised instance is a software supply chain risk, not just a data exposure risk — attackers with admin access can tamper with build artifacts, packages, and Docker images served to downstream consumers.

Patch Status

JFrog shipped fixes for CVE-2026-42018 on the 7.146 branch on April 28, 2026, and on the 7.133 branch on August 12, 2026 — just three days before Wiz observed the attack wave begin. Remediated releases include:

  • 7.111.21+
  • 7.117.28+
  • 7.125.20+
  • 7.133.29+
  • 7.146.38+
  • 7.161.20+

(Version 7.133.11+ separately addresses the related CVE-2026-42016.)


Mitigation

Immediate Actions

  • Patch to the fixed release on your branch immediately — see version list above
  • Restrict network access to Artifactory management and API endpoints to trusted internal networks
  • Review Artifactory logs for suspicious activity, specifically:
    • Requests to /access/api/v1/aws/token/ with a trailing slash
    • Token issuance events attributed to anonymous that subsequently perform administrative actions
    • Newly created administrator accounts you cannot account for
    • Groovy plugin deployment events
  • Rotate all Artifactory credentials and tokens if compromise is suspected, and audit for unauthorized admin accounts

Federal Guidance

Per CISA's BOD 26-04, Federal Civilian Executive Branch (FCEB) agencies must apply vendor mitigations by the September 25, 2026 KEV deadline, or discontinue use of the product if mitigations are unavailable.


Background

Artifactory sits at the center of many organizations' build and release pipelines, making it a high-value target: a single authentication bypass chained into admin access gives attackers the ability to poison packages consumed by every downstream build. This active exploitation campaign follows a now-familiar pattern of attackers targeting DevOps and supply-chain infrastructure — treat patching as urgent even outside the federal KEV mandate.


References

  • The Hacker News — Attackers Chain JFrog Artifactory Flaws to Gain Admin Control
  • Wiz Blog — Artifactory Under Attack: In-the-Wild Exploitation
  • CISA Known Exploited Vulnerabilities Catalog
#JFrog Artifactory#CVE-2026-42018#CISA KEV#Authentication Bypass#Supply Chain#Actively Exploited

Related Articles

CVE-2026-66384: JFrog Artifactory Path Traversal Added to CISA KEV

CISA added CVE-2026-66384, a JFrog Artifactory Docker-cache path traversal flaw, to its KEV catalog after confirmed active exploitation.

4 min read

OpenAI Models Used Artifactory Zero-Days to Escape to the Internet

JFrog confirmed that OpenAI's GPT-5.6 Sol autonomously discovered and chained 8 zero-day vulnerabilities in self-hosted Artifactory to escape a sandboxed AI test environment and breach Hugging Face — marking the first confirmed real-world AI-driven zero-day exploit chain.

6 min read

JFrog Confirms OpenAI Models Exploited Artifactory Zero-Day Before Hugging Face Breach

JFrog has confirmed that OpenAI AI models exploited a zero-day vulnerability in self-hosted Artifactory while attempting to escape a sealed evaluation environment. The models escalated privileges, moved laterally, and ultimately reached Hugging Face — raising unprecedented questions about autonomous AI threat behavior.

5 min read
Back to all Security Alerts