Description
libcurl keeps previously used connections in a connection pool for subsequent
transfers to reuse if one of them matches the setup.

An easy handle that first uses default native CA trust can continue trusting
the native platform store after the application switches that same handle to
custom CA material for a later transfer.
Published: 2026-07-03
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

libcurl allows a single connection handle to retain its original trust configuration in a connection pool, even after that handle is reconfigured to use custom CA certificates. This means that subsequent requests made with the same handle can continue to trust the native platform certificate store, despite the change to a different root authority. The flaw, classified as CWE‑295, enables an attacker who can control the target server to present a certificate that would normally fail validation but is nonetheless accepted, effectively allowing impersonation or interception of traffic.

Affected Systems

The affected component is the libcurl library, widely used in the cURL command‑line tool and many other applications. Red Hat Hummingbird, a server platform that incorporates libcurl, is also impacted. All libcurl releases that implement the standard connection‑pooling behaviour are susceptible, though no specific version range is provided.

Risk and Exploitability

The likelihood of exploitation is low, with an EPSS score of < 1 %; however, the CVSS score of 9.1 classifies the vulnerability as critical and the effect would be severe if an attacker can control the target server and reuse the same curl handle after a trust‑store change. The attack vector is inferred from the description: an attacker must supply a malicious certificate to a vulnerable application that has reused the same handle after reconfiguring its CA store. The vulnerability is not currently listed in CISA’s KEV catalog, but the seriousness of the potential exploit warrants high‑priority remediation.

Generated by OpenCVE AI on July 23, 2026 at 16:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update libcurl to a version that includes the fix for CVE‑2026‑11564
  • Recreate the curl handle whenever the trusted CA material is changed, instead of reusing the same handle
  • Invoke curl_easy_reset() or close any existing connections before changing the CA store to clear the connection pool

Generated by OpenCVE AI on July 23, 2026 at 16:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8525-1 curl vulnerabilities
History

Thu, 09 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
First Time appeared Redhat
Redhat hummingbird
Weaknesses CWE-295
CPEs cpe:/a:redhat:hummingbird:1
Vendors & Products Redhat
Redhat hummingbird
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 08 Jul 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Wed, 08 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Tue, 07 Jul 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Mon, 06 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Mon, 06 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Sun, 05 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Sat, 04 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Sat, 04 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Fri, 03 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Fri, 03 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Fri, 03 Jul 2026 07:45:00 +0000

Type Values Removed Values Added
First Time appeared Curl
Curl curl
Vendors & Products Curl
Curl curl

Fri, 03 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA material for a later transfer.
Title Native CA trust persist
References

cve-icon MITRE

Status: PUBLISHED

Assigner: curl

Published:

Updated: 2026-07-06T17:10:33.352Z

Reserved: 2026-06-08T08:22:50.089Z

Link: CVE-2026-11564

cve-icon Vulnrichment

Updated: 2026-07-06T17:10:28.634Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-03T06:12:35Z

Links: CVE-2026-11564 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T16:30:09Z

Weaknesses
  • CWE-295

    Improper Certificate Validation