Cyber Posture

CVE-2024-57580

CriticalPublic PoC

Published: 16 January 2025

Published
16 January 2025
Modified
18 March 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.0014 34.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.

Security Summary

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.

Details

CWE(s)
CWE-787

Affected Products

tenda
ac18 firmware
15.03.05.19

MITRE ATT&CK Enterprise Techniques

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.

References