Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, The CookieJar client middleware uses unanchored substring checks instead of RFC 6265 domain and path matching when deciding whether to attach a stored cookie. A cookie for example.com can consequently be sent to an attacker-controlled hostname such as evilexample.com when an application using the same jar makes an attacker-influenced outbound request. This exposes session or authentication cookies and can enable hijacking of the application’s outbound sessions. This issue is fixed in versions 0.23.35 and 1.0.0-M47.
{
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-1275",
"CWE-565"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/69xxx/CVE-2026-69215.json"
}{
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "0.23.35"
},
{
"introduced": "1.0.0-M1"
},
{
"fixed": "1.0.0-M47"
}
],
"source": [
"AFFECTED_FIELD",
"REFERENCES"
]
}