CVE-2026-12969
Awaiting Analysis
Awaiting Analysis - Queue
Out-of-Bounds Read in Dnsmasq DNS Response Parsing
Publication date: 2026-06-23
Last updated on: 2026-06-23
Assigner: Red Hat, Inc.
Description
Description
An out-of-bounds read vulnerability exists in dnsmasq's find_soa() function in src/rfc1035.c. When parsing NS section records, extract_name() is called with extrabytes=0, failing to validate that 10 additional bytes exist for fixed-length DNS record fields. A remote attacker controlling a DNS zone can exploit this via a crafted NXDOMAIN response to cause a 10-byte heap out-of-bounds read, potentially accessing stale data from prior transactions.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| the_isc | bind | * |
| the_isc | dnsmasq | 2.93rc1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |