PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-55200 libssh2 CVE debrief

libssh2 through 1.11.1 contains an out-of-bounds write vulnerability in ssh2_transport_read() that fails to enforce upper bounds on packet_length field. Remote attackers can send crafted SSH packets with excessively large packet_length values to corrupt heap memory. This vulnerability is particularly concerning for systems and applications that use libssh2 for SSH functionality, as an attacker could exploit this vulnerability to gain unauthorized access or disrupt service. Defenders responsible for these systems should assess their exposure, verify the libssh2 version in use, and prioritize patching to version 1.11.1 or later.

Vendor
libssh2
Product
Unknown
CVSS
CRITICAL 9.2
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-17
Original CVE updated
2026-09-17
Advisory published
2026-06-17
Advisory updated
2026-09-17

Who should care

Defenders responsible for systems and applications using libssh2 should assess exposure and prioritize verification and updates. This includes operators, platform administrators, vulnerability management teams, and security teams that oversee SSH functionality and libssh2 deployments.

Why it matters

Defenders should care about CVE-2026-55200 because it allows remote attackers to potentially execute code and corrupt memory on systems using vulnerable versions of libssh2. This vulnerability is particularly concerning for systems and applications that use libssh2 for SSH functionality, as an attacker could exploit this vulnerability to gain unauthorized access or disrupt service. Defenders responsible for these systems should assess their exposure, verify the libssh2 version in use, and prioritize patching to version 1.11.1 or later. Additionally, defenders should monitor for suspicious SSH activity that could indicate attempted exploitation.

  • Remote code execution through crafted SSH packets
  • Heap memory corruption through out-of-bounds write
  • Potential disruption of SSH services
  • Need for verification of libssh2 version and patching

Technical summary

The libssh2 library through version 1.11.1 is vulnerable to an out-of-bounds write in the ssh2_transport_read() function. This function fails to properly enforce upper bounds on the packet_length field of incoming SSH packets. An attacker can exploit this vulnerability by sending crafted SSH packets with excessively large packet_length values, which can corrupt heap memory and potentially lead to remote code execution.

Defensive priority

Defenders should prioritize verifying and updating libssh2 to version 1.11.1 or later, and monitoring for suspicious SSH activity.

Recommended defensive actions

  • Verify and update libssh2 to version 1.11.1 or later
  • Monitor for suspicious SSH activity
  • Review and update SSH packet handling and validation
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its description and affected versions. The vulnerability was fixed in commit 7acf3df. There are no known exploits, but defenders should verify libssh2 version and patch level. Limited source detail is available; explicit evidence limits apply. Defenders should review official advisories and CVE records for further information.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-55200 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-55200

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-55200 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55200

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/libssh2/libssh2/commit/97acf3dfda80c91c3a8c9f2372546301d4a1a7a8

    [email protected] - Patch

  • Source reference

    Unverified legacy reference

    URL: https://github.com/libssh2/libssh2/pull/2052

    [email protected] - Patch

  • Source reference

    Unverified legacy reference

    URL: https://www.vulncheck.com/advisories/libssh2-out-of-bounds-write-via-unchecked-packet-length-in-transport-c

    [email protected] - Third Party Advisory

  • Source reference

    Unverified legacy reference

    URL: https://web.archive.org/web/20260623211210/https://github.com/bikini/exploitarium/tree/main/libssh2-cve-2026-55200-poc

    134c704f-9b21-4f2e-91b3-4a467353bcc0 - Exploit, Third Party Advisory

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.