Cyber Resilience

CVE-2024-9916

MediumPublic PoC

Published: 13 October 2024

Published
13 October 2024
Modified
16 October 2024
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/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.8357 99.3th percentile
Risk Priority 64 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-9916 is a medium-severity OS Command Injection (CWE-78) vulnerability in Usualtool Usualtoolcms. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unix Shell (T1059.004); ranked in the top 0.7% 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, identified as CVE-2024-9916 and assigned CWE-78, affects HuangDou UTCMS V9. The flaw resides in an unknown function within the file app/modules/ut-cac/admin/cli.php, where unsanitized input to the argument o permits arbitrary operating system command execution.

Remote attackers can exploit the issue without authentication or user interaction by sending crafted requests to the affected endpoint. Successful exploitation grants the ability to execute commands on the underlying system, resulting in limited impacts to confidentiality, integrity, and availability as reflected in the CVSS 4.0 vector.

Public exploit details have been disclosed via repositories and vulnerability databases, and the vendor was notified prior to publication but provided no response or patch. The associated EPSS score currently stands at 0.8357 with a recorded peak of 0.8510, indicating sustained but not sharply escalating exploitation interest since disclosure.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, has been found in HuangDou UTCMS V9. Affected by this issue is some unknown functionality of the file app/modules/ut-cac/admin/cli.php. The manipulation of the argument o leads to os command injection. The attack may…

more

be launched remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
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.
Why these techniques?

Unauthenticated OS command injection in public-facing web app (cli.php) enables exploitation of public-facing applications (T1190), Unix shell command execution (T1059.004), and indirect command execution (T1202) as noted in advisory.

Affected Assets

usualtool
usualtoolcms
9.0

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