Cyber Posture

CVE-2024-57583

CriticalRCE

Published: 16 January 2025

Published
16 January 2025
Modified
04 February 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0225 84.7th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57583 is a critical-severity Command Injection (CWE-77) vulnerability in Tenda Ac18 Firmware. Its CVSS base score is 9.8 (Critical).

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

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 requires validation of information inputs like the usbName parameter to prevent command injection by rejecting or sanitizing malicious payloads.

prevent

SI-2 mandates identification, prioritization, and remediation of flaws such as this command injection vulnerability through firmware patching.

prevent

AC-3 enforces access control policies to require authentication for the formSetSambaConf function, blocking unauthenticated remote exploitation.

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?

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).

NVD Description

Tenda AC18 V15.03.05.19 was discovered to contain a command injection vulnerability via the usbName parameter in the formSetSambaConf function.

Deeper analysisAI

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

tenda
ac18 firmware
15.03.05.19

CVEs Like This One

CVE-2026-31255Same product: Tenda Ac18
CVE-2025-11121Same product: Tenda Ac18
CVE-2025-11324Same product: Tenda Ac18
CVE-2024-57582Same product: Tenda Ac18
CVE-2025-11122Same product: Tenda Ac18
CVE-2024-57578Same product: Tenda Ac18
CVE-2024-57581Same product: Tenda Ac18
CVE-2025-11123Same product: Tenda Ac18
CVE-2025-14992Same product: Tenda Ac18
CVE-2024-57580Same product: Tenda Ac18

References