CVE-2018-25115: D-Link DIR-110/412/600/615/645/815 RCE via service.cgi
Multiple D-Link DIR-series routers, including DIR-110, DIR-412, DIR-600, DIR-610, DIR-615, DIR-645, and DIR-815 firmware version 1.03, contain a vulnerability in the service.cgi endpoint that allows remote attackers to execute arbitrary system commands without authentication. The flaw stems from improper input handling in the EVENT=CHECKFW parameter, which is passed directly to the system shell without sanitization. A crafted HTTP POST request can inject commands that are executed with root privileges, resulting in full device compromise. These router models are no longer supported at the time of assignment and affected version ranges may vary. Exploitation evidence was first observed by the Shadowserver Foundation on 2025-08-21 UTC.
Security readout for executives and security teams
Plain-English summary
Several older D-Link DIR-series routers can be taken over remotely without a login. The vulnerable service.cgi path can pass attacker-controlled input to the operating system shell. For exposed devices, this is a device-compromise risk, especially because the models are described as no longer supported.
Executive priority
Prioritize immediately for any internet-facing or business-critical location using these routers. Unsupported perimeter devices with unauthenticated root command execution create a credible path to network foothold, traffic interception, or outage.
Technical view
CVE-2018-25115 is an unauthenticated command injection in service.cgi affecting listed D-Link DIR models, with EVENT=CHECKFW input passed to a shell without sanitization. The supplied record maps it to CWE-78 and CVSS 4.0 score 10.0, with root-level command execution described.
Likely exposure
Exposure is most likely in legacy D-Link DIR-110, DIR-412, DIR-600, DIR-610, DIR-615, DIR-645, and DIR-815 deployments, especially devices reachable from the internet. The source bundle says affected version ranges may vary, so exact firmware impact needs vendor or asset-level confirmation.
Exploitation context
The supplied data says exploitation evidence was first observed by Shadowserver on 2025-08-21 UTC, but KEV is false. Public exploit references are listed, so defenders should treat exposed legacy devices as high-risk without relying on exploitation details.
Researcher notes
The supplied affected list has incomplete version precision and inconsistent inclusion of DIR-610 in the description versus affected array. Avoid over-scoping without device confirmation. Public exploit references exist, but this analysis intentionally excludes operational exploit details.
Mitigation direction
Identify and remove affected D-Link DIR-series routers from internet exposure.
Replace unsupported affected devices where feasible.
Check D-Link guidance for any model-specific firmware or retirement recommendations.
Restrict management access to trusted internal networks only.
Monitor edge telemetry for unexpected requests to service.cgi.
Validation and detection
Inventory D-Link DIR-series devices and confirm model and firmware version.
Check whether device administration or service.cgi is reachable from untrusted networks.
Review logs for suspicious service.cgi requests, especially around exposed routers.
Confirm whether each device is supported under D-Link end-of-life policy.
Track remediation status until affected devices are replaced or isolated.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-78: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-78 · source CWE mapping
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.