Severity by source
AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
AV:A because exploitation requires local network adjacency; PR:N and AC:L since a single unauthenticated UDP packet suffices; A:H for daemon crash; C:N/I:N as no data is accessed or modified.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
3DescriptionCVE.org
OpenWrt is a Linux operating system targeting embedded devices. Before v25.12.5, an integer underflow in handle_send_a() of the Emergency Access Daemon allows any unauthenticated attacker on the local network to crash the daemon by sending a single crafted UDP packet. The message length underflows before a bounds check and is then passed to memcpy as a very large size. This issue is fixed v25.12.5.
AnalysisAI
Integer underflow in the OpenWrt Emergency Access Daemon crashes the daemon when any unauthenticated attacker on the local network sends a single crafted UDP packet to it. Affected are all OpenWrt versions prior to v25.12.5. The CVSS adjacent-network vector (AV:A) constrains the attack surface to local or adjacent network segments, but within that context exploitation requires no credentials and no user interaction - a single malformed packet suffices. No public exploit code or CISA KEV listing has been identified at time of analysis; the patch is confirmed available in v25.12.5.
Technical ContextAI
OpenWrt is an open-source Linux distribution targeting embedded networking devices such as home routers, access points, and IoT gateways (CPE: cpe:2.3:a:openwrt:openwrt:*:*:*:*:*:*:*:*). The vulnerability resides in the handle_send_a() function of the Emergency Access Daemon (EAD), a service that listens on UDP. The root cause is CWE-191 (Integer Underflow): the daemon subtracts a value from the message length field before performing a bounds check, allowing a specially crafted packet to cause the length to wrap below zero and become a very large unsigned integer. This inflated value is subsequently passed directly to memcpy as the size argument, resulting in an out-of-bounds memory operation that crashes the daemon process. The attack is self-contained within a single UDP packet, making it trivially deliverable.
RemediationAI
Upgrade to OpenWrt v25.12.5, which contains the confirmed fix per the upstream release at https://github.com/openwrt/openwrt/releases/tag/v25.12.5 and the patch commit at https://github.com/openwrt/openwrt/commit/63c0767f3d02f7b10b0f0b5293366bd059a08ca5. If an immediate upgrade is not feasible, a viable compensating control is to restrict UDP traffic destined for the Emergency Access Daemon's port to trusted administrative hosts only via firewall rules or OpenWrt's built-in nftables/iptables configuration - this directly mitigates the adjacent-network attack vector by limiting which hosts can deliver the crafted packet. Alternatively, disabling the Emergency Access Daemon entirely (if not required for device management) eliminates the attack surface entirely, though this may impair out-of-band recovery capabilities. Note that network-level filtering depends on correct firewall rule ordering and does not fix the underlying integer underflow; patching to v25.12.5 remains the definitive resolution.
In wlan service, there is a possible out of bounds write due to improper input validation. Rated critical severity (CVSS
An issue was discovered in OpenWrt 18.06.0 to 18.06.6 and 19.07.0, and LEDE 17.01.0 to 17.01.7. Rated high severity (CVS
An issue was discovered in OpenWrt libuci (aka Library for the Unified Configuration Interface) before 15.05.1 as used o
cgi_handle_request in uhttpd in OpenWrt through 18.06.1 and LEDE through 17.01 has unauthenticated reflected XSS via the
In wlan service, there is a possible out of bounds write due to an incorrect bounds check. Rated critical severity (CVSS
An exploitable information leak vulnerability exists in the ustream-ssl library of OpenWrt, versions 18.06.4 and 15.05.1
An exploitable information leak vulnerability exists in the ustream-ssl library of OpenWrt, versions 18.06.4 and 15.05.1
Remote privilege escalation in Android WLAN AP driver via packet injection.
In wlan AP driver, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local es
In wlan AP driver, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local es
In wlan AP driver, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local es
Remote code execution in OpenWrt's mDNS daemon (versions before 24.10.6 and 25.12.1) allows unauthenticated attackers to
Same weakness CWE-191 – Integer Underflow
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42110