libssh2 through 1.11.1, fixed in commit 42e33d8, contains a pre-authentication heap buffer overflow vulnerability that allows a malicious SSH server to corrupt heap metadata in any connecting client by sending a packet with a packetlength smaller than the cipher's block size during Encrypt-then-MAC cipher negotiation. In the fullpacket() function in src/transport.c, the ETM path allocates a buffer of packetlength bytes but copies blocksize minus one bytes via memcpy, causing an overflow that on 32-bit glibc writes attacker-controlled bytes into an adjacent chunk's SIZE field, enabling tcache bin confusion, overlapping live objects, and function pointer overwrite during the session handshake before authentication.
{
"cna_assigner": "VulnCheck",
"cwe_ids": [
"CWE-122"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/66xxx/CVE-2026-66035.json"
}{
"extracted_events": [
{
"introduced": "0"
},
{
"last_affected": "1.11.1"
}
],
"source": [
"CPE_RANGE",
"REFERENCES"
],
"cpe": "cpe:2.3:a:libssh2:libssh2:*:*:*:*:*:*:*:*"
}
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-66035.json"
[
{
"target": {
"function": "transport_fullpacket",
"file": "src/transport.c"
},
"deprecated": false,
"source": "https://github.com/libssh2/libssh2/commit/42e33d81577ed4b95d4b4f6f845e5ee8efe5eeb4",
"id": "CVE-2026-66035-2a4095ef",
"signature_version": "v1",
"digest": {
"length": 3574.0,
"function_hash": "194798789246794431973226330957313786150"
},
"signature_type": "Function"
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"134169043152947898383512518039555862257",
"104460753797033781775243388102015553353",
"252879134917780202298535148269796609869",
"132377937468879972229428824267623819060",
"84558251560958915091751822719033683389",
"283849024653323403509245380020001618044",
"102304749765356114626298989055981403620"
]
},
"source": "https://github.com/libssh2/libssh2/commit/42e33d81577ed4b95d4b4f6f845e5ee8efe5eeb4",
"deprecated": false,
"id": "CVE-2026-66035-64b57de0",
"signature_version": "v1",
"signature_type": "Line",
"target": {
"file": "src/transport.c"
}
}
]
"2026-08-12T16:09:59Z"