CVE-2026-47069

Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability in benoitc hackney allows HTTP Response Splitting. The hackney_cookie:setcookie/3 function in src/hackney_cookie.erl validates the Name and Value arguments against CRLF and control characters, but concatenates the domain and path options verbatim into the output iolist with no equivalent check. An attacker who controls either option — for example by supplying a Host header value forwarded as the cookie domain, or a request path forwarded as the cookie path — can inject a literal CRLF sequence and arbitrary additional Set-Cookie headers into the HTTP response. This issue affects hackney: from 0.9.0 before 4.0.1.
Configurations

Configuration 1 (hide)

cpe:2.3:a:benoitc:hackney:*:*:*:*:*:*:*:*

History

No history.

Information

Published : 2026-05-25 15:16

Updated : 2026-07-24 10:10


NVD link : CVE-2026-47069

Mitre link : CVE-2026-47069

CVE.ORG link : CVE-2026-47069


JSON object : View

Products Affected

benoitc

  • hackney
CWE
CWE-93

Improper Neutralization of CRLF Sequences ('CRLF Injection')