Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2023-30589
HistoryJul 01, 2023 - 12:15 a.m.

CVE-2023-30589

2023-07-0100:15:10
Debian Security Bug Tracker
security-tracker.debian.org
12
node.js
llhttp parser
http request smuggling
rfc7230
http header fields
crlf sequence
v20.2.0

7.4 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

40.0%

The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).

The CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20