CVE Catalog

CVE-2026-69184

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.68%

51th percentile - higher than 51% of all known CVEs

Summary

c-ares is an asynchronous resolver library. Prior to 1.34.7, ares_dns_name_parse() enforces backward DNS compression pointers but does not bound the total pointer hops or assembled name length. A malicious DNS server can send a response containing a long descending pointer chain and many resource records whose NAME or RDATA fields refer to the chain, causing repeated decompression work that grows quadratically with message size.

Risk Assessment

A single crafted response can stall the single-threaded c-ares event loop and deny DNS resolution, leading to denial of service. It does not cause memory corruption or information disclosure.

Recommendation

Update c-ares to version 1.34.7 or later. Monitor resolver behavior for unusual delays.

Other vulnerabilities in c-ares

See all
Original NVD description (English source)

c-ares is an asynchronous resolver library. Prior to 1.34.7, ares_dns_name_parse() enforces backward DNS compression pointers but does not bound the total pointer hops or assembled name length. A malicious DNS server can send a response containing a long descending pointer chain and many resource records whose NAME or RDATA fields refer to the chain, causing repeated decompression work that grows quadratically with message size. A single crafted response can stall the single-threaded c-ares event loop and deny DNS resolution, without causing memory corruption or information disclosure. This issue is fixed in version 1.34.7.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS