First published: Thu Mar 03 2022(Updated: )
### Impact The Twisted SSH client and server implementation naively accepted an infinite amount of data for the peer's SSH version identifier. A malicious peer can trivially craft a request that uses all available memory and crash the server, resulting in denial of service. The attack is as simple as `nc -rv localhost 22 < /dev/zero`. ### Patches The issue was fix in GitHub commit https://github.com/twisted/twisted/commit/98387b39e9f0b21462f6abc7a1325dc370fcdeb1 A fix is available in Twisted 22.2.0. ### Workarounds * Limit access to the SSH server only to trusted source IP addresses. * Connect over SSH only to trusted destination IP addresses. ### References Reported at https://twistedmatrix.com/trac/ticket/10284 Discussions at https://github.com/twisted/twisted/security/advisories/GHSA-rv6r-3f5q-9rgx ### For more information Found by vin01
Credit: security-advisories@github.com security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Twistedmatrix Twisted | >=21.7.0<22.2.0 | |
Debian Debian Linux | =9.0 | |
Oracle HTTP Server | =12.2.1.3.0 | |
Oracle HTTP Server | =12.2.1.4.0 | |
Oracle ZFS Storage Appliance Kit | =8.8 | |
Fedoraproject Fedora | =35 | |
Fedoraproject Fedora | =36 | |
pip/twisted | >=21.7.0<22.2.0 | 22.2.0 |
Twisted Twisted | >=21.7.0<22.2.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-21716 is a vulnerability in the Twisted SSH client and server implementation that allows a malicious peer to crash the server and cause a denial of service by sending an infinite amount of data.
The impact of CVE-2022-21716 is a denial of service, as the server can be crashed by a malicious peer.
A malicious peer can exploit CVE-2022-21716 by crafting a request that uses all available memory, causing the server to crash.
Versions of Twisted between 21.7.0 and 22.2.0 are affected by CVE-2022-21716.
To remediate the CVE-2022-21716 vulnerability, update Twisted to version 22.2.0 or later.