Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Network-delivered via malicious server (AV:N), no privileges needed on attacker side (PR:N), but victim must initiate the connection (UI:R); impact is client-process termination only (A:L), no C or I impact.
Primary rating from Vendor (redhat).
CVSS VectorNVD
Lifecycle Timeline
3DescriptionNVD
A flaw was found in OpenSSH. A malicious SSH server can exploit a double free vulnerability in the Diffie-Hellman Group Exchange (DH-GEX) client path. This occurs during FIPS (Federal Information Processing Standards) mode known-group validation when the client processes attacker-controlled DH-GEX group parameters. Successful exploitation leads to client-side process termination, resulting in a Denial of Service (DoS).
AnalysisAI
Client-side Denial of Service in OpenSSH's Diffie-Hellman Group Exchange implementation allows a malicious SSH server to crash connecting clients running in FIPS mode. When a victim initiates an SSH connection to an attacker-controlled server, the server sends crafted DH-GEX group parameters that trigger a double free (CWE-415) during FIPS known-group validation, terminating the client process. No public exploit code has been identified at time of analysis, and the vulnerability is not listed in CISA KEV; however, the constraint that only FIPS-mode clients are affected limits real-world impact to regulated or government environments.
Technical ContextAI
OpenSSH implements the Diffie-Hellman Group Exchange (DH-GEX) key exchange mechanism, which allows the client and server to negotiate a modular group for the key exchange rather than using a fixed one. In FIPS (Federal Information Processing Standards) mode - a hardened operating mode required by U.S. government and regulated-industry deployments - OpenSSH performs additional validation of the server-supplied DH group parameters against a known-good list. CWE-415 (Double Free) indicates that during this FIPS known-group validation path, a memory region is freed twice, corrupting the heap. The root cause is a missing NULL-pointer reset or guard after the first free in the client-side DH-GEX processing code. Affected CPEs encompass Red Hat Enterprise Linux 6 through 10, Red Hat Hardened Images, and Red Hat OpenShift Container Platform 4, all of which ship and may enable OpenSSH's FIPS mode.
RemediationAI
No specific patched version of OpenSSH or Red Hat package has been identified in the available data; administrators should monitor https://access.redhat.com/security/cve/CVE-2026-55653 for errata as Red Hat releases fixes. Until a patch is available, the most effective compensating control for environments that do not strictly require FIPS mode is to disable FIPS mode operation on the SSH client, which eliminates the vulnerable code path entirely - note this may violate compliance mandates. For environments where FIPS mode is mandatory, restrict users from initiating SSH connections to untrusted or external servers by enforcing strict SSH known-hosts policies and connection-proxying through bastion hosts, reducing the attacker's ability to serve a malicious server to FIPS-mode clients. Blocking outbound SSH (port 22) to unauthorized destinations at the network perimeter is an additional layer. None of these compensating controls patch the underlying double free; apply the vendor errata as soon as it becomes available.
GNU Bash through 4.3 processes trailing strings after function definitions in the values of environment variables, which
GNU Bash through 4.3 bash43-026 does not properly parse function definitions in the values of environment variables, whi
GNU Bash through 4.3 bash43-025 processes trailing strings after certain malformed function definitions in the values of
freeSSHd.exe in freeSSHd through 1.2.6 allows remote attackers to bypass authentication via a crafted session, as demons
GNU Bash through 4.3 bash43-026 does not properly parse function definitions in the values of environment variables, whi
OpenSSH server (sshd) 9.1 introduced a double-free vulnerability during options.kex_algorithms handling. Rated medium se
sshd in OpenSSH before 7.3, when SHA256 or SHA512 are used for user password hashing, uses BLOWFISH hashing on a static
The kbdint_next_device function in auth2-chall.c in sshd in OpenSSH through 6.9 does not properly restrict the processin
The auth_password function in auth-passwd.c in sshd in OpenSSH before 7.3 does not limit password lengths for password a
Remote code execution in OpenSSH's sshd server (regression of CVE-2006-5051) allows unauthenticated remote attackers to
The SSH USERAUTH CHANGE REQUEST feature in SSH Tectia Server 6.0.4 through 6.0.20, 6.1.0 through 6.1.12, 6.2.0 through 6
The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remot
Same weakness CWE-415 – Double Free
View allSame technique Denial Of Service
View allVendor StatusVendor
Debian
| Release | Status | Fixed Version | Urgency |
|---|---|---|---|
| bullseye | undetermined | 1:8.4p1-5+deb11u3 | - |
| bullseye (security) | undetermined | 1:8.4p1-5+deb11u7 | - |
| bookworm | undetermined | 1:9.2p1-2+deb12u10 | - |
| bookworm (security) | undetermined | 1:9.2p1-2+deb12u9 | - |
| trixie | undetermined | 1:10.0p1-7+deb13u4 | - |
| trixie (security) | undetermined | 1:10.0p1-7+deb13u2 | - |
| forky, sid | undetermined | 1:10.3p1-4 | - |
| (unstable) | fixed | undetermined | - |
SUSE
Severity: Moderate| Product | Status |
|---|---|
| SUSE Liberty Linux 10 | Fixed |
| SUSE Liberty Linux 8 | Fixed |
| SUSE Liberty Linux 9 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38412
GHSA-28f3-55mq-pp68