Filtered by vendor Webpack.js
Subscribe
Total
11 CVE
| CVE | Vendors | Products | Updated | CVSS v2 | CVSS v3 |
|---|---|---|---|---|---|
| CVE-2025-68157 | 1 Webpack.js | 1 Webpack | 2026-02-13 | N/A | 3.7 LOW |
|
Webpack is a module bundler. From version 5.49.0 to before 5.104.0, when experiments.buildHttp is enabled, webpack’s HTTP(S) resolver (HttpUriPlugin) enforces allowedUris only for the initial URL, but does not re-validate allowedUris after following HTTP 30x redirects. As a result, an import that appears restricted to a trusted allow-list can be redirected to HTTP(S) URLs outside the allow-list. This is a policy/allow-list bypass that enables build-time SSRF behavior (requests from the build mac ...
Show More |
|||||
| CVE-2025-68458 | 1 Webpack.js | 1 Webpack | 2026-02-13 | N/A | 3.7 LOW |
|
Webpack is a module bundler. From version 5.49.0 to before 5.104.1, when experiments.buildHttp is enabled, webpack’s HTTP(S) resolver (HttpUriPlugin) can be bypassed to fetch resources from hosts outside allowedUris by using crafted URLs that include userinfo (username:password@host). If allowedUris enforcement relies on a raw string prefix check (e.g., uri.startsWith(allowed)), a URL that looks allow-listed can pass validation while the actual network request is sent to a different authority/ho ...
Show More |
|||||
| CVE-2024-29180 | 1 Webpack.js | 1 Webpack-dev-middleware | 2025-12-15 | N/A | 7.4 HIGH |
|
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 `getFilena ...
Show More |
|||||
| CVE-2025-30360 | 1 Webpack.js | 1 Webpack-dev-server | 2025-11-21 | N/A | 6.5 MEDIUM |
|
webpack-dev-server allows users to use webpack with a development server that provides live reloading. Prior to version 5.2.1, webpack-dev-server users' source code may be stolen when you access a malicious web site with non-Chromium based browser. The `Origin` header is checked to prevent Cross-site WebSocket hijacking from happening, which was reported by CVE-2018-14732. But webpack-dev-server always allows IP address `Origin` headers. This allows websites that are served on IP addresses to co ...
Show More |
|||||
| CVE-2022-37599 | 1 Webpack.js | 1 Loader-utils | 2025-11-04 | N/A | 7.5 HIGH |
|
A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js.
|
|||||
| CVE-2025-30359 | 1 Webpack.js | 1 Webpack-dev-server | 2025-10-03 | N/A | 5.3 MEDIUM |
|
webpack-dev-server allows users to use webpack with a development server that provides live reloading. Prior to version 5.2.1, webpack-dev-server users' source code may be stolen when they access a malicious web site. Because the request for classic script by a script tag is not subject to same origin policy, an attacker can inject a malicious script in their site and run the script. Note that the attacker has to know the port and the output entrypoint script path. Combined with prototype pollut ...
Show More |
|||||
| CVE-2022-37603 | 1 Webpack.js | 1 Loader-utils | 2025-05-15 | N/A | 7.5 HIGH |
|
A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the url variable in interpolateName.js.
|
|||||
| CVE-2023-28154 | 1 Webpack.js | 1 Webpack | 2025-02-27 | N/A | 9.8 CRITICAL |
|
Webpack 5 before 5.76.0 does not avoid cross-realm object access. ImportParserPlugin.js mishandles the magic comment feature. An attacker who controls a property of an untrusted object can obtain access to the real global object.
|
|||||
| CVE-2022-37601 | 2 Debian, Webpack.js | 2 Debian Linux, Loader-utils | 2024-11-21 | N/A | 9.8 CRITICAL |
|
Prototype pollution vulnerability in function parseQuery in parseQuery.js in webpack loader-utils via the name variable in parseQuery.js. This affects all versions prior to 1.4.1 and 2.0.3.
|
|||||
| CVE-2018-14732 | 1 Webpack.js | 1 Webpack-dev-server | 2024-11-21 | 5.0 MEDIUM | 7.5 HIGH |
|
An issue was discovered in lib/Server.js in webpack-dev-server before 3.1.6. Attackers are able to steal developer's code because the origin of requests is not checked by the WebSocket server, which is used for HMR (Hot Module Replacement). Anyone can receive the HMR message sent by the WebSocket server via a ws://127.0.0.1:8080/ connection from any origin.
|
|||||
| CVE-2024-43788 | 1 Webpack.js | 1 Webpack | 2024-09-03 | N/A | 6.1 MEDIUM |
|
Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. The webpack developers have discovered a DOM Clobbering vulnerability in Webpack’s `AutoPublicPathRuntimeModule`. The DOM Clobbering gadget in the module can lead to cross-site scripting (XSS) in web pages where scriptless attacker-controlled HTML elements (e.g., an `img` tag with an unsanitized `name` ...
Show More |
|||||