🔐 CVE Alert

CVE-2026-47075

UNKNOWN 0.0

CR/LF injection in query parameter in hackney

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Improper Neutralization of CRLF Sequences vulnerability in benoitc hackney allows HTTP Request Splitting. hackney does not percent-encode carriage return (\r) or line feed (\n) characters in the URL query component before constructing the HTTP/1.1 request target. Characters outside the grammar defined in RFC 3986 Section 3.4 must be percent-encoded, but hackney_url:make_url/3 passes the query binary directly without validation or escaping. An attacker who can control all or part of a URL passed to hackney can inject raw CRLF sequences into the query string, which are then sent as HTTP line breaks in the request target. This enables injection of arbitrary HTTP headers or splitting of the HTTP request. This issue affects hackney: from 0 before 4.0.1.

CWE CWE-93
Vendor benoitc
Product hackney
Published May 25, 2026
Last Updated May 27, 2026
Stay Ahead of the Next One

Get instant alerts for benoitc hackney

Be the first to know when new unknown vulnerabilities affecting benoitc hackney are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

benoitc / hackney
0 < 4.0.1
benoitc / hackney
8bb1a359a81ae58567c84f8d24564e9742e6f2bd < ca73dd0aba0ed557449c18288bf07241671a43c9

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/benoitc/hackney/security/advisories/GHSA-j9wq-vxxc-94wf cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-47075.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-47075 github.com: https://github.com/benoitc/hackney/commit/ca73dd0aba0ed557449c18288bf07241671a43c9

Credits

tepel-chen Benoit Chesneau Jonatan Männchen / EEF