CVE-2023-30589

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-30589
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-30589.json
Aliases
Related
Published
2023-07-01T00:15:10Z
Modified
2024-05-14T12:56:52.836070Z
Summary
[none]
Details

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

References

Affected packages

Git / github.com/nodejs/node

Affected versions

v20.*

v20.0.0
v20.1.0
v20.2.0
v20.3.0