CVE-2026-69214
When processing a `Set-Cookie` from a response, the `CookieJar` client middleware trusts the server-supplied `Domain` attribute verbatim, with no check that it domain-matches the host that sent the cookie (RFC6265 §5.3 step 6) and no public suffix check. A malicious or compromised server can therefore plant a cookie for any domain in the cookie jar, which is subsequently set on the client's next request to that victim domain, enabling session fixation or overwriting security-relevant cookies. ## Impact Session fixation and overwrite of security-relevant cookies for arbitrary domains contacted by the same wrapped client. ## Preconditions - Application uses the `CookieJar` client middleware. - Application contacts an attacker-controlled (or compromised) server using the same jar it uses for trusted hosts. ## Workarounds - Do not share a `CookieJar` across trusted and untrusted targets. ## Note This middleware still does not implement public suffix rejection.
Properties
- ghsa_id
- GHSA-wv64-j4fq-5f9x
- severity
- medium
- summary
- Http4s: CookieJar middleware accepts arbitrary Set-Cookie domain
- cvss_score
- 6.8
- cve_id
- CVE-2026-69214
- cvss_vector
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N
- signal_observed_at
- 2026-09-15T21:13:07+00:00
- is_ghsa_only
- false
- ghsa_published
- 2026-09-15T20:00:43Z
- source_url
- https://github.com/advisories/GHSA-wv64-j4fq-5f9x
- ghsa_updated
- 2026-09-15T20:00:46Z
Related Entities (9)
VULNERABLE_TO (3)
AFFECTS (3)
HAS_WEAKNESS (2)
REPORTED_BY (1)
Explore deeper with Ninja Signal's threat intelligence graph