Cyber Resilience

CVE-2024-57539

HighPublic PoCRCE

Published: 21 January 2025

Published
21 January 2025
Modified
22 April 2025
KEV Added
Patch
CVSS Score v3.1 8.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N
EPSS Score 0.0554 90.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57539 is a high-severity Command Injection (CWE-77) vulnerability in Linksys E8450 Firmware. Its CVSS base score is 8.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 9.5% 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

Linksys E8450 firmware version 1.2.00.360516 contains a command injection vulnerability (CWE-77) that can be triggered through the userEmail parameter. The flaw received a CVSS 3.1 score of 8.2, reflecting network attack vector, low attack complexity, and no requirements for authentication or user interaction, with impacts limited to confidentiality and high integrity.

An unauthenticated remote attacker can supply crafted input to the userEmail field and execute arbitrary operating-system commands on the device. Successful exploitation allows modification of device configuration or data while providing only limited visibility into other information, consistent with the reported impact metrics.

The associated EPSS score reached a peak of 0.0835 after disclosure, up from a lower baseline to the current value of 0.0554, indicating emerging exploitation interest. Public technical details are available in a GitHub repository describing the issue, though no vendor advisory or patch information is referenced in the supplied data.

EU & UK References

Vulnerability details

Linksys E8450 v1.2.00.360516 was discovered to contain a command injection vulnerability via userEmail.

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.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

The command injection vulnerability via the userEmail parameter in the Linksys E8450 router web interface enables exploitation of a public-facing application (T1190) to achieve remote code execution through Unix shell commands (T1059.004).

CVEs Like This One

CVE-2024-57536Same product: Linksys E8450
CVE-2024-57542Same product: Linksys E8450
CVE-2025-29228Same vendor: Linksys
CVE-2025-29230Same vendor: Linksys
CVE-2024-57225Same vendor: Linksys
CVE-2025-8821Same vendor: Linksys
CVE-2026-6992Same vendor: Linksys
CVE-2024-57228Same vendor: Linksys
CVE-2024-57227Same vendor: Linksys
CVE-2024-57226Same vendor: Linksys

Affected Assets

linksys
e8450 firmware
1.2.00.360516

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates command injection by requiring validation of user inputs like the userEmail parameter to block arbitrary command execution.

prevent

Requires timely remediation of the specific firmware flaw enabling command injection in Linksys E8450 v1.2.00.360516.

prevent

Restricts unauthorized or malformed inputs to the userEmail parameter, preventing exploitation of the command injection vulnerability.

References