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

CVE-2026-40490: AsyncHttpClient leaks authorization credentials to untrusted domains on cross-origin redirects

April 14, 2026 (updated April 24, 2026)

When redirect following is enabled (followRedirect(true)), AsyncHttpClient forwards Authorization and Proxy-Authorization headers along with Realm credentials to arbitrary redirect targets regardless of domain, scheme, or port changes. This leaks credentials on cross-domain redirects and HTTPS-to-HTTP downgrades.

Additionally, even when stripAuthorizationOnRedirect is set to true, the Realm object containing plaintext credentials is still propagated to the redirect request, causing credential re-generation for Basic and Digest authentication schemes via NettyRequestFactory.

An attacker who controls a redirect target (via open redirect, DNS rebinding, or MITM on HTTP) can capture Bearer tokens, Basic auth credentials, or any other Authorization header value.

References

  • github.com/AsyncHttpClient/async-http-client
  • github.com/AsyncHttpClient/async-http-client/commit/6b2fbb7f8
  • github.com/AsyncHttpClient/async-http-client/commit/ae557ad35246721c09dafb2976609cd0004e78ae
  • github.com/AsyncHttpClient/async-http-client/releases/tag/async-http-client-project-2.14.5
  • github.com/AsyncHttpClient/async-http-client/releases/tag/async-http-client-project-3.0.9
  • github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-cmxv-58fp-fm3g
  • github.com/advisories/GHSA-cmxv-58fp-fm3g
  • nvd.nist.gov/vuln/detail/CVE-2026-40490

Code Behaviors & Features

Detect and mitigate CVE-2026-40490 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 3.0.0.Beta1 before 3.0.9, all versions starting from 2.0.0 before 2.14.5

Fixed versions

  • 3.0.9
  • 2.14.5

Solution

Upgrade to versions 2.14.5, 3.0.9 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-200: Exposure of Sensitive Information to an Unauthorized Actor

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 09 May 2026 12:19:18 +0000.