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.