#VU121030 Improper authentication in cURL - CVE-2025-15224
Published: January 7, 2026
cURL
curl.haxx.se
Description
The vulnerability allows a remote attacker to bypass authentication process.
The vulnerability exists due to an error when doing SSH-based transfers using either SCP or SFTP, and asked to do public key authentication. In such case the curl would wrongly still ask and authenticate using a locally running SSH agent.
Note, the vulnerability affects libcurl builds that use libssh backend instead of libssh2.