VYPR

npm package

webpack-dev-server

pkg:npm/webpack-dev-server

Vulnerabilities (4)

  • CVE-2026-9595MedJun 15, 2026
    affected < 5.2.5fixed 5.2.5

    Impact: When a user-configured proxy on webpack-dev-server has a broad context (e.g. /) and ws: true, it also intercepts the dev server's own HMR WebSocket and forwards it to the proxy target. This leaks the browser's cookies and Origin header to the backend, bypasses the dev ser

  • CVE-2025-30360Jun 3, 2025
    affected < 5.2.1fixed 5.2.1

    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

  • CVE-2025-30359Jun 3, 2025
    affected < 5.2.1fixed 5.2.1

    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

  • CVE-2018-14732HigSep 21, 2018
    affected < 3.1.11fixed 3.1.11

    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