CVE-2026-82595

7.4

D-Link · DIR-825M

D-Link DIR-825M firmware version 1.1.8 contains a command injection vulnerability in the /boafrm/formSysCmd endpoint, allowing remote attackers to execute arbitrary commands with root privileges.

Executive summary

A critical command injection vulnerability in D-Link DIR-825M routers allows authenticated attackers to achieve remote code execution with root-level privileges.

Vulnerability

This is a command injection vulnerability (CWE-77) located in the sub_456CF4 function of the /boafrm/formSysCmd file, where unsanitized user input from the sysCmd parameter is passed directly to the system shell. An attacker with low privileges (authenticated via web session) can inject shell operators to execute arbitrary commands on the underlying operating system.

Business impact

Successful exploitation permits an attacker to gain full control over the router, potentially leading to complete device takeover, modification of DNS settings, or the interception of network traffic. Given the CVSS score of 7.4, this vulnerability represents a high risk to organizational network integrity and confidentiality. Unauthorized command execution at the root level can facilitate further lateral movement within the internal network.

Remediation

Immediate Action: As no patch is currently available, immediately restrict access to the web management interface to trusted internal segments only and disable remote administration features.

Proactive Monitoring: Monitor network traffic for unusual POST requests directed at the /boafrm/formSysCmd endpoint and review system logs for shell metacharacter usage.

Compensating Controls: Deploy a Web Application Firewall (WAF) or an Intrusion Prevention System (IPS) rule to block HTTP requests containing semicolon, ampersand, or pipe characters within the sysCmd parameter.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists per the technical write-up referenced in the CVE record.

Analyst recommendation

Due to the severity of remote code execution and the availability of a public proof-of-concept, administrators should prioritize isolating affected D-Link DIR-825M devices from the public internet. Ensure that administrative interfaces are not reachable from untrusted networks and monitor for firmware updates from the vendor to remediate this flaw once a patch is released.

More D-Link CVEs

Sources

Originally found and disclosed by hacker128 (VulDB User), per the CVE Program record.