PT-2026-50527 · Libssh2 · Libssh2
Tristan Madani
·
Published
2026-06-17
·
Updated
2026-06-17
·
CVE-2026-55199
CVSS v3.1
5.9
Medium
| Vector | AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
libssh2 versions prior to 1.11.1
Description
A pre-authentication denial of service issue exists in the SSH MSG EXT INFO handler within
src/packet.c. A malicious SSH server can trigger a CPU exhaustion loop on the client by sending a crafted extension count value. Specifically, by setting nr extensions to 0xFFFFFFFF during key exchange, the client enters a tight CPU loop for over 60 seconds because return values from the libssh2 get string() function are unchecked and session timeouts do not apply to CPU-bound loops.Recommendations
Update to the version containing commit 1762685.
Fix
DoS
Infinite Loop
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Libssh2