Cyber Posture

CVE-2024-57225

CriticalPublic PoC

Published: 10 January 2025

Published
10 January 2025
Modified
16 April 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

Description

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

Security Summary

CVE-2024-57225 is a command injection vulnerability affecting the Linksys E7350 router at version 1.1.00.032. The issue resides in the reset_wifi function, where the devname parameter fails to properly sanitize user input, allowing injection of arbitrary commands. Classified under CWE-77, it 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), marking it as critical due to its potential for severe impact.

Remote attackers can exploit this vulnerability over the network without requiring authentication, privileges, or user interaction. Exploitation enables full command execution on the device, compromising confidentiality, integrity, and availability to a high degree, which could lead to complete router takeover, data theft, or further network pivoting.

Details on the vulnerability, including a proof-of-concept, are documented in the GitHub repository at https://github.com/yanggao017/vuln/blob/main/Linksys/E7350/CI_7_reset_wifi/README.md. No official vendor advisories or patch information are specified in available data.

Details

CWE(s)
CWE-77

Affected Products

linksys
e7350 firmware
1.1.00.032

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?

Command injection via the devname parameter in the router's reset_wifi web function enables exploitation of a public-facing application for remote code execution.

References