Answer in brief
CVE-2025-13034 records a Unknown severity vulnerability in No QUIC certificate pinning with GnuTLS. The current sources do not mark it as known exploited. The current feed maps curl/curl (generic), curl/curl (generic), curl/curl (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps curl/curl (generic), curl/curl (generic), curl/curl (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| curl/curlgeneric | >=8.8.0 <8.14.2 || >=8.15.0 <8.16.1 || >=8.17.0 <8.18.0 | 8.14.2, 8.16.1, 8.18.0 |
| curl/curlgeneric | >=3210101088dfa3d6a125d213226b092f2f866722 <3d91ca8cdb3b434226e743946d428b4dd3acf2c9 | 3d91ca8cdb3b434226e743946d428b4dd3acf2c9 |
| curl/curlgeneric | 8.17.0 || 8.16.0 || 8.15.0 || 8.14.1 || 8.14.0 || 8.13.0 || 8.12.1 || 8.12.0 || 8.11.1 || 8.11.0 || 8.10.1 || 8.10.0 || 8.9.1 || 8.9.0 || 8.8.0 | Not reported |
Published upstream
Jan 8, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 15, 2026
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.
Quoted source text, attributed separately from HOL analysis.