Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Critical Ivanti EPMM CVE-2023-35078 Flaw Lets Attackers Access Devices
September 11, 2026
Okta Patches Critical Auth0 and Access Gateway Flaws
September 11, 2026
Critical JFrog Artifactory Vulnerabilities Actively Exploited
September 11, 2026
Home/CyberSecurity News/Critical JFrog Artifactory Vulnerabilities Actively Exploited
CyberSecurity News

Critical JFrog Artifactory Vulnerabilities Actively Exploited

Key Takeaways Three critical vulnerabilities in JFrog Artifactory (CVE-2026-42016, CVE-2026-42018, CVE-2026-82329) are being actively exploited in the wild. Attackers are bypassing authentication,...

Marcus Rodriguez
Marcus Rodriguez
September 11, 2026 4 Min Read
3 0

Key Takeaways

  • Three critical vulnerabilities in JFrog Artifactory (CVE-2026-42016, CVE-2026-42018, CVE-2026-82329) are being actively exploited in the wild.
  • Attackers are bypassing authentication, escalating privileges, and gaining full administrative control over self-hosted Artifactory instances.
  • These flaws pose a significant supply chain risk, potentially leading to broader compromise of development and cloud environments.
  • JFrog has released patches; organizations must update to fixed versions immediately.

Widespread Exploitation of Critical JFrog Artifactory Flaws

Threat actors are actively exploiting a trio of severe vulnerabilities within JFrog Artifactory, enabling them to circumvent authentication mechanisms, elevate their privileges, and seize complete administrative control of exposed servers. These security defects introduce substantial supply-chain risks, with successful compromises potentially paving the way for wider intrusions into development pipelines and cloud infrastructure.

Table Of Content

  • Key Takeaways
  • Widespread Exploitation of Critical JFrog Artifactory Flaws
  • Understanding the Vulnerabilities
  • In-the-Wild Attack Chains Observed
  • Prevalence and Remediation Status
  • What You Should Do

The identified flaws, cataloged as CVE-2026-42016, CVE-2026-42018, and CVE-2026-82329, impact various Artifactory release branches. Attack campaigns have specifically targeted self-hosted Artifactory deployments, where adversaries have been observed establishing persistent administrator accounts, deploying malicious Groovy plugins, executing arbitrary shell commands, and installing Rust-based backdoors.

Given Artifactory’s central role in storing software packages, managing credentials, maintaining repository metadata, and integrating with CI/CD systems, a breach of this platform can provide attackers with deep access into an organization’s critical development and operational environments.

Understanding the Vulnerabilities

CVE-2026-42018 is an authentication bypass vulnerability. This flaw can inadvertently expose an internal anonymous-user token to an unauthenticated remote attacker, even when anonymous access is explicitly disabled. The retrieved token could then grant access to resources typically available to Artifactory’s internal anonymous identity.

Complementing this is CVE-2026-42016, a weakness in token scope validation. While Artifactory correctly verifies a token’s signature and issuer, it may fail to properly enforce its authorized scope. This oversight allows an attacker to leverage a valid, low-privilege token to request and receive elevated permissions, effectively bypassing intended access controls.

The third critical flaw, CVE-2026-82329, is another authentication bypass affecting Artifactory installations utilizing the default configuration. This vulnerability allows an unauthenticated attacker to send a POST request to the /access/api/v1/registry/join endpoint and potentially acquire an administrator-scoped token.

In-the-Wild Attack Chains Observed

Wiz observed exploitation of CVE-2026-42018 and CVE-2026-42016 in a chained attack between August 15 and September 8, 2026. The attack sequence typically began with a POST request to /access/api/v1/aws/token/ (including a trailing slash), which successfully returned an anonymous JSON Web Token (JWT).

Subsequently, attackers would submit this anonymous token to /access/api/v1/tokens to generate a new token with administrator scope. Intriguingly, subsequent actions performed with this escalated token often appeared in logs as originating from “token: anonymous,” despite possessing full administrative authority.

In numerous instances, attackers swiftly created persistent administrator accounts, often in under five minutes, leveraging endpoints like /api/security/users/. They also deployed malicious Groovy plugins via Artifactory’s native plugin framework, which enabled arbitrary server-side command execution. Payload droppers were used to download binaries into common writable directories such as /tmp, /dev/shm, and /var/tmp, subsequently establishing command-and-control communications.

Separately, Wiz also detected exploitation of CVE-2026-82329 from September 1 through September 8. This activity involved configuration theft, enumeration of users and repositories, token creation, and the exfiltration of cluster join keys.

During these attacks, threat actors created accounts with names such as jfrog-distribution, jfrog-insight, repo-service, backup-service, ldap_admin, and 0xterror. These carefully crafted account names are designed to blend in with legitimate service identities, providing a covert means for long-term persistence even after the initial vulnerabilities are patched.

Prevalence and Remediation Status

Cloud exposure to these vulnerabilities remains significant. Wiz analysis revealed that 67 percent of organizations operating Artifactory had at least one vulnerable instance when CVE-2026-42016 was publicly disclosed on July 27. For CVE-2026-42018, 69 percent of organizations were vulnerable at the time of disclosure. CVE-2026-82329, published on August 28, affected 67 percent of organizations. While remediation for the critical authentication bypass (CVE-2026-82329) was comparatively faster, a concerning 49 percent of organizations still remained exposed two weeks later.

JFrog has released fixed versions to address these vulnerabilities. Organizations are urged to upgrade to patched releases as soon as possible.

What You Should Do

  • Immediate Patching: Identify all Artifactory instances, prioritizing those exposed to the internet, and upgrade to fixed versions: 7.111.21, 7.117.28, 7.125.20, 7.133.29, 7.146.38, and 7.161.20 or later, depending on your specific release branch and the affected vulnerability.
  • Log Review and Threat Hunting: Actively hunt for successful requests to the following endpoints in your Artifactory access logs: /access/api/v1/aws/token/, /access/api/v1/tokens, and /access/api/v1/registry/join.
  • Monitor for Anomalous Activity: Investigate any unexpected privileged activity originating from anonymous or low-privilege identities. Look for newly created administrator accounts, unauthorized plugin deployments, unusual token minting, configuration exports, and any suspicious outbound network connections from Artifactory servers.
  • Review User Accounts: Scrutinize recently created or suspicious user accounts, especially those with names like 0xterror, jfrog-distribution, jfrog-insight, repo-service, backup-service, ldap_admin, or patterns such as svc_[a-zA-Z0-9]{8} and Nxploited_[a-zA-Z0-9]{3}.
  • Implement Network Segmentation: Ensure Artifactory instances are adequately segmented from other critical infrastructure to limit potential lateral movement in case of compromise.
  • Review IOCs: Cross-reference your logs and network traffic against the following Indicators of Compromise (IOCs):
    • IP / C2: 93.104.155[.]133, 146.19.216[.]120, 185.190.58[.]172, 45.61.176[.]88, 137.184.111[.]69, 64.207.232[.]6:8443
    • Payload URLs: hxxp://log.gitclone[.]org:45678/smtp, hxxp://3.88.162[.]79:36789/smtp
    • File / Hash: /tmp/.z — 513a907b69edffc3cb77a494da395178d21ef9bd
    • Account Patterns: 0xterror, svc_[a-zA-Z0-9]{8}, Nxploited_[a-zA-Z0-9]{3}

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitPatchSecurityThreatVulnerability

Share Article

Marcus Rodriguez

Marcus Rodriguez

Marcus is a security researcher and investigative journalist with expertise in vulnerability research, bug bounties, and cloud security. Since 2017, Marcus has been breaking stories on critical vulnerabilities affecting major platforms. His investigative work has led to the disclosure of numerous security flaws and improved defenses across the industry. Marcus is an active participant in bug bounty programs and has been recognized for responsible disclosure practices. He holds multiple security certifications and regularly speaks at industry events.

Previous Post

GitLab Patches Critical RCE, Credential Theft, and File Read Vulnerabilities

Next Post

Okta Patches Critical Auth0 and Access Gateway Flaws

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Best Enterprise Browsers for 2026
September 11, 2026
Top Cloud Security Posture Management (CSPM) Tools for 2026
September 11, 2026
Top Cloud Workload Protection Solutions for 2026
September 11, 2026
Top Authors
David kimber
David kimber
Marcus Rodriguez
Marcus Rodriguez
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us