低危 openssl openssl 不充分的加密强度

CVE编号

CVE-2021-23839

利用情况

暂无

补丁情况

没有补丁

披露时间

2021-02-17
漏洞描述
OpenSSL 1.0.2 supports SSLv2. If a client attempts to negotiate SSLv2 with a server that is configured to support both SSLv2 and more recent SSL and TLS versions then a check is made for a version rollback attack when unpadding an RSA signature. Clients that support SSL or TLS versions greater than SSLv2 are supposed to use a special form of padding. A server that supports greater than SSLv2 is supposed to reject connection attempts from a client where this special form of padding is present, because this indicates that a version rollback has occurred (i.e. both client and server support greater than SSLv2, and yet this is the version that is being requested). The implementation of this padding check inverted the logic so that the connection attempt is accepted if the padding is present, and rejected if it is absent. This means that such as server will accept a connection if a version rollback attack has occurred. Further the server will erroneously reject a connection if a normal SSLv2 connection attempt is made. Only OpenSSL 1.0.2 servers from version 1.0.2s to 1.0.2x are affected by this issue. In order to be vulnerable a 1.0.2 server must: 1) have configured SSLv2 support at compile time (this is off by default), 2) have configured SSLv2 support at runtime (this is off by default), 3) have configured SSLv2 ciphersuites (these are not in the default ciphersuite list) OpenSSL 1.1.1 does not have SSLv2 support and therefore is not vulnerable to this issue. The underlying error is in the implementation of the RSA_padding_check_SSLv23() function. This also affects the RSA_SSLV23_PADDING padding mode used by various other functions. Although 1.1.1 does not support SSLv2 the RSA_padding_check_SSLv23() function still exists, as does the RSA_SSLV23_PADDING padding mode. Applications that directly call that function or use that padding mode will encounter this issue. However since there is no support for the SSLv2 protocol in 1.1.1 this is considered a bug and not a security issue in that version. OpenSSL 1.0.2 is out of support and no longer receiving public updates. Premium support customers of OpenSSL 1.0.2 should upgrade to 1.0.2y. Other users should upgrade to 1.1.1j. Fixed in OpenSSL 1.0.2y (Affected 1.0.2s-1.0.2x).
解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。
受影响软件情况
# 类型 厂商 产品 版本 影响面
1
运行在以下环境
应用 openssl openssl * From
(including)
1.0.2s
Up to
(including)
1.0.2x
运行在以下环境
系统 alpine_3.10 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 alpine_3.11 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 alpine_3.12 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 alpine_3.13 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 alpine_3.14 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 alpine_3.15 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 alpine_3.16 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 alpine_3.17 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 alpine_3.18 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 alpine_3.19 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 alpine_3.9 openssl * Up to
(excluding)
1.1.1j-r0
运行在以下环境
系统 amazon_2 openssl * Up to
(excluding)
1.0.2k-19.amzn2.0.6
运行在以下环境
系统 debian_10 openssl * Up to
(excluding)
1.0.0d-1
运行在以下环境
系统 debian_11 openssl * Up to
(excluding)
1.0.0d-1
运行在以下环境
系统 debian_12 openssl * Up to
(excluding)
1.0.0d-1
阿里云评分
2.8
  • 攻击路径
    远程
  • 攻击复杂度
    困难
  • 权限要求
    无需权限
  • 影响范围
    越权影响
  • EXP成熟度
    N/A
  • 补丁情况
    没有补丁
  • 数据保密性
    无影响
  • 数据完整性
    传输被破坏
  • 服务器危害
    无影响
  • 全网数量
    N/A
CWE-ID 漏洞类型
CWE-326 不充分的加密强度
CWE-327 使用已被攻破或存在风险的密码学算法
阿里云安全产品覆盖情况