CVE Catalog

CVE-2026-5773

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.62%

48th percentile - higher than 48% of all known CVEs

Summary

libcurl might in some circumstances reuse the wrong connection for SMB(S) transfers. Due to a logical error in the code, a network transfer operation could wrongfully reuse an existing SMB connection to the same server that was using a different share than the new transfer should. This could lead to downloading the wrong file or uploading a file to the wrong place, using the same credentials and server name.

Risk Assessment

The wrong file may be downloaded or uploaded, potentially leading to data leakage or file overwrites. The risk applies to SMB(S) operations with multiple shares on the same server.

Recommendation

Upgrade libcurl to a version containing the fix for this bug. Until patched, avoid concurrent SMB(S) transfers to different shares on the same server.

Other vulnerabilities in libcurl

See all
Original NVD description (English source)

libcurl might in some circumstances reuse the wrong connection for SMB(S) transfers. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criteria must be met. Due to a logical error in the code, a network transfer operation that was requested by an application could wrongfully reuse an existing SMB connection to the same server that was using a different "share" than the new subsequent transfer should. This could in unlucky situations lead to the download of the wrong file or the upload of a file to the wrong place. When this happens, the same credentials are used and the server name is the same.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS