中危 ssh.net_project ssh.net 使用具有密码学弱点缺陷的prng
CVE编号
CVE-2022-29245利用情况
暂无补丁情况
官方补丁披露时间
2022-06-01漏洞描述
SSH.NET is a Secure Shell (SSH) library for .NET. In versions 2020.0.0 and 2020.0.1, during an `X25519` key exchange, the client’s private key is generated with `System.Random`. `System.Random` is not a cryptographically secure random number generator, it must therefore not be used for cryptographic purposes. When establishing an SSH connection to a remote host, during the X25519 key exchange, the private key is generated with a weak random number generator whose seed can be brute forced. This allows an attacker who is able to eavesdrop on the communications to decrypt them. Version 2020.0.2 contains a patch for this issue. As a workaround, one may disable support for `curve25519-sha256` and `[email protected]` key exchange algorithms.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | ssh.net_project | ssh.net | 2020.0.0 | - | |||||
运行在以下环境 | |||||||||
应用 | ssh.net_project | ssh.net | 2020.0.1 | - |
- 攻击路径 本地
- 攻击复杂度 困难
- 权限要求 管控权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-338 | 使用具有密码学弱点缺陷的PRNG |
Exp相关链接

版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论