Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.http4s/http4s-client_2.12
  4. ›
  5. CVE-2026-69215

CVE-2026-69215: Http4s: CookieJar middleware matches by substring, leaking cookies cross-origin

September 15, 2026

The CookieJar client middleware decides whether to attach a cookie to an outgoing request using an unanchored substring test on the host and path, instead of the domain match specified by RFC6265 5.1.3. A cookie stored for example.com is therefore sent to any host whose name merely contains example.com (e.g. evilexample.com), leaking potentially sensitive cookies to an attacker-chosen host.

References

  • github.com/advisories/GHSA-grh8-3p95-f9rr
  • github.com/http4s/http4s/commit/c0a37f38d5ee2a568ba57bd9da62f8d79b8b1fcc
  • github.com/http4s/http4s/releases/tag/v0.23.35
  • github.com/http4s/http4s/releases/tag/v1.0.0-M47
  • github.com/http4s/http4s/security/advisories/GHSA-grh8-3p95-f9rr
  • nvd.nist.gov/vuln/detail/CVE-2026-69215

Code Behaviors & Features

Detect and mitigate CVE-2026-69215 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.23.35

Fixed versions

  • 0.23.35

Solution

Upgrade to version 0.23.35 or above.

Impact 6.8 MEDIUM

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-1275: Sensitive Cookie with Improper SameSite Attribute
  • CWE-565: Reliance on Cookies without Validation and Integrity Checking

Source file

maven/org.http4s/http4s-client_2.12/CVE-2026-69215.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 22 Sep 2026 12:18:58 +0000.