Cyber Resilience

CVE-2026-11856

Auth Bypass in Haxx Curl 7.10.6 – 8.21.0

Public PoCAuth Bypass
Published
03 July 2026
Modified
07 July 2026
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0060 45th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-11856 is a critical-severity Authentication Bypass by Capture-replay (CWE-294) vulnerability in Haxx Curl. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked at the 45th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-4 (Information Flow Enforcement) and SC-8 (Transmission Confidentiality and Integrity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Successfully using libcurl to do a transfer to a specific HTTP origin (`hostA`) with **Digest** authentication and then changing the origin to a different one (`hostB`) for a second transfer, reusing the same handle, makes libcurl wrongly pass on the…

more

`Authorization:` header field meant for `hostA`, to `hostB`.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

The vulnerability causes unintended leakage of HTTP Digest Authorization headers (credentials) to an incorrect origin when a libcurl handle is reused, directly facilitating credential access via T1552 Unsecured Credentials.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-8927Same product: Haxx Curl
CVE-2026-9079Same product: Haxx Curl
CVE-2026-7168Same product: Haxx Curl
CVE-2025-5399Same product: Haxx Curl
CVE-2026-6429Same product: Haxx Curl
CVE-2026-5545Same product: Haxx Curl
CVE-2026-8286Same product: Haxx Curl
CVE-2026-8926Same product: Haxx Curl
CVE-2025-4947Same product: Haxx Curl
CVE-2026-11586Same product: Haxx Curl

Affected Assets

haxx
curl
7.10.6 — 8.21.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-8 Transmission Confidentiality and Integrity
  • AC-4 Information Flow Enforcement
  • SI-10 Information Input Validation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.16
  • V10.5.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces cryptographic protection of HTTP transmissions, preventing exposure or misuse of sensitive Authorization headers across different origins.

prevent

Enforces information flow policies so that credentials or headers bound to one origin (hostA) cannot be sent to another (hostB).

prevent

Validates that security-relevant inputs (e.g., Authorization headers) are appropriate for the current destination before transmission.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-04 mostly match
prevents

Protecting and verifying identity assertions prevents replay of captured authentication material.

PR.DS-02 mostly match
prevents

Encryption and integrity protections for data-in-transit directly block capture-replay of credentials or tokens.

DE.CM-01 partial match
prevents

Network monitoring may detect anomalous replays after the fact but does not prevent the design flaw.

PR.AA-03 partial match
prevents

Strong authentication methods can reduce replay risk but do not inherently address captured messages.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Cryptographic protections (e.g., nonces, timestamps, message authentication codes) make captured authentication messages unusable for replay.

prevents

Secure authentication mechanisms directly prevent replay attacks by requiring fresh, non-replayable credentials or tokens.

mitigates

Network security controls such as encryption and integrity protection reduce the feasibility of capturing and replaying authentication traffic.

prevents

Application security requirements can mandate replay-resistant authentication designs, but the control itself does not prescribe the technical measures.

References