Cyber Resilience

CVE-2025-7932

LowPublic PoC

Published: 21 July 2025

Published
21 July 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.0225 84.9th percentile
Risk Priority 6 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7932 is a low-severity Injection (CWE-74) vulnerability in Dlink Dir-817L Firmware. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 15.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

A critical command injection vulnerability has been identified in the D-Link DIR-817L router running firmware up to version 1.04B01. The flaw resides in the lxmldbc_system function of the ssdpcgi component and stems from improper handling of input that allows arbitrary command execution, corresponding to CWE-74 and CWE-77. The issue is remotely triggerable and carries a CVSS 4.0 score of 2.1 reflecting limited impacts under low-privileged access.

An authenticated remote attacker can supply crafted input to the affected function and execute operating-system commands on the device. Successful exploitation yields limited effects on confidentiality, integrity, and availability without requiring user interaction. A public exploit has already been released, enabling straightforward reproduction by anyone with network access to the device.

No vendor advisory or patch information is provided in the available references, which include only a disclosure write-up, VulDB entries, and the vendor homepage. The EPSS score remains flat at 0.0225 with no observed increase after public disclosure.

EU & UK References

Vulnerability details

A vulnerability classified as critical has been found in D-Link DIR‑817L up to 1.04B01. This affects the function lxmldbc_system of the file ssdpcgi. The manipulation leads to command injection. It is possible to initiate the attack remotely. The exploit has…

more

been disclosed to the public and may be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1202 Indirect Command Execution Stealth
Adversaries may abuse utilities that allow for command execution to bypass security restrictions that limit the use of command-line interpreters.
Why these techniques?

Command injection in SSDP CGI (ssdpcgi.lxmldbc_system) enables exploitation of public-facing application (T1190) for remote Unix shell command execution (T1059.004) via indirect command execution (T1202).

CVEs Like This One

CVE-2025-14225Same vendor: Dlink
CVE-2025-10689Same vendor: Dlink
CVE-2025-8956Same vendor: Dlink
CVE-2026-2194Same vendor: Dlink
CVE-2026-2218Same vendor: Dlink
CVE-2026-4203Same vendor: Dlink
CVE-2026-4207Same vendor: Dlink
CVE-2025-10628Same vendor: Dlink
CVE-2025-15192Same vendor: Dlink
CVE-2026-4210Same vendor: Dlink

Affected Assets

dlink
dir-817l firmware
≤ 1.04b01

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly blocks the input manipulation of lxmldbc_system that produces command injection.

prevent

Requires timely patching or removal of the publicly disclosed flaw in ssdpcgi before exploitation.

prevent

Disables or restricts the unnecessary SSDP/SSDPCGI service that contains the injectable function.

References