Triage of the coordinated September 2026 Node.js release patching critical HTTP request smuggling in llhttp across v18, v20, and v22.
llhttp parser. Incomplete validation of Transfer-Encoding headers allowed reverse-proxy cache poisoning and credential hijacking.
| CVE識別番号 | 対象サブシステム / コンポーネント | 影響範囲 | CVSS | ゼロデイ悪用確認? |
|---|---|---|---|---|
| CVE-2024-27983 | llhttp HTTP Parser | HTTP Request Smuggling | 8.2 High | YES (In-The-Wild) |
| CVE-2024-27982 | HTTP/2 Stream Reset | Denial of Service | 7.5 High | No |
| CVE-2024-27981 | Inspector Protocol | WebSocket Hijack | 6.5 Medium | No |
Examine the C parser state machine diff in deps/llhttp strictly rejecting malformed Transfer-Encoding chunk extensions.