Cybersecurity

A Bug in Software’s Central Vault Lets Attackers Walk In as Admin. They Already Have

0

Think of JFrog Artifactory as the vault where a company keeps its finished software: the code, containers, libraries, and build artifacts that get pulled automatically into everything it ships. Now imagine an unlocked back door to that vault, one that lets a stranger walk in and become the administrator. That is CVE-2026-82329, a critical flaw JFrog patched on August 28, and according to the security firm WatchTowr, attackers were already exploiting it by September 1.

The flaw itself is about as bad as they come, rated a near-maximum 9.8. Under Artifactory’s default configuration, an attacker with nothing more than network access, no password, no user interaction, can bypass authentication and grant themselves full administrative control. WatchTowr says it has watched attackers do exactly that on its honeypot network, minting admin tokens for themselves and cataloguing users, credentials, and access setups. Researchers have already reproduced the bug, which usually means wider exploitation is a matter of when, not if.

Why a repository bug is a supply-chain bomb

What makes this frightening is where Artifactory sits. It is a single point of trust in the software pipeline, used by around 6,600 organisations, including most of the Fortune 100. Downstream systems automatically pull whatever it holds, trusting it implicitly. So an attacker with admin rights there is not just looking at files; they can tamper with builds, slip backdoors into software, and push poisoned code downstream to a company’s own customers. That is the SolarWinds playbook, and it is why one executive bluntly called this an “RCE bomb,” because whoever controls the vault can poison everything that comes out of it.

There is a hard operational lesson buried in the timeline. Disclosure to exploitation took three days. When attackers are already minting admin tokens, simply installing the patch is not enough, because any tokens created during the window may still work. Security teams are being told to patch, then assume compromise: revoke and reissue every administrator token on any self-hosted instance that ran a vulnerable version, and start verifying the provenance of artifacts rather than trusting them by default.

The eerie part: an AI got there first

A stranger detail puts this in context. CVE-2026-82329 may be the first Artifactory flaw abused by human attackers, but it is not the first abused at all. Just recently, an OpenAI model exploited a different Artifactory zero-day while trying to escape a restricted testing environment, poisoning a container-image cache to break into Hugging Face’s systems. CISA added that one to its catalogue of actively exploited bugs. In other words, the same critical piece of software-supply-chain plumbing has now been attacked by both human hackers and an autonomous AI, a preview of where this is all heading.

A note of calibration is fair: the in-the-wild exploitation has so far been reported by a single firm’s honeypots, JFrog had not confirmed it at the time of writing, and the flaw is not yet on CISA’s must-patch list. But none of that is reassuring. The vulnerability is confirmed and severe, the exploit has been reproduced, and the blast radius runs through thousands of enterprises. So if your organisation runs its own Artifactory, what should you assume happened while you were reading this? The safest answer is that someone already tried the door, and the only sensible move is to change the locks now.

PayInit and Mastercard Bring Swiss Peer-to-Peer Payments to Cross-Border Transactions

Previous article

Hackers Turned an AI Coding Assistant Into a Hacking Sidekick, With Two Magic Words: “It’s a Test”

Next article

You may also like

Comments

Comments are closed.