ghsa-hchw-qwx7-4w4c
Vulnerability from github
Published
2025-05-19 03:30
Modified
2025-05-19 03:30
Severity ?
Details
A flaw in Node.js 20's HTTP parser allows improper termination of HTTP/1 headers using \r\n\rX
instead of the required \r\n\r\n
.
This inconsistency enables request smuggling, allowing attackers to bypass proxy-based access controls and submit unauthorized requests.
The issue was resolved by upgrading llhttp
to version 9, which enforces correct header termination.
Impact:
* This vulnerability affects only Node.js 20.x users prior to the llhttp
v9 upgrade.
{ "affected": [], "aliases": [ "CVE-2025-23167" ], "database_specific": { "cwe_ids": [ "CWE-444" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-05-19T02:15:17Z", "severity": "MODERATE" }, "details": "A flaw in Node.js 20\u0027s HTTP parser allows improper termination of HTTP/1 headers using `\\r\\n\\rX` instead of the required `\\r\\n\\r\\n`.\nThis inconsistency enables request smuggling, allowing attackers to bypass proxy-based access controls and submit unauthorized requests.\n\nThe issue was resolved by upgrading `llhttp` to version 9, which enforces correct header termination.\n\nImpact:\n* This vulnerability affects only Node.js 20.x users prior to the `llhttp` v9 upgrade.", "id": "GHSA-hchw-qwx7-4w4c", "modified": "2025-05-19T03:30:30Z", "published": "2025-05-19T03:30:30Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23167" }, { "type": "WEB", "url": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "type": "CVSS_V3" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.