前言:
在处理openSSH版本升级过程中,遇到常见协议漏洞:远程 SSH 服务器支持 Diffie-Hellman ephemeral(DHE)密钥交换算法,因此可能容易受到拒绝服务(DoS)漏洞的影响。对当前漏洞添加支持的密匙交换算法。例如,在远程服务器的配置中限制并发连接的最大数量。对于 OpenSSH,可以通过 ‘MaxStartups’ 选项进行配置,对于其他产品,请参阅该产品的手册以了解配置可能性。
参考信息:
URL:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-20001
URL:https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40735
URL:https://www.researchgate.net/profile/Anton-Stiglic-2/publication/2401745_Security_Issues_in_the_Diffie-Hellman_Key_Agreement_Protocol
URL:https://github.com/Balasys/dheater
URL:https://www.cnnvd.org.cn/home