PatchSiren cyber security CVE debrief
CVE-2026-85716 AsyncHttpClient CVE debrief
The AsyncHttpClient library for Java allows applications to execute HTTP requests and process responses asynchronously. A vulnerability exists in versions 3.0.8 through 3.0.12 where SCRAM ServerSignature or Digest rspauth verification results are computed but a mismatch is logged and the response is still delivered as authenticated. This issue is particularly concerning on non-TLS or compromised transports, as a peer without knowledge of the shared secret can be accepted as the server. The issue has been fixed in version 3.0.12, but verification remains unenforced under certain conditions.
- Vendor
- AsyncHttpClient
- Product
- async-http-client
- CVSS
- LOW 3.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
Defenders and developers using AsyncHttpClient versions 3.0.8 through 3.0.11 in their Java applications should assess their exposure and consider upgrading to version 3.0.12 or later to mitigate the authentication bypass vulnerability.
Why it matters
CVE-2026-85716 is a vulnerability in the AsyncHttpClient library for Java that could allow for authentication bypass on non-TLS or compromised transports. Defenders and developers using affected versions should assess their exposure, consider upgrading, and monitor for suspicious activity.
- Potential authentication bypass on non-TLS or compromised transports.
- Verification of server response authenticity may be required.
- Upgrading to version 3.0.12 or later may be necessary to fully address the issue.
- Monitoring for unauthorized access or suspicious activity is recommended.
Technical summary
The AsyncHttpClient library for Java, in versions 3.0.8 through 3.0.12, incorrectly handles SCRAM ServerSignature or Digest rspauth verification, potentially allowing a peer without knowledge of the shared secret to be accepted as the server on non-TLS or compromised transports. This issue is particularly concerning as it could lead to authentication bypass. Defenders and developers using affected versions should assess their exposure and consider upgrading to version 3.0.12 or later to mitigate the authentication bypass vulnerability. Verification of server response authenticity may be required, especially in environments using AsyncHttpClient versions 3.0.8 through 3.0.11.
Defensive priority
Defenders should prioritize verifying the authenticity of server responses, especially in environments using AsyncHttpClient versions 3.0.8 through 3.0.11, and consider upgrading to version 3.0.12 or later.
Recommended defensive actions
- Verify the authenticity of server responses in AsyncHttpClient versions 3.0.8 through 3.0.11.
- Consider upgrading to AsyncHttpClient version 3.0.12 or later.
- Monitor for any unauthorized access or suspicious activity in applications using affected AsyncHttpClient versions.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. GitHub commits and pull requests also offer insights into the fixes implemented.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-85716 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-85716
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-85716 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-85716
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/AsyncHttpClient/async-http-client/commit/10b3db9910f0bbad2ea3dc7c7553bae12bc4a5e4
-
Source reference
Unverified legacy reference
URL: https://github.com/AsyncHttpClient/async-http-client/commit/685173afea07892462071d966ef6ce5c88cbc66f
-
Source reference
Unverified legacy reference
URL: https://github.com/AsyncHttpClient/async-http-client/commit/7fe8700fd5b46c668cee7774624f36b87b9dd32a
-
Source reference
Unverified legacy reference
URL: https://github.com/AsyncHttpClient/async-http-client/pull/2235
-
Source reference
Unverified legacy reference
URL: https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-fj9w-c36g-h5x8
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.