Cyber Resilience

CVE-2023-4711

MediumPublic PoC

Published: 01 September 2023

Published
01 September 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 5.0 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0037 59.2th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-4711 is a medium-severity OS Command Injection (CWE-78) vulnerability in Dlink Dar-8000-10 Firmware. Its CVSS base score is 5.0 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 40.8% 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 (CWE-78) affects the D-Link DAR-8000-10 device up to firmware version 20230819. The flaw resides in an unknown function within /log/decodmail.php, where unsanitized input to the file argument permits arbitrary operating-system command execution. The issue received a CVSS v3.1 score of 5.0 (AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L) and was publicly disclosed under VDB-238574 after the vendor failed to respond to early notification.

An authenticated remote attacker can exploit the weakness over the network, though successful exploitation requires high attack complexity and is described as difficult. Successful abuse yields limited read, write, and disruption capabilities on the affected appliance; a working proof-of-concept has been published and may be reused by determined adversaries.

Public references consist of exploit code on GitHub and detailed entries on Vuldb; no vendor advisory, patch, or mitigation guidance has been issued. The EPSS score rose sharply from a low baseline to a peak of 0.1501 on 2025-01-22 before receding to 0.0037, indicating a clear post-disclosure increase in exploitation interest that warrants renewed monitoring.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, has been found in D-Link DAR-8000-10 up to 20230819. Affected by this issue is some unknown functionality of the file /log/decodmail.php. The manipulation of the argument file leads to os command injection. The…

more

attack may be launched remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. VDB-238574 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.

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.
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.
T1059.008 Network Device CLI Execution
Adversaries may abuse scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads.
Why these techniques?

OS command injection in remotely accessible /log/decodmail.php enables exploitation of public-facing web applications (T1190), indirect command execution via the vulnerable parameter (T1202 as assigned by VulDB), and network device CLI abuse through arbitrary OS commands (T1059.008).

Affected Assets

dlink
dar-8000-10 firmware
≤ 20230819

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