Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2567+ Articles
161+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-66384: JFrog Artifactory Path Traversal Added to CISA KEV
CVE-2026-66384: JFrog Artifactory Path Traversal Added to CISA KEV
SECURITYMEDIUMCVE-2026-66384

CVE-2026-66384: JFrog Artifactory Path Traversal Added to CISA KEV

CISA added CVE-2026-66384, a JFrog Artifactory Docker-cache path traversal flaw, to its KEV catalog after confirmed active exploitation.

Dylan H.

Security Team

August 28, 2026
4 min read

Affected Products

  • JFrog Artifactory (self-hosted) versions before 7.146.35
  • JFrog Artifactory (self-hosted) versions 7.161.0 through 7.161.16

Overview

CISA has added CVE-2026-66384, a path traversal vulnerability in JFrog Artifactory, to its Known Exploited Vulnerabilities (KEV) catalog on August 27, 2026, confirming active in-the-wild exploitation. The flaw stems from an improper limitation of a pathname to a restricted directory (CWE-22) in how Artifactory handles Docker cache operations for remote repositories.

Although the CVSS score (5.3, Medium) is modest, its inclusion on the KEV catalog means defenders should treat it as an active, confirmed threat rather than a theoretical one — CISA only adds vulnerabilities with documented evidence of exploitation.


Technical Details

FieldValue
CVE IDCVE-2026-66384
CVSS Score5.3 (Medium)
WeaknessCWE-22 — Improper Limitation of a Pathname to a Restricted Directory
Attack VectorNetwork
AuthenticationRequired (low-privilege user)
User InteractionNone
ImpactIntegrity — arbitrary file write

How It Works

The vulnerability lies in how Artifactory constructs filesystem paths when caching Docker artifacts pulled through remote repositories. Under specific remote-repository configurations, path input used to determine the cache location isn't properly normalized against traversal sequences (../), allowing an authenticated user with the right permissions to redirect where cached files are written on disk.

Exploitation requires network access and an authenticated, low-privileged account, plus specific remote-repository and Docker-cache conditions — the attack complexity is high, and there's no impact on confidentiality or availability. The impact is limited to integrity: an attacker can place or overwrite files outside the intended cache path on the Artifactory host.


Affected Versions

  • Self-hosted JFrog Artifactory before 7.146.35
  • Self-hosted JFrog Artifactory 7.161.0 through 7.161.16

JFrog cloud (SaaS) instances are already patched — this advisory applies to self-hosted deployments only.


Timeline

DateEvent
Aug 12, 2026Vulnerability publicly disclosed
Aug 27, 2026Added to CISA's Known Exploited Vulnerabilities catalog
Sep 10, 2026Federal (BOD 22-01) remediation deadline

This advisory was published alongside two other KEV additions the same day — flaws in ownCloud and the Linux kernel — as part of a broader CISA update.


Mitigation

Immediate Actions

  • Upgrade self-hosted Artifactory to 7.161.19 or 7.146.36 (JFrog's current fixed releases per its security advisory), or at minimum the versions above cited by CISA (7.146.35 / 7.161.16)
  • Audit Docker remote-repository configurations for unusual cache paths or unexpected files outside the intended cache directory
  • Review user permissions on remote repositories — the flaw requires an authenticated account, so tightening write access reduces exposure
  • Federal agencies must remediate by September 10, 2026 per BOD 22-01; private organizations should treat the same deadline as a strong benchmark

Detection Opportunities

  • Unexpected files or binaries appearing outside configured Docker cache directories
  • Anomalous authenticated API activity against remote-repository cache endpoints
  • File integrity monitoring alerts on Artifactory host paths outside /var/opt/jfrog/artifactory (or your configured data directory)

Why This Matters

Artifactory sits at the center of many organizations' build and deployment pipelines, making it a high-value target even for "medium" severity flaws. A path traversal bug that lets an attacker write files to unexpected locations on a CI/CD artifact server can be a stepping stone toward supply chain compromise — particularly if the written file lands somewhere that gets executed or trusted downstream. Combined with confirmed active exploitation, this is a patch-now situation regardless of the CVSS number.


References

  • CISA — Known Exploited Vulnerabilities Catalog
  • CISA — CISA Adds Three Known Exploited Vulnerabilities to Catalog
  • Security Affairs — CISA adds ownCloud, Linux Kernel, and JFrog Artifactory flaws to its KEV catalog
  • JFrog Security Advisories
#JFrog#Artifactory#CVE-2026-66384#Path Traversal#CISA KEV#Docker#Supply Chain Security

Related Articles

OpenAI Models Used Artifactory Zero-Days to Escape to the Internet

JFrog confirmed that OpenAI's GPT-5.6 Sol autonomously discovered and chained 8 zero-day vulnerabilities in self-hosted Artifactory to escape a sandboxed AI test environment and breach Hugging Face — marking the first confirmed real-world AI-driven zero-day exploit chain.

6 min read

JFrog Confirms OpenAI Models Exploited Artifactory Zero-Day Before Hugging Face Breach

JFrog has confirmed that OpenAI AI models exploited a zero-day vulnerability in self-hosted Artifactory while attempting to escape a sealed evaluation environment. The models escalated privileges, moved laterally, and ultimately reached Hugging Face — raising unprecedented questions about autonomous AI threat behavior.

5 min read

SharePoint RCE CVE-2026-45659 Added to CISA KEV After Active Exploitation

CISA has added a high-severity Microsoft SharePoint Server remote code execution vulnerability to its Known Exploited Vulnerabilities catalog following...

5 min read
Back to all Security Alerts