CVE-2026-30871

CRITICAL EPSS 64.6%
Published Mar 19, 20263mo ago · Modified Mar 24, 20263mo ago
9.5 CVSS 4.0
Critical
Find Similar
Published Mar 19, 2026 3mo ago
Last Modified Mar 24, 2026 3mo ago

Description

OpenWrt Project is a Linux operating system targeting embedded devices. In versions prior to 24.10.6 and 25.12.1, the mdns daemon has a Stack-based Buffer Overflow vulnerability in the parse_question function. The issue is triggered by PTR queries for reverse DNS domains (.in-addr.arpa and .ip6.arpa). DNS packets received on UDP port 5353 are expanded by dn_expand into an 8096-byte global buffer (name_buffer), which is then copied via an unbounded strcpy into a fixed 256-byte stack buffer when handling TYPE_PTR queries. The overflow is possible because dn_expand converts non-printable ASCII bytes (e.g., 0x01) into multi-character octal representations (e.g., \001), significantly inflating the expanded name beyond the stack buffer's capacity. A crafted DNS packet can exploit this expansion behavior to overflow the stack buffer, making the vulnerability reachable through normal multicast DNS packet processing. This issue has been fixed in versions 24.10.6 and 25.12.1.

CVSS Details

Base Score
9.5
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity High
Privileges Required None
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
64.6% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-121

Affected Products 2

VendorProductVersionRange
openwrtopenwrt* <24.10.6
openwrtopenwrt*≥25.12.0  –  <25.12.1

References 3

  • github.com https://github.com/openwrt/openwrt/releases/tag/v24.10.6
    Release Notes
  • github.com https://github.com/openwrt/openwrt/releases/tag/v25.12.1
    Release Notes
  • github.com https://github.com/openwrt/openwrt/security/advisories/GHSA-7c3j-f7w2-p8f6
    Vendor Advisory

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.