CVE Catalog

CVE-2026-85716

LowCVSS 3.7
Published: Translated: NVD NIST

Summary

The AsyncHttpClient (AHC) library in versions 3.0.8 through 3.0.12 does not enforce verification of SCRAM ServerSignature and Digest rspauth authentication results. On a non-TLS or compromised transport, an attacker can be accepted as the server without proving knowledge of the shared secret. The issue is fixed in version 3.0.12.

Risk Assessment

Organizations using AHC for server communication may fall victim to man-in-the-middle attacks where a fake server is trusted. This can lead to data leakage or unauthorized operations.

Recommendation

Update the AsyncHttpClient library to version 3.0.12 or later. Ensure connections are always encrypted (TLS) to mitigate the risk of attack.

Other vulnerabilities in AsyncHttpClient

See all
Original NVD description (English source)

The AsyncHttpClient (AHC) library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 3.0.8 until 3.0.12, processScramAuthenticationInfo and processAuthenticationInfo compute the SCRAM ServerSignature or Digest rspauth verification result but log a mismatch and still deliver the response as authenticated. On a non-TLS or compromised transport, a peer that has not proved knowledge of the shared secret can therefore be accepted as the server. The fix rejects a present invalid value and computes Digest rspauth from the Authorization parameters actually sent, but verification remains unenforced when the value is absent, the sent parameters cannot be recovered, or Digest uses qop=auth-int. This issue is fixed in version 3.0.12.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS