CVE-2026-80230: OpenSSL pinning bypass

Published Sep 6, 2026
·
Updated

When CURLOPTPINNEDPUBLICKEY is configured alongside options that disable standard peer verification (CURLOPTSSLVERIFYPEER = 0 and CURLOPTSSLVERIFYHOST = 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.

Affected Software

1 affected component
libcurl

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Do not set CURLOPT_SSL_VERIFYHOST = 0 when using CURLOPT_PINNEDPUBLICKEY; ensure host verification remains enabled so libcurl enforces the pinning check.

    libcurl (CURLOPT_PINNEDPUBLICKEY usage) CURLOPT_SSL_VERIFYHOST = not 0
  2. Configuration

    Do not set CURLOPT_SSL_VERIFYPEER = 0 when using CURLOPT_PINNEDPUBLICKEY; keep standard peer verification enabled to prevent unauthenticated connections from succeeding alongside pinning.

    libcurl (CURLOPT_PINNEDPUBLICKEY usage) CURLOPT_SSL_VERIFYPEER = not 0

Event History

Sep 6, 2026
CVE Published
via MITRE·05:48 PM
Data Sourced
via MITRE·05:48 PM
DescriptionWeakness

Frequently Asked Questions

1

Which deployments are affected?

Deployments are affected when libcurl uses CURLOPT_PINNEDPUBLICKEY while both CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST are set to 0. The issue applies to connections where the server does not present a certificate.

2

What configuration change can reduce exposure before an update is available?

Do not disable both standard peer and host verification options when public-key pinning is configured. Requiring normal peer and host verification prevents the described disabled-verification condition.

3

How can I determine whether an application may be exposed?

Review libcurl option handling for CURLOPT_PINNEDPUBLICKEY combined with CURLOPT_SSL_VERIFYPEER = 0 and CURLOPT_SSL_VERIFYHOST = 0. Applications using that combination may accept an unauthenticated connection without a presented server certificate.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203