AIO APEX

Critical JFrog Artifactory flaw lets attackers forge admin tokens, no login required

The Hacker News
Share:
Critical JFrog Artifactory flaw lets attackers forge admin tokens, no login required

A critical authentication bypass in JFrog Artifactory, the software artifact repository used by companies to store and distribute build packages, is being actively exploited in the wild just days after it was patched. Tracked as CVE-2026-82329 and rated 9.8 out of 10 on the CVSS scale, the flaw lets an unauthenticated attacker with network access forge administrator tokens on self-managed Artifactory instances running in their default configuration — no credentials, no user interaction, no prior access required.

JFrog disclosed and patched the vulnerability on August 28, 2026, shipping fixed builds across six release lines: 7.111.21, 7.117.28, 7.125.20, 7.133.29, 7.146.38, and 7.161.20. According to offensive security firm watchTowr, which first flagged active exploitation, attacks began before the patch was even public and accelerated once the disclosure gave threat actors a roadmap to the bug. By September 1, watchTowr's honeypots were already logging exploitation attempts from multiple geographic locations.

The root cause is a configuration gap rather than a coding bug: JFrog Access instances that don't have a join key explicitly configured fall back to a predictable “phantom” join key, which attackers can abuse to forge the credentials Artifactory uses to trust administrative requests. Because the flaw lives in a default state rather than a misconfiguration users introduced themselves, any self-managed deployment that never set a custom join key is exposed out of the box.

This matters well beyond JFrog's own customer base. Artifactory sits at the center of software supply chains — it's where organizations store the build artifacts, container images, and packages that get pulled automatically into CI/CD pipelines and production systems. “Administrative access to Artifactory reaches released artifacts that downstream systems already trust and pull automatically,” said Collin Hogue-Spears of Black Duck, describing why this bug is dangerous even though it isn't a remote code execution flaw in the traditional sense.

Once attackers mint an admin token, researchers say they've been observed enumerating existing users, groups, and access tokens, mapping out federated access relationships between connected systems, and in a smaller number of cases, planting backdoor accounts to preserve access even after the original hole is patched. The more consequential risk — tampering with or poisoning artifacts that other systems fetch automatically — is within reach of anyone holding a forged admin token, turning a single exposed repository into a potential entry point for a much broader supply-chain compromise.

JFrog's hosted SaaS offering was not affected; the exposure is limited to self-managed Artifactory deployments running the vulnerable default configuration. “This moved from disclosure to real-world exploitation with uncomfortable efficiency,” watchTowr's Yordan Ganchev said. “Anyone following along knows what comes next: things will get worse.”

Organizations running self-managed Artifactory should patch to one of the fixed versions immediately, and should not assume a lack of an explicitly configured join key is a benign default — it is the exact condition the exploit relies on. Given the reports of backdoor accounts, teams that were running an affected version before August 28 should also audit existing admin users and tokens for anything they didn't create themselves, not just apply the patch and move on.

As first reported by The Hacker News and BleepingComputer.

Originally reported by The Hacker News. Read the original article for additional details.

View original source
Share:
Critical JFrog Artifactory flaw lets attackers forge admin tokens, no login required | AIO APEX