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

CVE-2026-85720: AsyncHttpClient sends origin credentials to the proxy on the plaintext CONNECT request

September 17, 2026

When a request uses an HTTP proxy to reach an HTTPS origin, the client opens the tunnel with a plaintext CONNECT sent to the proxy before any TLS exists. On affected versions the origin’s preemptive credentials were added to that CONNECT. A Basic realm sent Authorization: Basic base64(user:pass) to the proxy in the clear, and NTLM, SPNEGO or Kerberos realms sent their token. The proxy, and anyone who can read the client to proxy hop, saw credentials that were meant only for the origin.

References

  • github.com/AsyncHttpClient/async-http-client/commit/9dba5ac988b7e750551f59b2eab550b60ac8a0d6
  • github.com/AsyncHttpClient/async-http-client/pull/2234
  • github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-xr57-gcx8-52hf
  • github.com/advisories/GHSA-xr57-gcx8-52hf
  • nvd.nist.gov/vuln/detail/CVE-2026-85720

Code Behaviors & Features

Detect and mitigate CVE-2026-85720 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.1, all versions starting from 3.0.0 before 3.0.12

Fixed versions

  • 2.16.1
  • 3.0.12

Solution

Upgrade to versions 2.16.1, 3.0.12 or above.

Impact 5.9 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-319: Cleartext Transmission of Sensitive Information
  • CWE-522: Insufficiently Protected Credentials

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 22 Sep 2026 12:20:10 +0000.