Nuxt before 4.5.1 Information Disclosure via Chrome DevTools
33Vexday Risk Score
No sign of exploitation. It has a public proof of concept.
ssvc Attendcvss 6.9epss 0.1%
from disclosure to weapon28 days
Published on NVDAug 11
1st PoC+28d
exploitation probability
0.1%top 97% of all CVEs
observed exploitation
nono source reports it
1 public exploit(s)
Nuxt versions >= 4.4.7 and < 4.5.1, and >= 3.21.7 and < 3.21.10, contain an information disclosure vulnerability in the development server's Chrome DevTools workspace endpoint (GET /.well-known/appspecific/com.chrome.devtools.json). The endpoint's local-request gate (isLocalDevRequest) is header-based and trusts the attacker-supplied Host header rather than the connected peer address. When the dev server is bound to a network-reachable interface (e.g. nuxt dev --host) and experimental.chromeDevtoolsProjectSettings is enabled (the default), an unauthenticated attacker on the LAN can send a request with a spoofed Host header and no browser-specific headers (Sec-Fetch-Site, Origin, Referer) to retrieve the project's absolute filesystem root path (rootDir) and a persistent per-project workspace UUID. Production builds are unaffected. Fixed in 4.5.1 and 3.21.10.
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
Affected products
nuxt · nuxtpublic PoCs found — 1
githubgithub.com/Saku0512/CVE-2026-72744-poc★ 1⚠ Public resources, to assess the exposure of systems you control or are authorized to test. Test only with authorization.