Cyber Resilience

CVE-2024-9490

High

Published: 24 January 2025

Published
24 January 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.6 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.0019 8.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2024-9490 is a high-severity Uncontrolled Search Path Element (CWE-427) vulnerability in Silabs (inferred from references). Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique DLL (T1574.001); ranked at the 8.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-2 (Flaw Remediation) and SI-3 (Malicious Code Protection).

Deeper analysis

CVE-2024-9490 is a DLL hijacking vulnerability stemming from an uncontrolled search path in the Silicon Labs (8-bit) IDE installer. This flaw, classified under CWE-427, enables privilege escalation and arbitrary code execution when the affected installer is executed. It received a CVSS v3.1 base score of 8.6 (AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H), highlighting its high severity due to local attack vector, low complexity, no required privileges, and user interaction via running the installer, with a scope change amplifying impacts on confidentiality, integrity, and availability.

A local attacker can exploit this vulnerability by placing a malicious DLL in a directory included in the installer's search path, which the application checks before secure locations. No special privileges are needed beforehand, but the target user must initiate the installer execution, making social engineering or user error a common trigger. Successful exploitation allows the attacker to elevate privileges and run arbitrary code in the context of the installer process, potentially compromising the system.

For mitigation details, refer to the Silicon Labs community advisory at https://community.silabs.com/068Vm00000JUQwd.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

DLL hijacking vulnerabilities, caused by an uncontrolled search path in Silicon Labs (8-bit) IDE installer can lead to privilege escalation and arbitrary code execution when running the impacted installer.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1574.001 DLL Stealth
Adversaries may abuse dynamic-link library files (DLLs) in order to achieve persistence, escalate privileges, and evade defenses.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Direct DLL side-loading via uncontrolled search path (CWE-427) enables arbitrary code execution and privilege escalation on installer launch.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-29223Shared CWE-427
CVE-2024-9496Shared CWE-427
CVE-2025-48503Shared CWE-427
CVE-2022-28339Shared CWE-427
CVE-2025-69784Shared CWE-427
CVE-2024-55540Shared CWE-427
CVE-2025-0069Shared CWE-427
CVE-2025-57836Shared CWE-427
CVE-2025-21206Shared CWE-427
CVE-2026-25656Shared CWE-427

Affected Assets

Silabs
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely identification, reporting, and correction of the DLL hijacking flaw in the Silicon Labs IDE installer, eliminating the vulnerability through vendor patches or workarounds.

prevent

Establishes organizational policies to prohibit or approve user installation of vulnerable software like the Silicon Labs IDE installer, preventing execution without vetting.

preventdetect

Deploys malicious code protection mechanisms to scan directories in the installer's search path and block or detect the attacker's malicious DLL before loading.

References