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.