CVE-2025-6899
published 2025-06-30CVE-2025-6899: 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…
PriorityP268high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
5.20%
91.5th percentile
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 the attack remotely. The exploit has been disclosed to the public and may be used.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| d-link | di-7300g | — | — |
| d-link | di-7300g | — | — |
| d-link | di-8200g | — | — |
| d-link | di-8200g | — | — |
| dlink | di-7300g_+_firmware | — | — |
| dlink | di-8200g_firmware | — | — |
Detection & IOCsextracted from sources · hover to see the quote
snort
alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS D-Link msp_info.htm Multiple Parameters Command Injection Attempt (CVE-2025-11335, CVE-2025-6899, CVE-2024-44414, CVE-2024-44402)"; flow:established,to_server; http.method; content:"GET"; http.uri; content:"/msp_info.htm|3f|"; startswith; fast_pattern; content:"flag|3d|"; distance:0; pcre:"/^(?:cmd|qos)/R"; pcre:"/(?:cmd|iface)\x3d[^\x26]*?(?:(?:\x3b|%3[Bb])|(?:\x0a|%0[Aa])|(?:\x60|%60)|(?:\x7c|%7[Cc])|(?:\x24|%24))+/"; reference:cve,2024-44414; reference:cve,2025-11335; reference:cve,2024-44402; reference:cve,2025-6899; reference:url,www.cve.org/CVERecord/SearchResults?query=msp_info.htm; classtype:attempted-admin; sid:2065059; rev:1; metadata:affected_product D_Link, attack_target Networking_Equipment, tls_state plaintext, created_at 2025_10_06, cve CVE_2024_44414_CVE_2025_11335_CVE_2024_44402_CVE_2025_6899, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Major, tag Exploit, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2025_10_06, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application; target:dest_ip;)
- →Target HTTP GET requests to /msp_info.htm where the 'flag' parameter is present and the 'cmd' or 'iface' parameter contains OS command injection metacharacters (semicolon, newline, backtick, pipe, dollar sign) in URL-encoded or raw form.
- →The flag parameter value must begin with 'cmd' or 'qos' to match the attack pattern; use this as an additional filter to reduce false positives.
- →Attack is delivered over plaintext HTTP (not TLS); perimeter and internal network monitoring points are both relevant deployment locations.
- →The exploit is remotely initiated and targets networking equipment (D-Link DI-7300G+ and DI-8200G); map to MITRE ATT&CK T1190 (Exploit Public-Facing Application) under tactic TA0001 (Initial Access).
- ·The Snort/Suricata rule (sid:2065059) covers four CVEs simultaneously (CVE-2025-11335, CVE-2025-6899, CVE-2024-44414, CVE-2024-44402); a match does not exclusively confirm CVE-2025-6899 — triage is required to identify the specific vulnerability being exploited.
- ·The affected file and injection point ('flag/cmd/iface' parameters in msp_info.htm) are shared across multiple D-Link CVEs; ensure firmware version context (17.12.20A1 for DI-7300G+, 19.12.25A1 for DI-8200G) is used to scope affected assets accurately.
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv4.02.1LOWCVSS: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
nvdv2.06.5MEDIUMAV:N/AC:L/Au:S/C:P/I:P/A:P
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Suricata
ET WEB_SPECIFIC_APPS D-Link msp_info.htm Multiple Parameters Command Injection Attempt (CVE-2025-11335, CVE-2025-6899, CVE-2024-44414, CVE-2024-44402)
suricata·2025-10-06·CVSS 9.8
CVE-2024-44414 [CRITICAL] ET WEB_SPECIFIC_APPS D-Link msp_info.htm Multiple Parameters Command Injection Attempt (CVE-2025-11335, CVE-2025-6899, CVE-2024-44414, CVE-2024-44402)
ET WEB_SPECIFIC_APPS D-Link msp_info.htm Multiple Parameters Command Injection Attempt (CVE-2025-11335, CVE-2025-6899, CVE-2024-44414, CVE-2024-44402)
Rule: alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS D-Link msp_info.htm Multiple Parameters Command Injection Attempt (CVE-2025-11335, CVE-2025-6899, CVE-2024-44414, CVE-2024-44402)"; flow:established,to_server; http.method; content:"GET"; http.uri; content:"/msp_info.htm|3f|"; startswith; fast_pattern; content:"flag|3d|"; distance:0; pcre:"/^(?:cmd|qos)/R"; pcre:"/(?:cmd|iface)\x3d[^\x26]*?(?:(?:\x3b|%3[Bb])|(?:\x0a|%0[Aa])|(?:\x60|%60)|(?:\x7c|%7[Cc])|(?:\x24|%24))+/"; reference:cve,2024-44414; reference:cve,2025-11335; reference:cve,2024-44402; reference:cve,2025-6899; reference:url,www.cve.org/CVERecord/SearchResults?qu
No public exploits indexed.
No writeups or analysis indexed.
2025-06-30
Published