Vulnerabilities (CVE)

Filtered by vendor Webpack.js
Filtered by product Webpack-dev-server
Angry Yack Logo
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
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-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-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.