Hackers Are Exploiting a Critical JFrog Artifactory Flaw to Seize Admin Control
A severe authentication bypass in JFrog Artifactory is being actively exploited. Attackers can gain full administrator access without a password, then quietly alter the software that companies build and ship to customers.

Key points
- CVE-2026-82329, a critical authentication bypass scoring 9.8 out of 10 on the severity scale, was publicly disclosed by JFrog on 28 August 2025.
- Security firm watchTowr observed active exploitation of internet-exposed Artifactory systems by 1 September 2025, within four days of disclosure.
- Attackers gaining admin access can alter software before it reaches end users, affecting anyone downstream of a compromised build pipeline.
- JFrog has released patches across six version branches for self-hosted installations; cloud-hosted environments have already been updated by JFrog.
- Patching alone is not enough: administrator tokens created before a patch is applied remain valid until manually revoked.
JFrog Artifactory is a platform used by software development teams to store and manage the packages, libraries and compiled code that go into the products they build. Think of it as a central warehouse for software ingredients. A flaw in that warehouse does not just threaten the development team; it can corrupt the finished product that eventually reaches customers, patients, passengers, or anyone else who uses software built there.
The vulnerability, tracked as CVE-2026-82329, lets an attacker connect to a vulnerable Artifactory server over a network and claim full administrator privileges without ever supplying a valid password. JFrog disclosed the flaw on 28 August and assigned it the maximum critical severity rating of 9.8 out of 10.
How does the attack actually work?
Affected systems hand attackers a skeleton key. The bug lives in JFrog Access, the part of the software responsible for issuing and checking login credentials. Systems running without an additional configuration value called a "join key" receive what researchers at watchTowr describe as a "phantom" join key: a placeholder value that an attacker can copy and use to forge administrator-level access tokens, which are digital passes that grant full control of the platform.
WatchTowr's Attacker Eye honeypot, a trap server set up to look like a real Artifactory installation, recorded active exploitation attempts by 1 September 2025, just four days after JFrog published its advisory. Attackers were generating administrator tokens and then cataloguing users, groups, stored credentials and connected systems, a reconnaissance pattern that typically precedes a deeper attack.
"This moved from disclosure to real-world exploitation with uncomfortable efficiency," said Yordan Ganchev, principal threat intelligence specialist at watchTowr.
What could criminals do with administrator access?
Full control of a software warehouse is serious. An attacker with administrator rights can alter the packages stored inside Artifactory, meaning malicious code could be quietly inserted into software before a development team compiles and ships it. Customers who later install that software would unknowingly receive the tampered version.
Collin Hogue-Spears, senior director of Solution Management at security firm Black Duck, put it plainly: "CVE-2026-82329 delivers an intrusion. Administrative control of the repository turns that intrusion into a substitution."
What should organisations do right now?
Patch first. JFrog has issued fixes across six version branches for self-hosted installations. The table below shows which patched version corresponds to each release branch.
| Release branch | Patched version |
|---|---|
| 7.111.x | 7.111.21 |
| 7.117.x | 7.117.28 |
| 7.125.x | 7.125.20 |
| 7.133.x | 7.133.29 |
| 7.146.x | 7.146.38 |
| 7.161.x | 7.161.20 |
Patching closes the door, but it does not evict anyone already inside. A token created by an attacker before the patch is applied keeps working until someone revokes it. Security teams should revoke and reissue all administrator tokens on any instance that was exposed while vulnerable.
Ganchev advises that any system reachable from the internet during the exposure window "should be treated with suspicion of being potentially compromised." Audit logs, the records of who did what inside Artifactory, should be reviewed carefully. Connected systems, including anything that pulls packages from the repository, should be checked for unexpected changes or hidden access points.
For organisations that build and distribute software, this story, first reported in depth by CSO Online, is a reminder that supply-chain security extends well beyond the development team's own machines.



