Description
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.
Published: 2026-07-03
Score: 7.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability involves libcurl performing SCP or SFTP transfers using the CURLOPT_SSH_KEYFUNCTION callback. When a server presents a host key type that does not match the already recorded type for that host in the known_hosts file, the callback fails to enforce the mismatch, allowing the connection to succeed silently and exposing the setup to a potential man‑in‑the‑middle attack. The description does not include affected‑version data, so the scope across libcurl releases remains unclear.

Affected Systems

Any application that bundles libcurl and enables SCP or SFTP transfers with the CURLOPT_SSH_KEYFUNCTION callback is potentially vulnerable. The affected vendor is curl, product libcurl; version information is unavailable, so administrators must verify whether their installed libcurl contains the flaw.

Risk and Exploitability

The CVSS score of 7.4 indicates a high severity. With an EPSS score below 1 %, active exploitation is expected to be rare, and the vulnerability is not listed in CISA KEV. The attack vector requires an attacker to control or impersonate an SSH server presenting a mismatched host key type. If the application accepts the connection without warning, the attacker can intercept or tamper with traffic, compromising confidentiality and integrity.

Generated by OpenCVE AI on August 1, 2026 at 20:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a libcurl release that implements proper host key enforcement, or, if an update is unavailable, remove or replace the CURLOPT_SSH_KEYFUNCTION callback with custom logic that checks the key type against the known_hosts entry before initiating the transfer.
  • If an immediate upgrade or callback removal is not feasible, disable SCP/SFTP transfers to untrusted hosts until the CVE is patched, or enforce manual confirmation of host keys before establishing the connection.
  • Verify that no other applications rely on libcurl for SCP/SFTP before upgrading to avoid unintended service disruption.

Generated by OpenCVE AI on August 1, 2026 at 20:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8487-1 curl vulnerabilities
History

Tue, 07 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-347
References
Metrics threat_severity

None

threat_severity

Important


Mon, 06 Jul 2026 22:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295
CWE-307

Mon, 06 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295
CWE-307

Sun, 05 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Sun, 05 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Sun, 05 Jul 2026 01:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Sat, 04 Jul 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295

Fri, 03 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-287

Fri, 03 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-287

Fri, 03 Jul 2026 08:30:00 +0000

Type Values Removed Values Added
First Time appeared Curl
Curl curl
Vendors & Products Curl
Curl curl

Fri, 03 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description 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.
Title SSH improper host validation
References

cve-icon MITRE

Status: PUBLISHED

Assigner: curl

Published:

Updated: 2026-07-06T16:48:14.469Z

Reserved: 2026-05-26T06:45:27.665Z

Link: CVE-2026-9547

cve-icon Vulnrichment

Updated: 2026-07-06T16:48:09.620Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-03T07:16:25.990

Modified: 2026-07-07T14:52:29.503

Link: CVE-2026-9547

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-03T06:18:44Z

Links: CVE-2026-9547 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T20:45:05Z

Weaknesses