Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Lifecycle Timeline
6DescriptionGitHub Advisory
DDEV is an open-source tool for running local web development environments for PHP and Node.js. Versions prior to 1.25.2 have unsanitized extraction in both Untar() and Unzip() functions in pkg/archive/archive.go. Downloads and extracts archives from remote sources without path validation. Version 1.25.2 patches the issue.
AnalysisAI
Path traversal in DDEV versions prior to 1.25.2 allows remote attackers to write files outside intended extraction directories when downloading and extracting archives from remote sources. The vulnerability affects the Untar() and Unzip() functions in pkg/archive/archive.go, which lack path validation during extraction. Exploitation requires user interaction (UI:R) to trigger archive extraction but can achieve high integrity impact through arbitrary file write. A proof-of-concept exists, and CISA SSVC framework rates this as exploitable with partial technical impact.
Technical ContextAI
DDEV is a containerized local development environment tool supporting PHP and Node.js projects. The vulnerability exists in the archive extraction library (pkg/archive/archive.go) which handles both TAR and ZIP formats. CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) indicates the root cause: extraction functions fail to sanitize or validate file paths before writing to disk. When processing archive entries, path traversal sequences such as '../' or absolute paths are not stripped or rejected, allowing malicious archives to extract files to arbitrary filesystem locations. This is a classic zip-slip vulnerability pattern affecting both compressed formats simultaneously, with the CVSS vector showing network-accessible attack surface but requiring user interaction to initiate the extraction process.
RemediationAI
Upgrade DDEV to version 1.25.2 or later immediately. The vendor has released a patched version (1.25.2) available from the official GitHub releases page at https://github.com/ddev/ddev/releases/tag/v1.25.2. For users unable to upgrade immediately, minimize risk by avoiding extraction of archives from untrusted sources and disabling automatic archive downloads if such functionality exists in your workflow. Run DDEV in isolated development environments rather than shared or production systems to limit the blast radius of potential file writes. Code review of PR #8213 (https://github.com/ddev/ddev/pull/8213) documents the path sanitization fixes applied and can guide manual review of custom archive handling code if present in your environment. There are no documented workarounds beyond upgrading; the core vulnerability cannot be mitigated without fixing the extraction functions themselves.
FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote
Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t
Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete
Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc
An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner
Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi
Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin
The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic
Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read
Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio
Eval injection vulnerability in index.js in the syntax-error package before 1.1.1 for Node.js 0.10.x, as used in IBM Rat
The HTTP server in Node.js 0.10.x before 0.10.21 and 0.8.x before 0.8.26 allows remote attackers to cause a denial of se
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25049
GHSA-x2xq-qhjf-5mvg