CVE-2024-57583
Published: 16 January 2025
Description
Adversaries may abuse Unix shell commands and scripts for execution.
Security Summary
CVE-2024-57583 is a command injection vulnerability (CWE-77) in the Tenda AC18 router running firmware version V15.03.05.19. The flaw resides in the formSetSambaConf function, where the usbName parameter fails to properly sanitize user input, allowing injected commands to be executed.
The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating it is exploitable over the network with low complexity, no authentication or user interaction required. A remote unauthenticated attacker can send a crafted request to trigger arbitrary command injection, potentially achieving full compromise of the device with high impacts to confidentiality, integrity, and availability.
Mitigation details are available in the referenced advisory at https://github.com/qijiale/Tenda/tree/main/10.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
Command injection via web parameter in router firmware enables exploitation of public-facing application (T1190) for remote code execution using Unix shell commands (T1059.004).