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.
CVE-2026-66032
Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-24. the CNA's CVSS baseline 8.8; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 8.8
- EG Score
- 8.8(high)
- EG Risk
- 40(Track)EG Risk 40/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity88% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 21%
- KEV
- Not listed
Published
July 24, 2026
Last Modified
July 28, 2026
Advisory Details (3)
Auto-updated Jul 24, 2026libssh2 Double-Free Heap Corruption via sftp_open() | Advisories | VulnCheck
https://www.vulncheck.com/advisories/libssh2-double-free-heap-corruption-via-sftp-openPrevent dangling pointer by nullifying data
Fix merged in libssh2/libssh2 PR #2180 on 2026-07-02 — awaiting tagged release
https://github.com/libssh2/libssh2/pull/2180commit 5e4776146552 (libssh2/libssh2)
Fix landed in libssh2/libssh2 commit 5e4776146552 — awaiting tagged release
https://github.com/libssh2/libssh2/commit/5e4776146552d898b9c0e1b313cd093fa8dc92d0Vendor Advisories for CVE-2026-66032(3)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:46927Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Hardened Images RPMs Security Update
- CVE-2026-66032Microsoft Security Response Center (MSRC)
libssh2 Double-Free Heap Corruption via sftp_open()
- GHSA-83r8-6c29-8gwrGitHub Security AdvisoriesHigh
libssh2 through 1.11.1, fixed in commit 5e47761, contains a double-free vulnerability in the...
Patch Availability(1)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| redhat | libssh2-main-1.11.1-10.2.hum1 | 2026-07-27 | redhat |
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 18× in last 7d / 18× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-28 01:30 UTCVendor advisory
- 2026-07-28 01:30 UTCGHSA enrichment
- 2026-07-27 22:50 UTCEG score recompute
- 2026-07-27 22:49 UTCGHSA enrichment
- 2026-07-27 14:14 UTCEPSS rescore
- 2026-07-27 11:39 UTCGHSA enrichment
- 2026-07-27 00:45 UTCEG score recompute
- 2026-07-27 00:45 UTCGHSA enrichment
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 13:50 UTCEG score recompute
- 2026-07-26 13:50 UTCGHSA enrichment
- 2026-07-26 02:56 UTCEG score recompute
- 2026-07-26 02:56 UTCGHSA enrichment
- 2026-07-25 14:18 UTCEPSS rescore
- 2026-07-25 14:18 UTCEPSS rescore
- 2026-07-24 16:53 UTCEG score recompute
- 2026-07-24 16:52 UTCMITRE cvelistV5first tracked
Related CVEs(same vendor + same CWE)
Same vendor
10 shownredhat
- CVE-2001-0825EG 10.0HIGH
- CVE-2001-1009EG 10.0EPSS p93HIGH
- CVE-2001-0554EG 10.0EPSS p98HIGH
- CVE-2001-1162EG 10.0EPSS p96HIGH
- CVE-2001-0414EG 10.0EPSS p100HIGH
- CVE-2001-0191EG 10.0EPSS p92HIGH
- CVE-2001-0301EG 10.0EPSS p90HIGH
- CVE-2001-0197EG 10.0EPSS p96HIGH
- CVE-2001-0233EG 10.0EPSS p96HIGH
- CVE-2001-0010EG 10.0EPSS p98HIGH
Same CWE
10 shownCWE-415
- CVE-2007-4773EG 9.8CRITICAL
- CVE-2016-8619NVD 5.3EG 9.8EPSS p91CRITICAL
- CVE-2016-8618NVD 5.3EG 9.8EPSS p91CRITICAL
- CVE-2015-9165EG 9.8CRITICAL
- CVE-2017-18201EG 9.8CRITICAL
- CVE-2017-18174EG 9.8CRITICAL
- CVE-2017-1000232EG 9.8CRITICAL
- CVE-2017-1000231EG 9.8CRITICAL
- CVE-2017-16820EG 9.8CRITICAL
- CVE-2017-14952EG 9.8EPSS p91CRITICAL
Frequently asked(5)
What is CVE-2026-66032?
When was CVE-2026-66032 disclosed?
Is CVE-2026-66032 actively exploited?
What is the CVSS score of CVE-2026-66032?
How do I remediate CVE-2026-66032?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-66032
Is Your Infrastructure Affected by CVE-2026-66032?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.