Description
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.
Published: 2026-09-18
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Immediate Patch
AI Analysis

Impact

c-ares uses an asynchronous DNS resolver suffered a CPU‑exhaustion flaw that allowed a malicious server to send a response with a long chain of compressed DNS pointers and many records referencing that chain. The resolver would repeatedly decompress the name in a quadratic manner, saturating the single‑threaded event loop and effectively blocking DNS resolution without causing memory corruption or data leaks. The weakness corresponds to uncontrolled consumption of a computer resource.

Affected Systems

The flaw occurs in any software that incorporates the c‑ares library in a version prior to 1.34.7. Any system that relies on c‑ares for DNS resolution—such as networked services, DNS clients, or embedded devices—would be vulnerable if it has not applied the v1.34.7 release.

Risk and Exploitability

The CVSS score of 7.5 reflects the medium‑to‑high severity of this denial‑of‑service issue. While the EPSS score is not provided, the lack of a public KEV listing suggests no widespread exploitation has been reported yet, but the attack would be carried out by a rogue DNS server that sends a specially crafted response over the network. Once exploited, the targeted application would experience prolonged DNS query failures until the event loop recovers.

Generated by OpenCVE AI on September 19, 2026 at 11:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the c‑ares 1.34.7 release or later to eliminate the vulnerability.
  • If immediate update is not possible, monitor for unusually high CPU usage by the resolver and consider rate‑limiting outbound DNS queries to reduce the impact window.
  • Rebuild and redeploy any application components that depend on c‑ares to the patched library version.
  • Configure the environment to prefer trusted DNS servers or employ local caching to minimize exposure to malicious responses.

Generated by OpenCVE AI on September 19, 2026 at 11:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 18 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Description 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.
Title c-ares: CPU-exhaustion denial of service via unbounded DNS name compression pointer chains
Weaknesses CWE-407
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-18T17:26:52.210Z

Reserved: 2026-08-03T16:00:23.482Z

Link: CVE-2026-69184

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-18T18:17:11.477

Modified: 2026-09-18T18:17:11.477

Link: CVE-2026-69184

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-19T12:00:08Z

Weaknesses
  • CWE-407

    Inefficient Algorithmic Complexity