ubuntu-cve-2026-66032
Vulnerability from osv_ubuntu
Published
2026-07-24 17:17
Modified
2026-07-29 08:01
Summary
Details
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.
Severity
8.8 (High)
N/A (UNKNOWN)
References
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssh2-1",
"binary_version": "1.4.3-2ubuntu0.2+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "libssh2",
"purl": "pkg:deb/ubuntu/libssh2@1.4.3-2ubuntu0.2+esm3?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.4.3-1",
"1.4.3-2",
"1.4.3-2ubuntu0.1",
"1.4.3-2ubuntu0.2",
"1.4.3-2ubuntu0.2+esm1",
"1.4.3-2ubuntu0.2+esm2",
"1.4.3-2ubuntu0.2+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssh2-1",
"binary_version": "1.5.0-2ubuntu0.1+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "libssh2",
"purl": "pkg:deb/ubuntu/libssh2@1.5.0-2ubuntu0.1+esm2?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.5.0-2",
"1.5.0-2ubuntu0.1",
"1.5.0-2ubuntu0.1+esm1",
"1.5.0-2ubuntu0.1+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssh2-1",
"binary_version": "1.8.0-1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "libssh2",
"purl": "pkg:deb/ubuntu/libssh2@1.8.0-1ubuntu0.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.8.0-1",
"1.8.0-1ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssh2-1",
"binary_version": "1.8.0-2.1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "libssh2",
"purl": "pkg:deb/ubuntu/libssh2@1.8.0-2.1ubuntu0.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.8.0-2.1build1",
"1.8.0-2.1ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssh2-1",
"binary_version": "1.10.0-3"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "libssh2",
"purl": "pkg:deb/ubuntu/libssh2@1.10.0-3?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.9.0-3",
"1.10.0-2",
"1.10.0-2build1",
"1.10.0-3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssh2-1t64",
"binary_version": "1.11.0-4.1ubuntu0.24.04.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "libssh2",
"purl": "pkg:deb/ubuntu/libssh2@1.11.0-4.1ubuntu0.24.04.3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.11.0-2",
"1.11.0-3",
"1.11.0-4",
"1.11.0-4.1build1",
"1.11.0-4.1build2",
"1.11.0-4.1ubuntu0.24.04.1",
"1.11.0-4.1ubuntu0.24.04.2",
"1.11.0-4.1ubuntu0.24.04.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssh2-1t64",
"binary_version": "1.11.1-1ubuntu0.26.04.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "libssh2",
"purl": "pkg:deb/ubuntu/libssh2@1.11.1-1ubuntu0.26.04.3?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.11.1-1build1",
"1.11.1-1build2",
"1.11.1-1ubuntu0.26.04.1",
"1.11.1-1ubuntu0.26.04.2",
"1.11.1-1ubuntu0.26.04.3"
]
}
],
"aliases": [],
"details": "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.",
"id": "UBUNTU-CVE-2026-66032",
"modified": "2026-07-29T08:01:44Z",
"published": "2026-07-24T17:17:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-66032"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66032"
},
{
"type": "REPORT",
"url": "https://github.com/libssh2/libssh2/pull/2180"
},
{
"type": "REPORT",
"url": "https://github.com/libssh2/libssh2/commit/5e4776146552d898b9c0e1b313cd093fa8dc92d0"
},
{
"type": "REPORT",
"url": "https://www.vulncheck.com/advisories/libssh2-double-free-heap-corruption-via-sftp-open"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-66032"
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
Loading…
Loading…