Vulnerability in Curl
CVE-2026-9547
When a libcurl-based application performs transfers via `SCP://` or `SFTP://` and utilizes the `CURLOPT_SSH_KEYFUNCTION` callback, it may silently accept an untrusted server. This vulnerability occurs when a server presents a host key type that does not match the specific key type already recorded for that host in the `known_hosts` file. Instead of rejecting the mismatch, the callback mechanism fails to properly enforce the restriction, allowing the connection to succeed without warning and risking a potential man-in-the-middle attack.
EPSS: 0.003 (25.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.4 (High). Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N.
Affected products
References
- 2499f714-1537-4658-8207-48ae4bb9eae9 (Vendor Advisory)
- 2499f714-1537-4658-8207-48ae4bb9eae9 (Patch, Vendor Advisory)
- 2499f714-1537-4658-8207-48ae4bb9eae9 (Exploit, Third Party Advisory, Issue Tracking)
Frequently asked questions
- What is CVE-2026-9547?
- CVE-2026-9547 is a high-severity vulnerability in Curl, classified under CWE-297 IMPROPER VALIDATION OF CERTIFICATE WITH HOST MISMATCH. CVSS score: 7.4/10. Published 2026-07-03.
- How severe is CVE-2026-9547?
- High severity. CVSS v3 base score is 7.4 out of 10.