Cyber Resilience

CVE-2024-34210

HighPublic PoC

Published: 14 May 2024

Published
14 May 2024
Modified
09 April 2025
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0278 86.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-34210 is a high-severity OS Command Injection (CWE-78) vulnerability in Totolink Cp450 Firmware. Its CVSS base score is 7.3 (High).

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

Deeper analysis

TOTOLINK outdoor CPE CP450 version 4.1.0cu.747_B20191224 contains a command injection vulnerability in the CloudACMunualUpdate function, where the FileName parameter is processed without adequate sanitization. The flaw is tracked as CWE-78 and carries a CVSS 3.1 score of 7.3, reflecting network-accessible exploitation with low attack complexity and no required credentials or user interaction.

An unauthenticated attacker can supply a crafted FileName value over the network to execute arbitrary operating-system commands on the device. Successful exploitation grants the ability to read, modify, or disrupt limited system resources, potentially leading to device compromise or use as a foothold in a larger network.

Public references consist of GitHub repositories documenting the injection point; no vendor advisory or firmware patch addressing the issue is referenced. The associated EPSS score rose from lower values to a peak of 0.0621 before receding to the current 0.0278, indicating a measurable but temporary increase in exploitation interest after disclosure.

EU & UK References

Vulnerability details

TOTOLINK outdoor CPE CP450 v4.1.0cu.747_B20191224 was discovered to contain a command injection vulnerability in the CloudACMunualUpdate function via the FileName parameter.

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.
Why these techniques?

The command injection vulnerability in the web-exposed CloudACMunualUpdate function enables exploitation of a public-facing application (T1190) and execution of arbitrary Unix shell commands on the device (T1059.004).

Affected Assets

totolink
cp450 firmware
4.1.0cu.747_b20191224

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