CVE-2026-7288
8.8D-Link · DIR-825M
A buffer overflow vulnerability in the D-Link DIR-825M router allows remote attackers to execute arbitrary code via the submit-url parameter in the /boafrm/formVpnConfigSetup endpoint.
Executive summary
A critical buffer overflow vulnerability in D-Link DIR-825M firmware allows remote attackers to achieve arbitrary code execution or denial of service.
Vulnerability
The vulnerability exists within the sub_4151FC function of the /boafrm/formVpnConfigSetup endpoint, which performs an unsafe copy of the submit-url parameter using strcpy. This allows an unauthenticated attacker to trigger a stack-based buffer overflow by supplying an oversized input string.
Business impact
Successful exploitation of this flaw can lead to a complete compromise of the affected router, allowing an attacker to monitor network traffic, modify configuration settings, or use the device as a pivot point for further internal network attacks. Given the CVSS score of 8.8, the potential for arbitrary code execution poses a significant risk to organizational data integrity and confidentiality. Furthermore, the vulnerability can be used to cause a denial of service, rendering the management interface inaccessible and disrupting critical network infrastructure.
Remediation
Immediate Action: As no official vendor patch is currently confirmed, administrators should restrict access to the router management interface to trusted internal networks only. If possible, disable the affected VPN configuration features until an official firmware update is released by D-Link.
Proactive Monitoring: Review system logs for unusual POST requests directed at the /boafrm/formVpnConfigSetup endpoint, particularly those containing excessively long parameter values.
Compensating Controls: Deploy a Web Application Firewall (WAF) or an Intrusion Detection System (IDS) configured to drop HTTP requests with abnormally large input parameters targeting administrative endpoints.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the researcher's technical write-up on GitHub.
Analyst recommendation
Due to the severity of this remote code execution vulnerability and the availability of public proof-of-concept code, immediate action is required to harden the environment. Organizations currently utilizing D-Link DIR-825M routers should isolate these devices from the public internet and verify firmware versions against the vendor's security portal for any incoming updates. Mitigating the attack surface through network segmentation is the most effective temporary measure until a vendor-supplied patch becomes available.
More D-Link CVEs
Sources
Originally found and disclosed by kiciot (VulDB User), per the CVE Program record.
- VDB-359946 | D-Link DIR-825M formVpnConfigSetup sub_4151FC buffer overflow Vulnerability database entry
- VDB-359946 | CTI Indicators (IOB, IOC, IOA)
- Submit #803024 | Dlink DIR-825m v1.1.12 Stack-based Buffer Overflow Third-party advisory
- Exploit / PoC
- dlink.com