Sceawere
Vulnerability Detail
CVE-2026-82595UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
D-Link DIR-825M Command Injection
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.4
- Creation Date
- 3h ago
- Vendor
- D-Link
- Product
- DIR-825M
- Attack Type
- Command Injection
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L
- Attack Complexity
- LOW
Narrative and Response
Description
A vulnerability was found in D-Link DIR-825M 1.1.8. Affected by this vulnerability is the function sub_456CF4 of the file /boafrm/formSysCmd of the component System Command Execution. Performing a manipulation of the argument sysCmd results in command injection. It is possible to initiate the attack remotely. The exploit has been made public and could be used.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "7.4",
"pubDate": "2026-08-31T00:16:41.980Z",
"pubdate": "2026-08-31T00:16:41.980Z",
"executiveSummary": "A critical command injection vulnerability exists in the D-Link DIR-825M router, specifically within firmware version 1.1.8.\nThe vulnerability resides in the System Command Execution component, triggered via the /boafrm/formSysCmd URI.\nSuccessful exploitation allows an unauthenticated remote attacker to execute arbitrary system commands with elevated privileges on the underlying operating system.\nThis flaw presents a severe security risk, as it facilitates full device compromise, potential lateral movement within the network, and the deployment of persistent malicious payloads.\nThe attack vector is remotely exploitable, requiring no prior authentication, and public exploit code exists, significantly increasing the probability of active exploitation.",
"technicalDetails": "The vulnerability is located in the function sub_456CF4, which processes input parameters for the system's command interface at /boafrm/formSysCmd. The root cause is the improper sanitization of the sysCmd argument before it is passed to a system-level execution primitive, such as system() or popen().\nAn attacker can manipulate the sysCmd argument by injecting shell metacharacters (e.g., ;, |, &&, `) to terminate the intended process execution and append arbitrary commands. Because the application fails to validate the input against a strict whitelist or escape special characters, the underlying web server—running with root or high-privilege permissions—executes the attacker-supplied payload directly within the shell context.\nThe attack flow follows a predictable sequence: First, the attacker transmits an HTTP POST request targeting /boafrm/formSysCmd. The request includes the sysCmd parameter containing the malicious command payload. Upon receiving the request, the sub_456CF4 function retrieves the unvalidated input and passes it to the command-line interpreter. The shell interprets the metacharacters, executing the injected command alongside or instead of the intended legitimate function. The results of the command execution can often be observed in the HTTP response or utilized for reverse shell establishment.\nThis vulnerability is particularly dangerous due to its remote reachability. There are no authentication barriers preventing access to the /boafrm/formSysCmd endpoint. As the component is integral to the administrative web interface, it is reachable via the local network or, if misconfigured, the public-facing WAN interface. The lack of input validation and command concatenation renders the system completely susceptible to remote code execution (RCE).\nPost-exploitation impact includes the ability for an attacker to modify system configuration, disable security logging, exfiltrate sensitive network data, or turn the affected device into a node within a botnet. Given the nature of router firmware, achieving root-level code execution often provides the attacker with persistent control over the device, surviving reboots if the attacker modifies the file system or startup scripts."
}