Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.asynchttpclient/async-http-client
  4. ›
  5. CVE-2026-55688

CVE-2026-55688: AsyncHttpClient stores cookie for an unrelated domain (cookie tossing) via ThreadSafeCookieStore

August 26, 2026

A cookie tossing / cookie injection issue (CWE-1275). ThreadSafeCookieStore stored a cookie under the value of its Domain attribute without verifying that the responding host is allowed to set a cookie for that domain (RFC 6265 §5.3 step 6). A host the client connects to can therefore plant a cookie scoped to an unrelated domain, and the client will then send that cookie on later requests to that domain.

References

  • github.com/AsyncHttpClient/async-http-client/commit/8e4069cf3c92abe099db5fb13378ac2fe9e1fd3b
  • github.com/AsyncHttpClient/async-http-client/commit/e6955c1e3951cf80e286981d064f6c926ce33f47
  • github.com/AsyncHttpClient/async-http-client/pull/2196
  • github.com/AsyncHttpClient/async-http-client/pull/2199
  • github.com/AsyncHttpClient/async-http-client/releases/tag/async-http-client-project-2.16.0
  • github.com/AsyncHttpClient/async-http-client/releases/tag/async-http-client-project-3.0.11
  • github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-m452-q8c9-rg2f
  • github.com/advisories/GHSA-m452-q8c9-rg2f
  • lists.debian.org/debian-lts-announce/2026/08/msg00011.html
  • nvd.nist.gov/vuln/detail/CVE-2026-55688

Code Behaviors & Features

Detect and mitigate CVE-2026-55688 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 starting from 2.0.0 before 2.16.0, all versions starting from 3.0.0-Beta.1 before 3.0.11

Fixed versions

  • 2.16.0
  • 3.0.11

Solution

Upgrade to versions 2.16.0, 3.0.11 or above.

Impact 4 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-1275: Sensitive Cookie with Improper SameSite Attribute

Source file

maven/org.asynchttpclient/async-http-client/CVE-2026-55688.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Wed, 09 Sep 2026 12:23:34 +0000.