libssh2 through 1.11.1, fixed in commit 5e47761, contains a double-free vulnerability in the sftp_open() function in src/sftp.c that allows a malicious SSH server to corrupt the heap of any authenticated client opening an SFTP session. When a server responds to SSH_FXP_OPEN with SSH_FXP_STATUS containing FX_OK, the response data buffer is freed, and if a subsequent sftp_packet_require() call returns a specific error such as LIBSSH2_ERROR_CHANNEL_PACKET_EXCEEDED, the same pointer is freed a second time, enabling tcache dup conditions on glibc systems that allow overlapping allocations and function pointer overwrites.
{
"license": "CC-BY-4.0",
"sources": [
{
"html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-66032",
"database_specific": {
"status": "Undergoing Analysis"
},
"modified": "2026-07-30T16:43:03.817Z",
"url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-66032",
"imported": "2026-07-31T17:07:30.261Z",
"id": "CVE-2026-66032",
"published": "2026-07-24T17:17:35.120Z"
},
{
"imported": "2026-07-31T17:07:26.852Z",
"html_url": "https://github.com/advisories/GHSA-83r8-6c29-8gwr",
"modified": "2026-07-24T18:31:37Z",
"url": "https://api.github.com/advisories/GHSA-83r8-6c29-8gwr",
"id": "GHSA-83r8-6c29-8gwr",
"published": "2026-07-24T18:31:29Z"
},
{
"html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-48719",
"imported": "2026-07-31T17:07:23.894Z",
"modified": "2026-07-28T01:06:24Z",
"url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-48719",
"id": "EUVD-2026-48719",
"published": "2026-07-24T16:32:39Z"
}
]
}