CVE-2026-85719 PUBLISHED

AsyncHttpClient: SOCKS proxy credentials sent to the origin server over plaintext HTTP

Assigner: GitHub_M
Reserved: 04.09.2026 Published: 17.09.2026 Updated: 17.09.2026

The AsyncHttpClient (AHC) library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 2.1.0 until 2.16.1 and 3.0.12, requests using an authenticated SOCKS proxy can expose the proxy's credentials to the origin because NettyRequestFactory and NettyRequestSender attach Proxy-Authorization without confirming that the request is being sent to an HTTP proxy. With preemptive proxy authentication, the header is attached to a plaintext HTTP request, exposing credentials such as directly reversible Basic credentials to the origin. With the default non-preemptive flow, a hostile origin can return a 407 response and ProxyUnauthorized407Interceptor sends the proxy credentials through the existing SOCKS tunnel, including NTLM, Kerberos, and SPNEGO credentials. Releases before 2.1.0 lack SOCKS proxy support. This issue is fixed in versions 2.16.1 and 3.0.12.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor AsyncHttpClient
Product async-http-client
Versions
  • Version >= 2.1.0, < 2.16.1 is affected
  • Version >= 3.0.0, < 3.0.12 is affected

References

Problem Types

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