• CVE-2023-31147

发布时间: 2023年6月10日

修改时间: 2024年10月31日

概要

c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.

CVSS v3 指标

NVD openEuler
Confidentiality Low Low
Attack Vector Network Network
CVSS评分 6.5 6.5
Attack Complexity Low Low
Privileges Required None None
Scope Unchanged Unchanged
Integrity Low Low
User Interaction None None
Availability None None

安全公告

公告名 概要 发布时间
KylinSec-SA-2023-1423 c-ares security update 2023年6月17日
KylinSec-SA-2023-1456 c-ares security update 2023年6月10日
KylinSec-SA-2023-1484 c-ares security update 2023年6月17日
KylinSec-SA-2023-2179 c-ares security update 2023年6月10日

影响产品

产品 状态
KY3.4-4A c-ares Fixed
KY3.4-5A c-ares Fixed
KY3.5.1 c-ares Fixed
KY3.5.2 c-ares Fixed