Skip to content

Bump webpack-dev-server from 4.15.0 to 5.2.5 - #348

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/webpack-dev-server-5.2.5
Closed

Bump webpack-dev-server from 4.15.0 to 5.2.5#348
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/webpack-dev-server-5.2.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown

Bumps webpack-dev-server from 4.15.0 to 5.2.5.

Release notes

Sourced from webpack-dev-server's releases.

v5.2.5

Patch Changes

  • Skip the HMR WebSocket path when forwarding upgrade requests to user-defined proxies, so custom proxy WebSocket upgrades are no longer intercepted by the dev server. (by @​bjohansebas in #5680)

v5.2.4

5.2.4 (2026-05-11)

Bug Fixes

  • set Cross-Origin-Resource-Policy header to prevent source code theft over HTTP

v5.2.3

5.2.3 (2026-01-12)

Bug Fixes

  • add cause for errorObject (#5518) (37b033d)
  • compatibility with event target and universal target and lazy compilation (574026c)
  • overlay: add ESC key to dismiss overlay (#5598) (f91baa8)
  • progress indicator styles (#5557) (41a53a1)
  • upgrade selfsigned to v5

v5.2.2

5.2.2 (2025-06-03)

Bug Fixes

  • "Overlay enabled" false positive (18e72ee)
  • do not crush when error is null for runtime errors (#5447) (309991f)
  • remove unnecessary header X_TEST (#5451) (64a6124)
  • respect the allowedHosts option for cross-origin header check (#5510) (03d1214)

v5.2.1

5.2.1 (2025-03-26)

Security

  • cross-origin requests are not allowed unless allowed by Access-Control-Allow-Origin header
  • requests with an IP addresses in the Origin header are not allowed to connect to WebSocket server unless configured by allowedHosts or it different from the Host header

The above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.

Bug Fixes

  • prevent overlay for errors caught by React error boundaries (#5431) (8c1abc9)
  • take the first network found instead of the last one, this restores the same behavior as 5.0.4 (#5411) (ffd0b86)

... (truncated)

Changelog

Sourced from webpack-dev-server's changelog.

5.2.5

Patch Changes

  • Skip the HMR WebSocket path when forwarding upgrade requests to user-defined proxies, so custom proxy WebSocket upgrades are no longer intercepted by the dev server. (by @​bjohansebas in #5680)

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.2.4 (2026-05-11)

Bug Fixes

  • set Cross-Origin-Resource-Policy header to prevent source code theft over HTTP

5.2.3 (2026-01-12)

Bug Fixes

  • add cause for errorObject (#5518) (37b033d)
  • compatibility with event target and universal target and lazy compilation (574026c)
  • overlay: add ESC key to dismiss overlay (#5598) (f91baa8)
  • progress indicator styles (#5557) (41a53a1)
  • upgrade selfsigned to v5

5.2.2 (2025-06-03)

Bug Fixes

  • "Overlay enabled" false positive (18e72ee)
  • do not crush when error is null for runtime errors (#5447) (309991f)
  • remove unnecessary header X_TEST (#5451) (64a6124)
  • respect the allowedHosts option for cross-origin header check (#5510) (03d1214)

5.2.1 (2025-03-26)

Security

  • cross-origin requests are not allowed unless allowed by Access-Control-Allow-Origin header
  • requests with an IP addresses in the Origin header are not allowed to connect to WebSocket server unless configured by allowedHosts or it different from the Host header

The above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.

Bug Fixes

  • prevent overlay for errors caught by React error boundaries (#5431) (8c1abc9)
  • take the first network found instead of the last one, this restores the same behavior as 5.0.4 (#5411) (ffd0b86)

5.2.0 (2024-12-11)

Features

... (truncated)

Commits
  • c3ee325 chore(release): new release (#5682)
  • 60173be feat: add changeset validation and release workflow (#5680)
  • 948d5e6 fix(proxy): match the HMR upgrade path exactly like the ws server (#5678)
  • 93e8996 fix: skip HMR websocket path when forwarding upgrades to user-defined proxies...
  • fd40130 chore(release): 5.2.4
  • ece4f36 chore: update deps (#5661)
  • a216144 ci: fix test (#5658)
  • df073c5 Merge commit from fork
  • b550a70 chore(release): 5.2.3
  • 9704dc5 chore: upgrade selfsigned to v5 and remove node-forge dependency (#5618)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for webpack-dev-server since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.0 to 5.2.5.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.15.0...v5.2.5)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
@martinSaad

Copy link
Copy Markdown

Snyk checks have failed. 394 issues have been found so far.

Status Scan Engine Critical High Medium Low Total (394)
Open Source Security 27 232 114 21 394 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

Copy link
Copy Markdown

Dependency limit exceeded — report not shown.

This pull request scan exceeded the 10,000-dependency limit applied to this scan, so the results are incomplete and may be inaccurate. To avoid reporting false positives, Socket has not posted a report.

Upgrade your plan to raise the dependency limit and get complete reports, or view the partial scan in the dashboard.

Socket is always free for open source. If this is a non-commercial open source project, contact us to request a free Team account.

@karencapiiro

Copy link
Copy Markdown

Logo
Checkmarx One – Scan Summary & Detailsece12489-2cb7-409e-9b50-a2b1489cf156


New Issues (344) Checkmarx found the following issues in this Pull Request
# Severity Issue Source File / Package Checkmarx Insight
1 CRITICAL CVE-2026-0905 Npm-electron-23.1.2
detailsDescription: Insufficient policy enforcement in the Network in Google Chrome prior to 144.0.7559.59 allowed an attacker who obtained a network log file to poten...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: PEJWodh7XpUKrGIuBolUsTHE2JBaIlf6DBY02805z80%3D
Vulnerable Package
2 CRITICAL CVE-2026-0906 Npm-electron-23.1.2
detailsDescription: Incorrect security UI in Google Chrome on Android prior to 144.0.7559.59 allowed a remote attacker to spoof the contents of the Omnibox (URL bar) ...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: 0tXhVpDeDFpjsmtwwpg2aXZk1ywbuuN6YJsDGajMf%2Fs%3D
Vulnerable Package
3 CRITICAL CVE-2026-0907 Npm-electron-23.1.2
detailsDescription: Incorrect security UI in Split View in Google Chrome prior to 144.0.7559.59 allowed a remote attacker to perform UI spoofing via a crafted HTML page.
Attack Vector: NETWORK
Attack Complexity: LOW

ID: 4L4Z%2FlKhKSA99EpxJAe7XFRVHTVeW4rWw7zYcoEbiow%3D
Vulnerable Package
4 CRITICAL CVE-2026-11671 Npm-electron-23.1.2
detailsDescription: Use after free in Navigation in Google Chrome prior to 149.0.7827.103 allowed a remote attacker to potentially perform a sandbox escape via a craft...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: YlNWGlFxIz8ESDhMgpSBmuJ4zhIqkjeNIGxwltSHhJY%3D
Vulnerable Package
5 CRITICAL CVE-2026-1525 Npm-undici-5.20.0
detailsDescription: Undici versions prior to 6.24.0 and 7.0.x prior to 7.24.0 allow duplicate HTTPContent-Length headers when they are provided in an array with case-v...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: mMbcLurI3L2kqaoidEcEmSBIZ0C6UFfAGo3mAfu9wQ4%3D
Vulnerable Package
6 CRITICAL CVE-2026-1525 Npm-undici-5.22.1
detailsDescription: Undici versions prior to 6.24.0 and 7.0.x prior to 7.24.0 allow duplicate HTTPContent-Length headers when they are provided in an array with case-v...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: sBOOfoB2wRvSajoR1Pj93WwZHJhQ4nEFxG8FYW%2FHEo4%3D
Vulnerable Package
7 CRITICAL CVE-2026-3061 Npm-electron-23.1.2
detailsDescription: Out-of-bounds Read in Media in Google Chrome prior to 145.0.7632.116 allowed a remote attacker to perform an out of bounds memory read via a crafte...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: Vpyd%2BHWLGC2WWMcKH7GpamIf26Ug25xQCDX2Vn6f%2BKw%3D
Vulnerable Package
8 CRITICAL CVE-2026-3062 Npm-electron-23.1.2
detailsDescription: Out-of-bounds Read and write in Tint in Google Chrome on Mac prior to 145.0.7632.116 allowed a remote attacker to perform out of bounds memory acce...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: aJxpytPjs5K22O2u7%2Bu4WCFcxmZH5gW159KVAq7XSwo%3D
Vulnerable Package
9 CRITICAL CVE-2026-33896 Npm-node-forge-0.6.33
detailsDescription: `pki.verifyCertificateChain()` does not enforce RFC 5280 basicConstraints requirements when an intermediate certificate lacks both the `basicConstr...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: dNk4EnOFS1P2zqzimuCEolU6bUo1TzxYh%2BlOHKt1QhE%3D
Vulnerable Package
10 CRITICAL CVE-2026-33896 Npm-node-forge-0.7.6
detailsDescription: `pki.verifyCertificateChain()` does not enforce RFC 5280 basicConstraints requirements when an intermediate certificate lacks both the `basicConstr...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: e1OB8R2lwDrBEhOyWLqU3oQdVGnTn4indsEkfaTOu3s%3D
Vulnerable Package
11 CRITICAL CVE-2026-33896 Npm-node-forge-0.10.0
detailsDescription: `pki.verifyCertificateChain()` does not enforce RFC 5280 basicConstraints requirements when an intermediate certificate lacks both the `basicConstr...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: h8thj7uXzZ5xP%2FjQNqgtFQEg2W5HxK5X4XGiytFZzlw%3D
Vulnerable Package
12 CRITICAL CVE-2026-33937 Npm-handlebars-4.5.3
detailsDescription: Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, `Handlebars.compile()` accepts a pr...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: 04VXyKPtsvuWrRsvpOlSFNdT0Xmgf11TeHQWqGwlZvM%3D
Vulnerable Package
13 CRITICAL CVE-2026-33937 Npm-handlebars-4.7.7
detailsDescription: Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, `Handlebars.compile()` accepts a pr...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: DwTtjoIaDGZmR58S9ZvzoVOPCGxQk%2BtyYFkRbT800j4%3D
Vulnerable Package
14 CRITICAL CVE-2026-33937 Npm-handlebars-4.7.6
detailsDescription: Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, `Handlebars.compile()` accepts a pr...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: Rnjq9AK0bh9kKVaXtcfK4u0lRPZ2xScwK32WrzPAnBE%3D
Vulnerable Package
15 CRITICAL CVE-2026-34775 Npm-electron-23.1.2
detailsDescription: Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.x prior to 39....
Attack Vector: NETWORK
Attack Complexity: LOW

ID: %2FhGU6WULAf3ge0%2Fon8P676EqfVDvZQ1KUsaaPkYBIX8%3D
Vulnerable Package
16 CRITICAL CVE-2026-3545 Npm-electron-23.1.2
detailsDescription: Insufficient data validation in Navigation in Google Chrome prior to 145.0.7632.159 allowed a remote attacker to potentially perform a sandbox esca...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: Y14IJzcMi3jpw73MGN0ZZk7fPG2%2BHbj1vP4tNYhVyzM%3D
Vulnerable Package
17 CRITICAL CVE-2026-3916 Npm-electron-23.1.2
detailsDescription: Out-of-bounds Read in Web Speech in Google Chrome prior to 146.0.7680.71 allowed a remote attacker to potentially perform a sandbox escape via a cr...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: 81%2F8TVcJWEAk2O%2BvzXqYxaL1jq3M%2BF1NxU50K0MeD%2Fw%3D
Vulnerable Package
18 CRITICAL CVE-2026-4800 Npm-lodash-4.17.4
detailsDescription: The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to "options.imports" key na...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: 0hkKsfGvkGzrZEeDk9JEH1OVCClREw1R3XkMRdlNHK4%3D
Vulnerable Package
19 CRITICAL CVE-2026-4800 Npm-lodash-4.17.15
detailsDescription: The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to "options.imports" key na...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: dgxfTRU1WHwnKEvdbSfEvV5cb%2F8%2BKiVw19PAMnbGzOM%3D
Vulnerable Package
20 CRITICAL CVE-2026-4800 Npm-lodash-4.17.11
detailsDescription: The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to "options.imports" key na...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: O2%2BqQ7leUnsTvm92r2i5OMWirzN0I22U7LqxLbGZpug%3D
Vulnerable Package
21 CRITICAL CVE-2026-4800 Npm-lodash-4.17.20
detailsDescription: The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to "options.imports" key na...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: qcf4LbE6OC6b%2FsqE7vR6iTSCnLQE%2FmwWeiVqIBs66FY%3D
Vulnerable Package
22 CRITICAL CVE-2026-4800 Npm-lodash-4.17.21
detailsDescription: The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to "options.imports" key na...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: YHm3WCgSmN91hiNj4QQjHE32Aot8Yelutu3bFhL1Cis%3D
Vulnerable Package
23 CRITICAL CVE-2026-5288 Npm-electron-23.1.2
detailsDescription: Use after free in WebView in Google Chrome on Android prior to 146.0.7680.178 allowed a remote attacker who had compromised the renderer process to...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: qJ8f1v7W4Gb3jli0OvQuPyldE0j26Hkl0L6IwOxhAH4%3D
Vulnerable Package
24 CRITICAL CVE-2026-9277 Npm-shell-quote-1.8.1
detailsDescription: shell-quote `quote()` function did not validate object-token inputs against the operator model used by `parse()`. The `.op` field was backslash-esc...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: AvsG3hWsKDYsitjwlEvWCegcDg56X3B6EkO49H%2B5zNU%3D
Vulnerable Package
25 CRITICAL CVE-2026-9277 Npm-shell-quote-1.7.3
detailsDescription: shell-quote `quote()` function did not validate object-token inputs against the operator model used by `parse()`. The `.op` field was backslash-esc...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: GokuNPcUxt4OAV%2Fb1h3Ws2sL01G7kUV5sSUvkBtVAbU%3D
Vulnerable Package
26 CRITICAL CVE-2026-9277 Npm-shell-quote-1.7.1
detailsDescription: shell-quote `quote()` function did not validate object-token inputs against the operator model used by `parse()`. The `.op` field was backslash-esc...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: IMg94RKaOWFEyEx5QEKid7U5kle2Gc5Z2ObKu5w56lw%3D
Vulnerable Package
27 CRITICAL CVE-2026-9277 Npm-shell-quote-1.6.1
detailsDescription: shell-quote `quote()` function did not validate object-token inputs against the operator model used by `parse()`. The `.op` field was backslash-esc...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: SDoQpbmAILoVv5RYpqHKD6Fkrb8fzSN1y9ZuVLrtWrY%3D
Vulnerable Package
28 CRITICAL Cx0a53ef16-dcb9 Npm-react-devtools-shared-0.0.1
detailsDescription: This package was manually inspected by a security researcher and flagged as malicious ### About Classifying malicious packages is an internal proc...

ID: bkVQcS3BfbGqVMPm7rCIJLHEoWERm8sJ35U%2FHpppsN4%3D
Vulnerable Package
29 HIGH CVE-2023-1220 Npm-electron-23.1.2
detailsDescription: Heap-based Buffer Overflow in UMA in Google Chrome prior to 111.0.5563.64 allowed a remote attacker who had compromised the renderer process to pot...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: 7XfvRYt1BzxmR2ubdu%2BKwhCv1FpZXDC14egdBEMTFso%3D
Vulnerable Package
30 HIGH CVE-2023-1530 Npm-electron-23.1.2
detailsDescription: Use after free in PDF in Google Chrome versions prior to 111.0.5563.110 allowed a remote attacker to potentially exploit heap corruption via a craf...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: SJ3tIKTEvMM9OEMTyt1FoDxbyD4nhZCeqGNjuLlloY4%3D
Vulnerable Package
31 HIGH CVE-2023-1811 Npm-electron-23.1.2
detailsDescription: Use after free in Frames in Google Chrome in versions prior to 112.0.5615.49 allowed a remote attacker who convinced a user to engage in specific U...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: putQkOcglq7x1%2FHQ%2Bo5prhGHCsEx10UrIZrc5dzgWGE%3D
Vulnerable Package
32 HIGH CVE-2023-2135 Npm-electron-23.1.2
detailsDescription: Use After Free in DevTools in Google Chrome in versions prior to 112.0.5615.137 allowed a remote attacker who convinced a user to enable specific p...
Attack Vector: NETWORK
Attack Complexity: HIGH

ID: 2IPu2KKM%2BHjtXFHqOrvJjuoMr9VaT2A33yranNCWVMM%3D
Vulnerable Package
33 HIGH CVE-2025-13630 Npm-electron-23.1.2
detailsDescription: Type Confusion in V8 in Google Chrome prior to 143.0.7499.41 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
Attack Vector: NETWORK
Attack Complexity: LOW

ID: 3EI8NKj4p61NbZVQo26aiLTp%2BYKsiK%2FQRqcXahuRetQ%3D
Vulnerable Package
34 HIGH CVE-2025-13631 Npm-electron-23.1.2
detailsDescription: Inappropriate implementation in Google Updater in Google Chrome on Mac prior to 143.0.7499.41 allowed a remote attacker to perform Privilege Escala...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: GiyLoIo7HeI2v%2Fg7kvoItQSSoMWIeENHOqYW2HIgIic%3D
Vulnerable Package
35 HIGH CVE-2025-13633 Npm-electron-23.1.2
detailsDescription: Use After Free in Digital Credentials in Google Chrome prior to 143.0.7499.41 allowed a remote attacker who had compromised the renderer process to...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: jR8MSbg17Q5S7Xb6LFi2TMbwP99UfEmhVXWZaHNukWw%3D
Vulnerable Package
36 HIGH CVE-2025-13638 Npm-electron-23.1.2
detailsDescription: Use After Free in Media Stream in Google Chrome prior to 143.0.7499.41 allowed a remote attacker to potentially exploit heap corruption via a craft...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: ZjOr16OwU3R2btQMXAkdo5l7zyLKGoFDSt1YNXlcegw%3D
Vulnerable Package
37 HIGH CVE-2025-13639 Npm-electron-23.1.2
detailsDescription: Inappropriate implementation in WebRTC in Google Chrome prior to 143.0.7499.41 allowed a remote attacker to perform arbitrary read/write via a craf...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: Z4IWc6nBrEQiJp0dompWD4FBmAKE%2B7SMZvpQcE8IJjQ%3D
Vulnerable Package
38 HIGH CVE-2025-13720 Npm-electron-23.1.2
detailsDescription: Bad cast in Loader in Google Chrome prior to 143.0.7499.41 allowed a remote attacker who had compromised the renderer process to potentially exploi...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: N00MwO2s6qYGZU68AJtUz84JiSwlf8lIMvj6217f5IE%3D
Vulnerable Package
39 HIGH CVE-2025-13721 Npm-electron-23.1.2
detailsDescription: Race in v8 in Google Chrome prior to 143.0.7499.41 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
Attack Vector: NETWORK
Attack Complexity: HIGH

ID: UwlcDkCdXZ96eQHd0qAEDmIraJkLPzZIkvVEIohLgDI%3D
Vulnerable Package
40 HIGH CVE-2025-14174 Npm-electron-23.1.2
detailsDescription: Out of bounds memory access in ANGLE in Google Chrome on Mac prior to 143.0.7499.110 allowed a remote attacker to perform out of bounds memory acce...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: aoK%2FuZ2Eew5nsjCr4tHg9gDx%2FvMmJyls%2BW7%2BVvBDmp0%3D
Vulnerable Package
41 HIGH CVE-2025-14765 Npm-electron-23.1.2
detailsDescription: Use after free in WebGPU in Google Chrome prior to 143.0.7499.147 allowed a remote attacker to potentially exploit heap corruption via a crafted HT...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: qSo62XW6SUYJBzgdRu4ntYGRPR7H2NE2LDVNZGyL9LQ%3D
Vulnerable Package
42 HIGH CVE-2025-14766 Npm-electron-23.1.2
detailsDescription: Out of bounds read and write in V8 in Google Chrome prior to 143.0.7499.147 allowed a remote attacker to potentially exploit heap corruption via a ...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: ZVWfurVbmoysBAUFqNlWz6CJadle4dxsfnK7YvE27EA%3D
Vulnerable Package
43 HIGH CVE-2026-0628 Npm-electron-23.1.2
detailsDescription: Insufficient policy enforcement in WebView tag in Google Chrome prior to 143.0.7499.192 allowed an attacker who convinced a user to install a malic...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: dkhAT7CFoB2EGggPOfl349myBLQJ2PvDiNvCmBBslQ8%3D
Vulnerable Package

More results are available on the CxOne platform


Fixed Issues (7) Great job! The following issues were fixed in this Pull Request
Severity Issue Source File / Package
MEDIUM CVE-2025-13466 Npm-body-parser-1.19.2
MEDIUM CVE-2025-13466 Npm-body-parser-1.19.0
MEDIUM CVE-2025-13466 Npm-body-parser-1.18.2
MEDIUM CVE-2025-13466 Npm-body-parser-1.20.1
MEDIUM CVE-2025-13466 Npm-body-parser-1.20.2
MEDIUM CVE-2025-32996 Npm-http-proxy-middleware-2.0.6
MEDIUM CVE-2025-32997 Npm-http-proxy-middleware-2.0.6

Communicate with Checkmarx by submitting a PR comment with @Checkmarx followed by one of the supported commands. Learn about the supported commands here.

@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

Superseded by #388.

@dependabot dependabot Bot closed this Jul 24, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/webpack-dev-server-5.2.5 branch July 24, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants