Description
A flow has been identified into dnssec.c library, causing an infinite loop to dnsmasq service. An attacker who controls any DNSSEC-signed zone can hang the dnsmasq process with a single crafted response, killing all DNS resolution for its clients.
Published: 2026-08-14
Score: 4.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Dnsmasq contains a flaw in its dnssec.c library that causes an infinite loop during DNSSEC NSEC/NSEC3 type bitmap parsing. When a DNSSEC‑signed zone returns a specially crafted response, the loop never exits, causing the dnsmasq process to hang and effectively deny DNS resolution for all clients. The vulnerability is a classic case of uncontrolled resource consumption (CWE‑835) and results in a Denial of Service.

Affected Systems

The affected products are Red Hat Enterprise Linux releases 6 to 10 and Red Hat OpenShift Container Platform 4. All versions that ship the vulnerable dnsmasq package are impacted. The vulnerability is present in dnsmasq itself, regardless of the operating distribution.

Risk and Exploitability

Because the loop is triggered by a single crafted DNS‑SEC response, the most probable attack vector is a remote attacker who can influence a DNSSEC‑signed zone, sending the attacker‑controlled response to the victim dnsmasq server. The attack can be performed over the network, and only requires that dnsmasq is configured to validate DNSSEC on the zone in question. The CVSS base score of 4.4 classifies the impact as moderate, but the exploitability is limited to such zone control. No public exploitation reference exists yet, and the vulnerability is not listed in the CISA KEV catalog; the EPSS score is unavailable. The primary risk is infrastructure downtime with no direct confidentiality or integrity impact.

Generated by OpenCVE AI on August 14, 2026 at 16:25 UTC.

Remediation

Vendor Workaround

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.


OpenCVE Recommended Actions

  • Install the latest dnsmasq update from Red Hat once it becomes available; it incorporates the fix for the infinite loop bug.
  • Restrict DNSSEC zone control to trusted, internal domains and review zone trust settings, limiting the ability for an attacker to send malicious responses.
  • Configure a watchdog or process supervisor for dnsmasq, set timeouts, or limit system resources so that if the process hangs it is automatically restarted, mitigating the denial of service.

Generated by OpenCVE AI on August 14, 2026 at 16:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Description A flow has been identified into dnssec.c library, causing an infinite loop to dnsmasq service. An attacker who controls any DNSSEC-signed zone can hang the dnsmasq process with a single crafted response, killing all DNS resolution for its clients.
Title Dnsmasq: infinite loop dos in dnssec nsec/nsec3 type bitmap parsing
First Time appeared Redhat
Redhat enterprise Linux
Redhat openshift
Weaknesses CWE-835
CPEs cpe:/a:redhat:openshift:4
cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:6
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
Redhat openshift
References
Metrics cvssV3_1

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


Subscriptions

Redhat Enterprise Linux Openshift
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-14T16:09:15.195Z

Reserved: 2026-06-23T13:53:15.018Z

Link: CVE-2026-13002

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-14T16:16:49.267

Modified: 2026-08-14T16:16:49.267

Link: CVE-2026-13002

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T16:30:05Z

Weaknesses
  • CWE-835

    Loop with Unreachable Exit Condition ('Infinite Loop')