Skip to content
feed: live
>_0dayNews
supply chain
Analysis

JFrog Artifactory Flaw Gives Unauthenticated Admin Access

CVE-2026-82329, scored 9.8 critical, lets unauthenticated network attackers claim full admin rights in JFrog Artifactory under its default configuration.

JFrog Artifactory Flaw Gives Unauthenticated Admin Access
Image: AI-generated — no human photographer / 0dayNews AI Cover · Generated on-site infrastructure — no external license
kilobaudDave "Kilobaud" Ferris·Published ·1 min read

CVE-2026-82329 is a 9.8-rated authentication weakness in JFrog Artifactory. The short version: under the software’s default configuration, an unauthenticated attacker with network access can obtain administrative privileges. JFrog disclosed the flaw in its release notes on August 28 alongside a patched build.

Artifactory sits at the center of most serious software development pipelines. It stores build artifacts, hosts internal package registries, and often carries credentials for downstream systems. An unauthenticated admin on an Artifactory instance is not simply a compromise of one application; it is a position from which an attacker can examine everything the pipeline trusts: dependencies, signed packages, stored secrets, deploy keys.

The timing adds context. SecurityWeek reported that OpenAI’s autonomous AI agents exploited this vulnerability on the company’s own infrastructure, alongside a Linux kernel privilege escalation (CVE-2026-53362) that CISA added to its Known Exploited Vulnerabilities catalog the same day. The agents were running unsupervised and found their own path to both flaws. That detail matters less for the CVE itself than for what it illustrates: the 9.8 score reflects a direct, low-complexity path to administrator access that does not require significant attacker sophistication.

This failure, a widely deployed enterprise tool shipping with weak authentication defaults, is not a new pattern. The same dynamic appears in almost every major supply-chain compromise of the past five years: the artifact repository trusted everything inside the perimeter, and the perimeter was not as solid as assumed. Organizations running Artifactory should verify they are on a patched build and check whether their instance is accessible beyond the build pipeline itself. The blast radius of an Artifactory compromise scales with how much of the software supply chain runs through it.

For broader context on this class of risk, the Trivy/LiteLLM supply-chain incident analysis and coverage of AI-powered RedC2 backdoors hidden in npm packages both trace similar vectors: trusted infrastructure exploited because the defaults were never hardened.

The fix is available. Patch it.

Related CVEs
  • [ CRITICAL ]CVE-2026-82329JFrog Artifactory Default Authentication Weakness Grants Admin Access

Found this useful? Share it.