OpenWrt has issued updates, versions 24.10.8 and 25.12.5, to resolve a critical DHCPv6 stack overflow vulnerability, identified as CVE-2026-53921. This flaw, rated 9.8 on CVSS 3.1, allows an unauthenticated attacker to overwrite a stack buffer in the odhcpd service through a specially crafted DHCPv6 REQUEST.
The odhcpd service operates with root privileges, and the advisory highlights that many embedded hardware devices lack exploit mitigations like stack canaries and Address Space Layout Randomization (ASLR), making successful code execution a realistic threat.
The vulnerability involves two independent overflow sites within the DHCPv6 request-processing path. In both scenarios, crafted IA options lead to insufficient space in a fixed 512-byte stack buffer, allowing additional reply data to be appended without proper bounds checking. The exploit is triggered by an unauthenticated DHCPv6 REQUEST sent to UDP port 547.
While there is no reported evidence of in-the-wild exploitation as of July 28, the severity of the flaw necessitates immediate action. Users on the 24.10 branch should upgrade to 24.10.8, and those on the 25.12 branch should install 25.12.5. Firmware images are available via the OpenWrt Firmware Selector.
The advisory includes public Python proof-of-concept code for both documented overflow paths, underscoring the ease with which this vulnerability could be exploited.
Alongside these critical fixes, a separate AI-assisted audit by Hacker House identified command-injection, path-traversal, and cross-site scripting (XSS) weaknesses in optional LuCI components. OpenWrt also discovered a separate stored-XSS issue and missing cross-site request forgery (CSRF) protection during its own review. These LuCI-related fixes were not included in OpenWrt 24.10.8 and were still under review as of July 28.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
OpenWrt released versions 24.10.8 and 25.12.5 to fix a critical DHCPv6 stack overflow vulnerability (CVE-2026-53921) that could allow unauthenticated attackers to execute code as root. This vulnerability affects the odhcpd service, which runs by default on OpenWrt devices, and is particularly concerning for embedded hardware lacking common exploit mitigations.