Cyber Resilience

CVE-2024-57225

CriticalPublic PoCRCE

Published: 10 January 2025

Published
10 January 2025
Modified
16 April 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.0303 86.9th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57225 is a critical-severity Command Injection (CWE-77) vulnerability in Linksys E7350 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 13.1% of CVEs by exploit likelihood; 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 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2024-57225 is a command injection vulnerability in the Linksys E7350 wireless router running firmware version 1.1.00.032. The flaw exists in the reset_wifi function, where the devname parameter is processed without adequate sanitization, allowing arbitrary command execution as described under CWE-77.

An unauthenticated attacker with network access can supply a malicious devname value to the affected endpoint and achieve full control over the device, including the ability to read, modify, or delete data and disrupt services. The vulnerability carries a CVSS 3.1 score of 9.8, reflecting that exploitation requires no privileges or user interaction.

The single public reference is a technical write-up containing proof-of-concept details rather than an official vendor advisory or patch. Exploitation probability, as measured by EPSS, rose from a low baseline to a peak of 0.1398 before receding to the current value of 0.0303, indicating a period of increased interest following disclosure.

EU & UK References

Vulnerability details

Linksys E7350 1.1.00.032 was discovered to contain a command injection vulnerability via the devname parameter in the reset_wifi 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?

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.

CVEs Like This One

CVE-2024-57228Same product: Linksys E7350
CVE-2024-57227Same product: Linksys E7350
CVE-2024-57226Same product: Linksys E7350
CVE-2024-57223Same product: Linksys E7350
CVE-2024-57224Same product: Linksys E7350
CVE-2024-57536Same vendor: Linksys
CVE-2025-29228Same vendor: Linksys
CVE-2025-29230Same vendor: Linksys
CVE-2024-57539Same vendor: Linksys
CVE-2025-29229Same vendor: Linksys

Affected Assets

linksys
e7350 firmware
1.1.00.032

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of the devname parameter in the reset_wifi function to block command injection exploits.

preventrecover

Mandates identification, reporting, and remediation of the command injection flaw via firmware patches or updates for the Linksys E7350.

prevent

Enforces access authorizations to require authentication before accessing the vulnerable reset_wifi function, blocking unauthenticated remote exploitation.

References