CVE-2025-26466

MEDIUM

OpenSSH - Denial of Service via Ping Packet Memory Exhaustion

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 5 public exploits for CVE-2025-26466. PoCs published by rxerium, dolutech, acidboonrs.

AI-analyzed exploit summary This repository provides a Nuclei template for detecting vulnerable OpenSSH versions (9.5p1 to 9.9p1) affected by CVE-2025-26466. It is a passive scanner that matches SSH banner strings to identify potentially vulnerable hosts.

Description

A flaw was found in the OpenSSH package. For each ping packet the SSH server receives, a pong packet is allocated in a memory buffer and stored in a queue of packages. It is only freed when the server/client key exchange has finished. A malicious client may keep sending such packages, leading to an uncontrolled increase in memory consumption on the server side. Consequently, the server may become unavailable, resulting in a denial of service attack.

Exploits (5)

nomisec SCANNER 4 stars
by rxerium · poc
https://github.com/rxerium/CVE-2025-26466

This repository provides a Nuclei template for detecting vulnerable OpenSSH versions (9.5p1 to 9.9p1) affected by CVE-2025-26466. It is a passive scanner that matches SSH banner strings to identify potentially vulnerable hosts.

Classification
Scanner 90%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: OpenSSH versions 9.5p1 to 9.9p1
No auth needed
Prerequisites: Nuclei installed · Network access to target host
mistral-large-3 · analyzed Feb 16, 2026 Full analysis →
github WRITEUP 1 stars
by dolutech · shellpoc
https://github.com/dolutech/patch-manual-CVE-2025-26465-e-CVE-2025-26466

This repository provides a mitigation script for OpenSSH vulnerabilities CVE-2025-26465 and CVE-2025-26466, focusing on disabling VerifyHostKeyDNS and adjusting MaxStartups to prevent DoS attacks. It includes a detailed README and a bash script for automated mitigation.

Classification
Writeup 90%
Attack Type
Dos
Complexity
Trivial
Reliability
Reliable
Target: OpenSSH
No auth needed
Prerequisites: Access to modify SSH configuration files · Root or sudo privileges
mistral-large-3 · analyzed Feb 19, 2026 Full analysis →
github WORKING POC
by acidboonrs · pythonpoc
https://github.com/acidboonrs/cve-2025-26466-openssh-poc

This PoC exploits CVE-2025-26466, a pre-authentication Denial-of-Service vulnerability in OpenSSH versions before 9.9p2. The exploit floods the target SSH server with SSH2_MSG_PING packets during the initial handshake, causing memory leaks and CPU overload, leading to a DoS condition.

Classification
Working Poc 98%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: OpenSSH versions before 9.9p2
No auth needed
Prerequisites: Network access to the target SSH server · Python 3.6+ environment
mistral-large-3 · analyzed Jul 29, 2026 Full analysis →
nomisec WORKING POC
by tpirate · poc
https://github.com/tpirate/CVE-2025-26466

This repository contains a functional proof-of-concept exploit for CVE-2025-26466, which targets an OpenSSH vulnerability. The exploit initiates a TCP connection, sends crafted SSH packets, and loops sending ping requests without completing key exchange, leading to a denial-of-service condition due to unbounded pong responses.

Classification
Working Poc 90%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: OpenSSH (version not specified)
No auth needed
Prerequisites: network access to target SSH port
mistral-large-3 · analyzed Apr 09, 2026 Full analysis →
nomisec WORKING POC
by mrowkoob · poc
https://github.com/mrowkoob/CVE-2025-26466-msf

This is a Metasploit module for CVE-2025-26466, which exploits a DoS vulnerability in OpenSSH (versions 9.5p1 to 9.9p1) by sending repeated SSH2_MSG_PING packets to exhaust server resources. The module includes options to control the number of packets and check for server responses.

Classification
Working Poc 95%
Attack Type
Dos
Complexity
Trivial
Reliability
Reliable
Target: OpenSSH 9.5p1 to 9.9p1
No auth needed
Prerequisites: Network access to the target SSH server
mistral-large-3 · analyzed Feb 16, 2026 Full analysis →

Scores

CVSS v3 5.9
EPSS 0.3956
EPSS Percentile 98.5%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact partial

Details

CWE
CWE-770
Status published
Products (17)
canonical/ubuntu_linux 24.04
canonical/ubuntu_linux 24.10
debian/debian_linux 11.0
debian/debian_linux 12.0
debian/debian_linux 13.0
openbsd/openssh 9.5 p1
openbsd/openssh 9.6 (2 CPE variants)
openbsd/openssh 9.7 (2 CPE variants)
openbsd/openssh 9.8 (2 CPE variants)
openbsd/openssh 9.9 (2 CPE variants)
... and 7 more
Published Feb 28, 2025
Tracked Since Feb 18, 2026