Cyber Resilience

CVE-2024-57580

CriticalPublic PoC

Published: 16 January 2025

Published
16 January 2025
Modified
18 March 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0020 41.7th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57580 is a critical-severity Out-of-bounds Write (CWE-787) 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 at the 41.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2024-57580 is a stack-based buffer overflow vulnerability (CWE-787) affecting the Tenda AC18 router running firmware version V15.03.05.19. The flaw occurs in the formSetDeviceName function when processing the devName parameter, allowing an attacker to overwrite the stack with uncontrolled input. This issue was published on January 16, 2025, and carries a CVSS v3.1 base score of 9.8, indicating critical severity due to its network accessibility and high impact potential.

The vulnerability can be exploited by any remote, unauthenticated attacker with network access to the affected device, requiring low complexity and no user interaction. Successful exploitation enables high-impact consequences across confidentiality, integrity, and availability (C:H/I:H/A:H), potentially leading to full remote code execution, device takeover, or denial of service.

Analysis and proof-of-concept details are available in the GitHub repository at https://github.com/qijiale/Tenda/tree/main/7, though no official vendor advisories or patches are referenced in the available information.

EU & UK References

Vulnerability details

Tenda AC18 V15.03.05.19 was discovered to contain a stack overflow via the devName parameter in the formSetDeviceName function.

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

Stack overflow in the web management interface (formSetDeviceName via devName parameter) enables remote code execution on the public-facing router application.

CVEs Like This One

CVE-2024-57579Same product: Tenda Ac18
CVE-2024-57581Same product: Tenda Ac18
CVE-2024-57582Same product: Tenda Ac18
CVE-2024-57578Same product: Tenda Ac18
CVE-2024-57575Same product: Tenda Ac18
CVE-2025-11122Same product: Tenda Ac18
CVE-2025-14993Same product: Tenda Ac18
CVE-2025-11326Same product: Tenda Ac18
CVE-2025-11327Same product: Tenda Ac18
CVE-2025-14992Same product: Tenda Ac18

Affected Assets

tenda
ac18 firmware
15.03.05.19

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires validation of inputs like the devName parameter to prevent stack overflows from uncontrolled data.

prevent

SI-16 enforces memory protections such as stack canaries or DEP to block exploitation of the stack overflow vulnerability.

prevent

SI-2 mandates timely identification and patching of flaws like this buffer overflow in router firmware.

References