LiveActive security incident?Get immediate response
CVE Record

CVE-2020-9377: D-Link DIR-610 devices allow Remote Command Execution via the cmd parameter to command.php.

D-Link DIR-610 devices allow Remote Command Execution via the cmd parameter to command.php. NOTE: This vulnerability only affects products that are no longer supported by the maintainer

HighCVSS 8.8Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-9377 lets an authenticated attacker run operating-system commands on unsupported D-Link DIR-610 routers. Because routers sit at network edges, compromise can affect confidentiality, traffic integrity, and availability. CISA lists this CVE in KEV, so treat any remaining DIR-610 deployment as urgent legacy risk.

Executive priority

Prioritize replacement or isolation. This is a known-exploited command-execution issue on unsupported edge equipment, so normal patch management may not be enough. Business risk is highest where DIR-610 devices protect offices, remote sites, or sensitive network segments.

Technical view

The CVE describes command injection in D-Link DIR-610 through the cmd parameter to command.php. CVSS 3.1 is 8.8: network reachable, low complexity, low privileges required, no user interaction, and high impact to confidentiality, integrity, and availability. Sources state affected products are no longer supported.

Likely exposure

Exposure is most likely in environments still running D-Link DIR-610 devices, especially where administrative access is reachable from untrusted networks. The provided affected-product metadata is incomplete, so validation should rely on asset inventory and vendor advisory checks.

Exploitation context

Active exploitation is supported by CISA KEV listing for CVE-2020-9377. Public reference material also exists, but the supplied evidence does not establish a vendor patch for supported DIR-610 devices; it states the product is no longer supported.

Researcher notes

The source bundle identifies CWE-78 and CVSS 8.8 with PR:L. Product metadata is sparse, but the narrative clearly names D-Link DIR-610. Avoid assuming other D-Link models are affected unless vendor or CVE sources explicitly confirm them.

Mitigation direction

  • Identify and retire any D-Link DIR-610 devices still in service.
  • Check D-Link advisory SAP10182 for vendor-specific guidance.
  • Remove internet exposure to router administration interfaces.
  • Restrict management access to trusted administrative networks only.
  • Replace unsupported devices with supported hardware and current firmware.

Validation and detection

  • Search asset inventory for D-Link DIR-610 models.
  • Confirm whether any DIR-610 management interface is externally reachable.
  • Review firewall and remote-management rules for legacy router access.
  • Check device logs for unexpected administrative changes or command activity.
  • Document unsupported devices as remediation exceptions until replaced.
Prepared
Confidence
high
Sources
4

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-9377 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
0Timeline events
0ADP providers
5Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

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.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2020-9377Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.