Sensitive Data Exposure vulnerability in benoitc hackney allows Retrieve Embedded Sensitive Data. The HTTP/3 redirect handler in src/hackneyh3.erl passes the original request headers unchanged to the redirect target without performing any cross-origin check. When a client issues an HTTP/3 request with followredirect enabled and includes Authorization or Cookie headers, a server responding with a 3xx redirect to a different host will cause the client to forward those credentials verbatim to the new origin.
The main hackney.erl module has maybestripauthonredirect/2 (guarded by the locationtrusted option) to address CVE-2018-1000007, but hackneyh3.erl is missing this protection entirely.
This issue affects hackney: from 3.1.1 before 4.0.1.
{
"cpe_ids": [
"cpe:2.3:a:benoitc:hackney:*:*:*:*:*:*:*:*"
],
"capec_ids": [
"CAPEC-37"
],
"cwe_ids": [
"CWE-601"
]
}