Use of insufficiently random values in c-ares - CVE-2007-3153

 

Use of insufficiently random values in c-ares - CVE-2007-3153

Published: September 30, 2021


Vulnerability identifier: #VU56970
CSH Severity: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2007-3153
CWE-ID: CWE-330
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
c-ares
Software vendor:
c-ares.haxx.se

Description

The vulnerability allows a remote attacker to perform spoofing attack.

The vulnerability exists due to usage of a  weak facility for producing a random number sequence (Unix rand) within the ares_init:randomize_key() function in c-ares. A remote attacker can spoof DNS responses by guessing certain value.


Remediation

Install updates from vendor's website.

External links