Description
When `CURLOPT_PINNEDPUBLICKEY` is configured alongside options that disable
standard peer verification (`CURLOPT_SSL_VERIFYPEER = 0` and
`CURLOPT_SSL_VERIFYHOST = 0`), libcurl fails to enforce public key pinning on
connections established without a presented server certificate. Bypassing the
pinning check under these disabled-verification conditions allows
unauthenticated connections to succeed when they should be rejected.
Published: 2026-09-06
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Bypassed public key pinning allowing unauthenticated TLS connections
Action: Immediate Patch
AI Analysis

Impact

The vulnerability occurs when libcurl is configured with CURLOPT_PINNEDPUBLICKEY together with disabled standard peer verification; under these circumstances the library mistakenly skips public key pinning enforcement, allowing a connection that presents no server certificate to succeed and effectively neutralizing the pinning protection. An attacker could thus trick the client into communicating with a malicious server, enabling man‑in‑the‑middle attacks that compromise confidentiality and integrity.

Affected Systems

This defect is present in the libcurl component of the curl project (curl:curl). No specific product versions are listed; all builds containing the affected libcurl code are potentially impacted. The vulnerability is client‑side and any application using libcurl with the offending configuration is susceptible.

Risk and Exploitability

The EPSS score of <1% indicates a very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog, indicating no known public exploitation at the time of writing. However, the risk materializes only when an application intentionally disables certificate verification, which often indicates insecure or legacy code. In such environments, an attacker can exploit the bypass to establish a forged TLS session. Because the flaw resides in local configuration, it cannot be triggered remotely without compromising the application runtime, so the exploitation likelihood remains low for applications that misuse the verification options. The impact level would be considered high due to potential man‑in‑the‑middle and credential compromise. The CVSS score of 7.5 indicates high severity.

Generated by OpenCVE AI on September 22, 2026 at 01:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update libcurl to the latest release that fixes the bug
  • Ensure CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST are not disabled and remain enabled in all configurations
  • Avoid combining CURLOPT_PINNEDPUBLICKEY with disabled verification; enable pinning only when standard verification is active
  • If updating libcurl is not immediately possible, enforce certificate verification programmatically or through external configuration so that verification options cannot be disabled

Generated by OpenCVE AI on September 22, 2026 at 01:23 UTC.

Tracking

Sign in to view the affected projects.

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

Tue, 22 Sep 2026 00:15:00 +0000

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

None

threat_severity

Low


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
First Time appeared Haxx
Haxx curl
CPEs cpe:2.3:a:haxx:curl:*:*:*:*:*:*:*:*
Vendors & Products Haxx
Haxx curl

Tue, 08 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 06 Sep 2026 21:15:00 +0000

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

Sun, 06 Sep 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Sun, 06 Sep 2026 18:00:00 +0000

Type Values Removed Values Added
Description When `CURLOPT_PINNEDPUBLICKEY` is configured alongside options that disable standard peer verification (`CURLOPT_SSL_VERIFYPEER = 0` and `CURLOPT_SSL_VERIFYHOST = 0`), libcurl fails to enforce public key pinning on connections established without a presented server certificate. Bypassing the pinning check under these disabled-verification conditions allows unauthenticated connections to succeed when they should be rejected.
Title OpenSSL pinning bypass
References

cve-icon MITRE

Status: PUBLISHED

Assigner: curl

Published:

Updated: 2026-09-15T06:03:10.429Z

Reserved: 2026-08-26T04:24:25.568Z

Link: CVE-2026-80230

cve-icon Vulnrichment

Updated: 2026-09-08T18:53:14.829Z

cve-icon NVD

Status : Modified

Published: 2026-09-06T18:17:22.327

Modified: 2026-09-15T07:16:30.337

Link: CVE-2026-80230

cve-icon Redhat

Severity : Low

Publid Date: 2026-09-06T17:48:16Z

Links: CVE-2026-80230 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T01:30:17Z

Weaknesses
  • CWE-295

    Improper Certificate Validation

  • CWE-303

    Incorrect Implementation of Authentication Algorithm