CVE-2024-29180

7.4 HIGH
Published: March 21, 2024 Modified: December 15, 2025

Description

Prior to versions 7.1.0, 6.1.2, and 5.3.4, the webpack-dev-middleware development middleware for devpack does not validate the supplied URL address sufficiently before returning the local file. It is possible to access any file on the developer's machine. The middleware can either work with the physical filesystem when reading the files or it can use a virtualized in-memory `memfs` filesystem. If `writeToDisk` configuration option is set to `true`, the physical filesystem is used. The `getFilenameFromUrl` method is used to parse URL and build the local file path. The public path prefix is stripped from the URL, and the `unsecaped` path suffix is appended to the `outputPath`. As the URL is not unescaped and normalized automatically before calling the midlleware, it is possible to use `%2e` and `%2f` sequences to perform path traversal attack. Developers using `webpack-dev-server` or `webpack-dev-middleware` are affected by the issue. When the project is started, an attacker might access any file on the developer's machine and exfiltrate the content. If the development server is listening on a public IP address (or `0.0.0.0`), an attacker on the local network can access the local files without any interaction from the victim (direct connection to the port). If the server allows access from third-party domains, an attacker can send a malicious link to the victim. When visited, the client side script can connect to the local server and exfiltrate the local files. Starting with fixed versions 7.1.0, 6.1.2, and 5.3.4, the URL is unescaped and normalized before any further processing.

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
https://github.com/webpack/webpack-dev-middleware/releases/tag/v5.3.4
Source: security-advisories@github.com
Product Release Notes
https://github.com/webpack/webpack-dev-middleware/releases/tag/v6.1.2
Source: security-advisories@github.com
Product Release Notes
https://github.com/webpack/webpack-dev-middleware/releases/tag/v7.1.0
Source: security-advisories@github.com
Product Release Notes
https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6
Source: security-advisories@github.com
Exploit Vendor Advisory
https://github.com/webpack/webpack-dev-middleware/releases/tag/v5.3.4
Source: af854a3a-2127-422b-91ae-364da2661108
Product Release Notes
https://github.com/webpack/webpack-dev-middleware/releases/tag/v6.1.2
Source: af854a3a-2127-422b-91ae-364da2661108
Product Release Notes
https://github.com/webpack/webpack-dev-middleware/releases/tag/v7.1.0
Source: af854a3a-2127-422b-91ae-364da2661108
Product Release Notes
https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6
Source: af854a3a-2127-422b-91ae-364da2661108
Exploit Vendor Advisory

18 reference(s) from NVD

Quick Stats

CVSS v3 Score
7.4 / 10.0
EPSS (Exploit Probability)
2.5%
85th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

webpack.js