Bug 2426406 (CVE-2025-13034) - CVE-2025-13034 curl: Public key pinning bypass via QUIC and GnuTLS allows server impersonation
Summary: CVE-2025-13034 curl: Public key pinning bypass via QUIC and GnuTLS allows ser...
Keywords:
Status: NEW
Alias: CVE-2025-13034
Deadline: 2026-01-07
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-31 04:08 UTC by OSIDB Bzimport
Modified: 2026-06-02 08:28 UTC (History)
24 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-31 04:08:57 UTC
When using `CURLOPT_PINNEDPUBLICKEY` option with libcurl or `--pinnedpubkey`
with the curl tool, curl checks the public key of the server certificate to
verify the peer.

This check was skipped in a certain condition that would then make curl allow
the connection without performing the proper check, thus not noticing a
possible impostor. To skip this check, the connection had to be done with QUIC
with ngtcp2 built to use GnuTLS and the user had to explicitly disable the
standard certificate verification.


Note You need to log in before you can comment on or make changes to this bug.