Cyber Resilience

CVE-2025-6899

LowPublic PoC

Published: 30 June 2025

Published
30 June 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 2.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0214 84.6th percentile
Risk Priority 5 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-6899 is a low-severity Command Injection (CWE-77) vulnerability in Dlink Di-7300G\+ Firmware. Its CVSS base score is 2.1 (Low).

Operationally, ranked in the top 15.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

A critical OS command injection vulnerability affects the D-Link DI-7300G+ and DI-8200G routers running firmware versions 17.12.20A1 and 19.12.25A1. The flaw resides in an unknown function of the msp_info.htm file, where unsanitized input to the flag, cmd, or iface arguments allows arbitrary operating system command execution.

An authenticated remote attacker can supply crafted parameters to the affected endpoint and execute commands on the device. The CVSS 4.0 vector indicates network attack reachability with low complexity and low-privileged access, resulting in limited impacts to confidentiality, integrity, and availability on the device itself.

Public exploit code has been released, as referenced in the VulDB entries and an accompanying technical report. The associated EPSS score remains flat at 0.0214 with no material increase since disclosure. No vendor advisory or patch information is provided in the available references.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, was found in D-Link DI-7300G+ and DI-8200G 17.12.20A1/19.12.25A1. This affects an unknown part of the file msp_info.htm. The manipulation of the argument flag/cmd/iface leads to os command injection. It is possible to initiate…

more

the attack remotely. The exploit has been disclosed to the public and may be used.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

dlink
di-7300g\+ firmware
19.12.25a1
dlink
di-8200g firmware
16.07.26a1

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References