Security2 publishers3 min readPublished
Public exploit code circulates for an unpatched 10.0 DHCP overflow in D-Link's DIR-822A
VulDB scored CVE-2026-86296 at 10.0 because a crafted DHCP request reaches the DIR-822A's udhcpcd with no credentials and no user interaction, while D-Link is still working out which hardware revisions are affected.
The Watch · Security desk

What happened
- CVE-2026-86296 is a stack-based buffer overflow in a strcpy call in udhcpcd/serverpacket.c on the D-Link DIR-822A, exploitable remotely with no authentication and no user interaction, with a public proof-of-concept reported.
- VulDB, the CNA that assigned the CVE, rated it 10.0 (Critical) on both CVSS v3.1 and CVSS v4.0, the top of both scales, and D-Link's advisory reprints those scores.
- The same researcher reported a second DIR-822A flaw, CVE-2026-86510, a critical out-of-bounds write in the L2TP control message parser that also has public exploit code.
Compiled by The WatchSomething wrong?How this is made
Why it matters
- contradiction D-Link's containment advice covers internet exposure and remote management, while the attack BleepingComputer describes arrives from an unauthenticated client on the LAN, so the published mitigations leave that path open.
- decision D-Link has said it will issue retirement and replacement guidance if the DIR-822A proves to be out of support, so owners are weighing a hardware purchase while they wait for a verdict on firmware.
- exposure Any DIR-822A sharing a network with untrusted clients is reachable using code anyone can download, and D-Link devices in that state are the stock that DDoS botnet operators harvest.
The DHCP server on the DIR-822A is udhcpcd, and the overflow sits in serverpacket.c, in a strcpy call that copies data out of a request without bounding it [1]. D-Link put the outcome in its own words on Friday: "A specially crafted request may cause data to exceed the available stack buffer when processed by the strcpy function. Successful exploitation may cause memory corruption and could allow an attacker to affect the device's confidentiality, integrity, or availability," the company said [12]. The CVE record is shorter: "The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized" [11].
Where the packet comes from decides what defenders can do. VulDB's vector says AV:N [4]. BleepingComputer's description is narrower: an attacker with no credentials on the same local network sends crafted DHCP packets and either kills the daemon or gets code execution [10]. D-Link's recommended actions are keeping the device off the public internet where it is not needed, restricting remote management, limiting administrative access with firewall or network-access controls, watching the regional support site, and flashing only firmware built for the exact hardware revision [8]. Each of those bounds the WAN side or the admin interface. A DHCP request from a laptop already on the LAN passes through all of them [21]. Containment for that path means keeping untrusted clients, guest wireless and whatever a visitor plugs into a wall port, off the same broadcast domain as the router's DHCP server [21].
The same researcher reported a second bug. CVE-2026-86510 is an out-of-bounds write in tunnel_set_params in the L2TP control message parser, also with public exploit code [13], and it applies to devices configured for L2TP or L2TPv6 WAN connectivity [14]. It scores 9.9 on CVSS v3.1 against the DHCP bug's 10.0 [15][3]. The two v3.1 vectors differ in one metric: PR:N on the DHCP overflow, PR:L on the L2TP write [20].
Anyone triaging from D-Link's page should check which CVE they are reading. The affected-product block for DIR-822A version A_101 lists the component as tunnel_set_params of the L2TP Control Message Parser [16], and the technical section carries both score pairs, 10.0/10.0 and 9.9/9.4 [3][15]. The product status line is "Under Investigation" [5], and D-Link is still verifying hardware revisions, regional scope, lifecycle status, and whether an updated firmware release is available or appropriate [6]. BleepingComputer reports the company is working on security patches [22]. If the DIR-822A turns out to be past support, D-Link says it will issue retirement and replacement guidance [7].
Neither flaw has been flagged as exploited in attacks [17]. CISA tracks 26 D-Link flaws that have been or are still exploited, two of them also abused by ransomware gangs [18], and vulnerable D-Link devices are routinely pulled into large-scale DDoS botnets [19]. The report came from a researcher D-Link credits as tian, through VulDB as CNA, filed as VDB-399458 [9].
What to watch
- A D-Link firmware release or a retirement notice for the DIR-822A, with the affected hardware revision list attached.
- Either CVE appearing in CISA's tracking of exploited D-Link flaws, which would move it from public PoC to confirmed in-the-wild use.
- Crafted DHCP traffic matching the published PoC turning up in the botnet loaders that already scan for D-Link gear.