Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-426 Medium 5.9

When using `CURLOPT_PINNEDPUBLICKEY` option with libcurl or `--pinnedpubkey` with the curl tool...

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
Affected Packages
CURL_jll >= 8.9.0+0, < 8.20.0+0
LibCURL_jll >= 8.8.0+0, < 8.18.0+0
Aliases / Upstream
CVE-2025-13034 GHSA-9r76-qj98-jfhc EUVD-2026-1572

When using CURLOPT_PINNEDPUBLICKEY option with libcurl or --pinnedpubkey with the curl tool,curl should check 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.

References