Lucene search

K
redhatcveRedhat.comRH:CVE-2020-1730
HistoryApr 09, 2020 - 11:15 a.m.

CVE-2020-1730

2020-04-0911:15:24
redhat.com
access.redhat.com
15

0.004 Low

EPSS

Percentile

74.2%

A flaw was found in the way libssh handled AES-CTR (or DES ciphers if enabled) ciphers. The server or client could crash when the connection hasn’t been fully initialized and the system tries to cleanup the ciphers when closing the connection. The biggest threat from this vulnerability is system availability.

Mitigation

Disable AES-CTR ciphers (and DES in libssh 0.8). If you implement a server using libssh we advise to use a prefork model so each session runs in an own process. If you have implemented your server this way this is not really an issue. The client will kill its own connection.