CVE-2026-76844

HIGHPre-NVD 7.47.4
EchelonGraph scoreHIGH confidence

Score 7.4 from GitHub Security Advisory (severity: HIGH) published 2026-08-24. a secondary CVSS source baseline 7.4; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.4EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.4Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

webpack-dev-middleware resolves a request to a local file in getFilenameFromUrl by testing the request pathname against a traversal guard and then slicing it at a fixed character offset. The guard, UP_PATH_REGEXP applied to path.normalize(./${pathname}), only matches ".." that stands as a whole path segment, while the containment test is the string comparison pathname.startsWith(publicPathPathname) and the file path is built as path.join(outputPath, pathname.slice(publicPathPathname.length)). When the configured publicPath has no trailing slash, a request such as GET /assets../.env against publicPath /assets yields the pathname /assets../.env, whose only dot-dot sits inside the segment "assets.." and so passes the guard, but the offset slice cuts within that segment and hands "../.env" to path.join, resolving one directory above outputPath. Reading a file from that path requires the middleware to be backed by the physical filesystem, which happens when writeToDisk is true or a custom outputFileSystem is supplied, since the default memfs volume holds only build output. Traversal depth is limited to a single directory because a separately delimited dot-dot segment is collapsed during URL parsing before the guard runs. The default publicPath value of "auto" resolves to "/" and is not affected. This is an incomplete fix for CVE-2024-29180: the guard and offset slice were introduced by that fix and are present in every release from 5.3.4, 6.1.2 and 7.1.0 onward.

CVSS v3
7.4
EG Score
7.4(high)
EG Risk
38(Track)
EG Risk 38/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity74% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
30%
KEV
Not listed

Published

August 24, 2026

Last Modified

August 24, 2026

Advisory Details (4)

Auto-updated Aug 24, 2026
🔬 Proof of concept available. Patch available. Sources: github.
generic

webpack-dev-middleware Path Traversal via Offset Slice on a Non-Slash-Terminated publicPath | Advisories | VulnCheck

https://www.vulncheck.com/advisories/webpack-dev-middleware-path-traversal-via-offset-slice-on-a-non-slash-terminated-publicpath
github Patch Available🟡 PoC Available

Path traversal in webpack-dev-middleware · CVE-2024-29180 · GitHub Advisory Database · GitHub

https://github.com/advisories/GHSA-wr3j-pwj9-hqq6
generic

webpack-dev-middleware/src/middleware.js at v8.1.1 · webpack/webpack-dev-middleware · GitHub

https://github.com/webpack/webpack-dev-middleware/blob/v8.1.1/src/middleware.js
generic

GitHub - webpack/webpack-dev-middleware: A development middleware for webpack · GitHub

https://github.com/webpack/webpack-dev-middleware

Vendor Advisories for CVE-2026-76844(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
npm(1)
PackageVulnerable rangeFixed inDependents
webpack-dev-middleware7.1.0

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 9× in last 7d / 9× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-26 05:29 UTCGHSA enrichment
  2. 2026-08-25 16:28 UTCEG score recompute
  3. 2026-08-25 16:28 UTCGHSA enrichment
  4. 2026-08-25 13:49 UTCEPSS rescore
  5. 2026-08-25 03:24 UTCEG score recompute
  6. 2026-08-25 03:24 UTCGHSA enrichment
  7. 2026-08-24 14:24 UTCEG score recompute
  8. 2026-08-24 13:22 UTCEG score recompute
  9. 2026-08-24 13:22 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-76844?
CVE-2026-76844 is a high vulnerability published on August 24, 2026. webpack-dev-middleware resolves a request to a local file in getFilenameFromUrl by testing the request pathname against a traversal guard and then slicing it at a fixed character offset. The guard, UPPATHREGEXP applied to path.normalize(./${pathname}), only matches ".." that stands as a whole path…
When was CVE-2026-76844 disclosed?
CVE-2026-76844 was first published in the National Vulnerability Database on August 24, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-76844 actively exploited?
CVE-2026-76844 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 70.2% of all scored CVEs.
What is the CVSS score of CVE-2026-76844?
CVE-2026-76844 has a CVSS v3 base score of 7.4 (NVD).
How do I remediate CVE-2026-76844?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-76844, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-76844

Explore →

Is Your Infrastructure Affected by CVE-2026-76844?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.