CVE-2024-25395
Published: 27 March 2024
Summary
CVE-2024-25395 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Rt-Thread Rt-Thread. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 36.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-22728
Vulnerability details
A buffer overflow occurs in utilities/rt-link/src/rtlink.c in RT-Thread through 5.0.2.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Buffer overflow in RT-Thread rt-link build utility enables arbitrary code execution or DoS on build hosts, facilitating exploitation for privilege escalation/client execution, endpoint DoS via application exploitation, poisoned CI/CD pipelines, and software supply chain/development tool compromise.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Platform-independent managed code eliminates the need for unchecked native buffer copies that are the root cause of classic buffer overflows.