Impact
An authenticated SSH client can repeatedly open session channels that never receive a handler. Each channel is stored in the ETS cache, consuming a few hundred bytes of memory per channel. The daemon option that limits session creation is bypassed for these idle channels, so a single attacker can exhaust node memory, causing the Erlang VM to crash and bringing down all applications. The vulnerability does not grant access to files or credentials; its impact is a denial of service.
Affected Systems
The vulnerability affects Erlang/OTP releases 18.1.2 through but not including 27.3.4.18, as well as 28.5.0.7 and 29.1.1, corresponding to ssh versions 4.1.1 through but not including 5.2.11.13, 5.5.2.6, and 6.0.6. Versions before 18.1.2 (ssh before 4.1.1) are currently unknown to be affected.
Risk and Exploitability
The CVSS score of 7.1 indicates a high impact if exploited, but exploitation requires the attacker to first authenticate to the SSH daemon, so the likelihood of successful use is limited to environments with weak or compromised credentials. The EPSS score is not available, and the vulnerability does not appear in the CISA KEV catalog, suggesting that active exploitation is not widely documented. Nonetheless, because any single authenticated connection can exhaust memory, the attack is potent and should be mitigated promptly.
OpenCVE Enrichment