Skip to main content

DDEV CVE-2026-32885

| EUVDEUVD-2026-25049 MEDIUM
Path Traversal (CWE-22)
2026-04-22 security-advisories@github.com GHSA-x2xq-qhjf-5mvg
6.5
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
6.5 MEDIUM
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Lifecycle Timeline

6
Analysis Generated
Apr 23, 2026 - 07:06 vuln.today
Patch released
Apr 22, 2026 - 21:23 nvd
Patch available
Patch available
Apr 22, 2026 - 19:03 EUVD
EUVD ID Assigned
Apr 22, 2026 - 17:22 euvd
EUVD-2026-25049
Analysis Generated
Apr 22, 2026 - 17:22 vuln.today
CVE Published
Apr 22, 2026 - 17:16 nvd
MEDIUM 6.5

DescriptionGitHub 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.

CVE-2024-55591 CRITICAL POC
9.8 Jan 14

FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote

CVE-2014-7205 CRITICAL POC
10.0 Oct 08

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t

CVE-2025-59528 CRITICAL POC
10.0 Sep 22

Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete

CVE-2017-14849 HIGH POC
7.5 Sep 28

Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc

CVE-2017-5941 CRITICAL POC
9.8 Feb 09

An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner

CVE-2014-3744 HIGH POC
7.5 Oct 23

Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi

CVE-2014-9566 HIGH POC
7.5 Mar 10

Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin

CVE-2013-4660 MEDIUM POC
6.8 Jun 28

The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic

CVE-2015-5688 MEDIUM POC
5.0 Sep 04

Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read

CVE-2026-45321 CRITICAL POC
9.6 May 12

Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio

CVE-2014-7192 CRITICAL POC
10.0 Dec 11

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

CVE-2013-4450 MEDIUM POC
5.0 Oct 21

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

Share

CVE-2026-32885 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy