Skip to main content

OpenWrt CVE-2026-55490

| EUVDEUVD-2026-42110 MEDIUM
Integer Underflow (CWE-191)
2026-07-07 GitHub_M
6.5
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
6.5 MEDIUM
AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
6.5 MEDIUM

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.

3.1 AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

3
Patch available
Jul 07, 2026 - 23:01 EUVD
Analysis Generated
Jul 07, 2026 - 22:09 vuln.today
CVE Published
Jul 07, 2026 - 21:08 cve.org
MEDIUM 6.5

DescriptionCVE.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.

CVE-2024-20017 CRITICAL POC
9.8 Mar 04

In wlan service, there is a possible out of bounds write due to improper input validation. Rated critical severity (CVSS

CVE-2020-7982 HIGH POC
8.1 Mar 16

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

CVE-2019-15513 HIGH POC
7.5 Aug 23

An issue was discovered in OpenWrt libuci (aka Library for the Unified Configuration Interface) before 15.05.1 as used o

CVE-2018-19630 MEDIUM POC
6.1 Nov 28

cgi_handle_request in uhttpd in OpenWrt through 18.06.1 and LEDE through 17.01 has unauthenticated reflected XSS via the

CVE-2025-20654 CRITICAL
9.8 Apr 07

In wlan service, there is a possible out of bounds write due to an incorrect bounds check. Rated critical severity (CVSS

CVE-2019-5102 MEDIUM POC
5.9 Nov 18

An exploitable information leak vulnerability exists in the ustream-ssl library of OpenWrt, versions 18.06.4 and 15.05.1

CVE-2019-5101 MEDIUM POC
5.9 Nov 18

An exploitable information leak vulnerability exists in the ustream-ssl library of OpenWrt, versions 18.06.4 and 15.05.1

CVE-2025-20674 CRITICAL
9.8 Jun 02

Remote privilege escalation in Android WLAN AP driver via packet injection.

CVE-2025-20683 CRITICAL
9.8 Jul 08

In wlan AP driver, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local es

CVE-2025-20682 CRITICAL
9.8 Jul 08

In wlan AP driver, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local es

CVE-2025-20681 CRITICAL
9.8 Jul 08

In wlan AP driver, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local es

CVE-2026-30872 CRITICAL
9.8 Mar 19

Remote code execution in OpenWrt's mDNS daemon (versions before 24.10.6 and 25.12.1) allows unauthenticated attackers to

Share

CVE-2026-55490 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy