Back to overview

CVE-2026-12064

Description
When a user invokes curl using a schemeless URL combined with `--proto-default` sftp (or scp), a disconnect occurs between the tool layer and libcurl. The tool layer incorrectly infers the URL scheme, which erroneously bypasses the initialization of critical SSH security options like CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 and CURLOPT_SSH_KNOWNHOSTS. Conversely, the libcurl runtime successfully honors CURLOPT_DEFAULT_PROTOCOL and establishes the connection via SFTP/SCP as specified. Because the tool layer skipped the security configuration, these SSH host verification options are silently omitted, causing curl to connect to an unverified SSH remote host without throwing an error.

Metadata

CVE ID
CVE-2026-12064
State
PUBLISHED
Assigner
curl
Reserved
2026-06-12 07:23 UTC
Published
2026-07-03 06:13 UTC
Last updated
2026-07-03 06:13 UTC
Vendor / Product
curl / curl
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (1)
VendorProductPlatformVersions
curl curl 8.20.0 ≤ 8.20.0, 8.19.0 ≤ 8.19.0, 8.18.0 ≤ 8.18.0, 8.17.0 ≤ 8.17.0 …
Weakness (CWE)
CWESourceDescription
cna CWE-297 Improper Validation of Certificate with Host Mismatch
Back to overview