CVE-2026-8932
Haxx Curl 7.7 – 8.21.0
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:NSummary
CVE-2026-8932 is a high-severity an unspecified weakness vulnerability in Haxx Curl. Its CVSS base score is 7.5 (High).
Operationally, ranked at the 32th 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 CM-6 (Configuration Settings) and SC-8 (Transmission Confidentiality and Integrity) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-41509
Vulnerability Data
libcurl would reuse a previously created connection even when some mTLS config related option had been changed that should have prohibited reuse. libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them…
more
matches the setup. However, some TLS settings related to client certificates were left out from the configuration match checks, making them match too easily. In particular options related to the private key.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Insufficient information to map techniques.Likely ATT&CK TechniquesAI
Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces transmission confidentiality/integrity via proper mTLS client certificate and private-key settings, blocking reuse of connections whose TLS config no longer matches.
Requires correct configuration settings for TLS client certificates and keys so that connection-pool matching logic cannot ignore changed mTLS parameters.
Mandates proper management and binding of private keys and authenticators, ensuring certificate-related options are part of any connection-reuse decision.