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 retains the original CA trust configuration of a connection handle in its connection pool even after the handle is reconfigured to use custom CA certificates. As a result, subsequent requests made with the same handle continue to trust the native platform certificate store, which enables an attacker who can control the target server to present a certificate that would normally fail validation but is nonetheless accepted, permitting impersonation or interception of traffic.

Affected Systems

The vulnerability affects the libcurl library, which is used by 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; no specific version range is given.

Risk and Exploitability

The EPSS score is <1%, indicating a low probability of exploitation, yet the CVSS score of 9.1 classifies the vulnerability as critical. The most likely attack vector involves an attacker controlling a target server and reusing the same curl handle after the application switches to custom CA material, thereby exploiting the trust persistence. The vulnerability is not listed in CISA’s KEV catalog, but its potential impact warrants prompt remediation.

Generated by OpenCVE AI on August 1, 2026 at 20:47 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 August 1, 2026 at 20:47 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

Status : Analyzed

Published: 2026-07-03T07:16:23.790

Modified: 2026-07-07T18:00:35.840

Link: CVE-2026-11564

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-11564 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T21:00:08Z

Weaknesses
  • CWE-295

    Improper Certificate Validation