Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-33630 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

c-ares is an asynchronous resolver library. From ver 1.32.3 until 1.34.7, a use-after-free / double-free in c-ares' query-completion handling. The same flaw — a query's callback being invoked while the query is still linked in the channel's internal lookup structures — is present at multiple points in the resend/finish path (timeout handling, response handling, and query dispatch). If the query, or for ares_getaddrinfo() the owning host_query, is freed as a side effect of that callback, it is then accessed and/or freed a second time. This vulnerability is fixed in ver 1.34.7.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-415Double Free[email protected]
CWE-416Use After Free[email protected]

Affected Products

ProductVersions
c-ares
>= 1.32.3, <= 1.34.6 (semver)

CPE

  • cpe:2.3:a:c-ares_project:c-ares:*:*:*:*:*:*:*:*
  • cpe:2.3:a:c-ares:c-ares:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1.34.7moderate effort
  • Mitigation:low effort

    Avoid calling ares_cancel() from within a query callback. This does not address the remotely-triggered path, which is driven entirely by DNS responses and has no reliable application-level workaround.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-33630
NVD Published Date:
Sep 3, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-33630 Details - Not Deferred