#VU76424 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in c-ares - CVE-2023-31124
Published: May 23, 2023 / Updated: June 21, 2023
c-ares
c-ares.haxx.se
Description
The vulnerability allows a remote attacker to perform spoofing attack.
The vulnerability exists due to an error when cross-compiling c-ares and using the autotools build system. As a result, the CARES_RANDOM_FILE is not be set, which results in usage of a rand() function as a fallback, leading to weak entropy.