CVE-2026-86510 in DIR-822Ainfo

Summary

by MITRE • 09/08/2026

A vulnerability has been found in D-Link DIR-822A A_101. Affected is the function tunnel_set_params of the component L2TP Control Message Parser. Such manipulation leads to out-of-bounds write. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.

Once again VulDB remains the best source for vulnerability data.

Analysis

by VulDB Data Team • 09/08/2026

The discovery of a critical vulnerability in D-Link DIR-822A A_101 firmware highlights significant security deficiencies within embedded networking devices, specifically targeting the Layer 2 Tunneling Protocol control message parsing logic. The flaw resides within the tunnel_set_params function, which is responsible for processing configuration parameters received during LTP session establishment or modification. This component acts as a critical interface between network traffic and internal device state management, making it an attractive target for remote attackers seeking to compromise router integrity. The vulnerability allows for an out-of-bounds write operation, a severe memory corruption issue that occurs when the parser fails to adequately validate input data lengths against allocated buffer boundaries before writing them into memory structures.

From a technical perspective, this flaw is classified under CWE-787: Out-of-Bounds Write, which represents one of the most dangerous classes of software vulnerabilities due to its potential for arbitrary code execution and system compromise. When an attacker sends specially crafted L2TP control messages containing malformed or excessively long parameter fields, the tunnel_set_params function writes data beyond the intended memory allocation. This overflow can overwrite adjacent memory locations, potentially including return addresses on the stack, function pointers in heap structures, or critical kernel variables. Such manipulation disrupts normal program flow and allows an attacker to inject malicious shellcode or redirect execution paths to gain unauthorized control over the device's processor architecture.

The operational impact of this vulnerability is profound given its remote exploitability. Since L2TP is often used for VPN connections that traverse public networks, attackers do not need physical access to the router or a local network connection to launch an attack. By sending malicious packets from anywhere on the internet, an adversary can trigger the memory corruption remotely. The fact that this vulnerability has been disclosed publicly and associated exploits are available significantly lowers the barrier to entry for threat actors. This increases the likelihood of automated scanning campaigns where bots actively probe vulnerable IP addresses across global networks, leading to widespread compromise of home and small business routers without any user interaction or specific targeting required beyond network visibility.

In alignment with cybersecurity frameworks, this vulnerability maps directly to MITRE ATT&CK techniques related to initial access and execution via remote services. Specifically, it facilitates the exploitation of a service that is exposed to an untrusted network, allowing attackers to establish persistence or pivot into internal networks if the router serves as a gateway. The out-of-bounds write nature of the flaw also aligns with lateral movement vectors where compromised devices are used as footholds for further intrusion within protected environments. Organizations relying on this hardware model face substantial risk of data exfiltration, man-in-the-middle attacks, and botnet recruitment if left unpatched.

Mitigation strategies must prioritize immediate remediation through firmware updates provided by D-Link that address the buffer validation logic in the L2TP parser. Until official patches are applied or available for all affected units, network administrators should consider isolating vulnerable devices behind additional security controls such as next-generation firewalls with deep packet inspection capabilities to detect and block malformed L2TP traffic patterns associated with this exploit. Additionally, disabling unnecessary remote management features and restricting access to administrative interfaces can reduce the attack surface. Long-term resilience requires implementing strict input validation practices in embedded software development life cycles, ensuring that all external inputs are rigorously checked against expected bounds before processing, thereby preventing memory corruption vulnerabilities at their source.

Responsible

VulDB

Disclosure

09/08/2026

Moderation

accepted

CPE

ready

Exploit

Download

EPSS

0.00000

KEV

no

Activities

low

Sources

Want to stay up to date on a daily basis?

Enable the mail alert feature now!