Cyber Resilience

CVE-2026-8927

Auth Bypass in Haxx Curl 7.12.0 – 8.21.0

Public PoCAuth Bypass
Published
03 July 2026
Modified
07 July 2026
Patch / advisory
CVSS Score v3.1 9.1
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:N
EPSS Score 0.0044 36th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked at the 36th 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

When reusing a libcurl handle for sequential transfers driven by environment-variable proxy configuration, libcurl fails to clear the proxy authentication state between requests. Specifically, if the initial transfer authenticates against `proxyA` using Digest auth, a subsequent transfer routed through `proxyB`…

more

erroneously leaks the `Proxy-Authorization:` header intended solely for `proxyA`.

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?

Vulnerability causes unintended leakage of Proxy-Authorization credentials/headers across proxy contexts, directly facilitating credential access via T1552 Unsecured Credentials.

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

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1557.001 Name Resolution Poisoning and SMB Relay Credential Accessconfidence: HIGH
Leaking Proxy-Authorization credentials enables adversary-in-the-middle attacks via name resolution poisoning or SMB relay.
T1557 Adversary-in-the-Middle Credential Accessconfidence: MEDIUM
The proxy credential leak facilitates broader adversary-in-the-middle interception of traffic.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-11856Same 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.12.0 — 8.21.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-8 Transmission Confidentiality and Integrity
  • AC-4 Information Flow Enforcement
Detect
Catch it (NIST detect / respond)
  • SI-7 Software, Firmware, and Information Integrity
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

SC-8 requires cryptographic protection of transmitted information, directly preventing leakage of sensitive Proxy-Authorization headers across proxy boundaries.

prevent

AC-4 enforces information flow policies so that authentication credentials intended for one proxy cannot be sent to another.

detect

SI-7 monitors software integrity and can detect unexpected reuse of stale authentication state in libcurl handles.

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