Arm Compiler 5 through 5.06u6 has an error in a stack protection feature designed to help spot stack-based buffer overflows in local arrays. When this feature is enabled, a protected function writes a guard value to the stack prior to (above) any vulnerable arrays in the stack. The guard value is checked for corruption on function return; corruption leads to an error-handler call. In certain circumstances, the reference value that is compared against the guard value is itself also written to the stack (after any vulnerable arrays). The reference value is written to the stack when the function runs out of registers to use for other temporary data. If both the reference value and the guard value are written to the stack, then the stack protection will fail to spot corruption when both values are overwritten with the same value. For both the reference value and the guard value to be corrupted, there would need to be both a buffer overflow and a buffer underflow in the vulnerable arrays (or some other vulnerability that causes two separated stack entries to be corrupted).
Conclusion & alert: CVE-2020-24658 is rated Low Risk (39.2/100): CVSS High severity, with low exploitation likelihood (EPSS 0.31%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.21% | 0.31% | +0.10% |
| 2 | 2025-11-21 | 0.10% | 0.21% | +0.11% |
| 3 | 2025-11-18 | — | 0.10% | — |
Full EPSS history (11 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.8 | 3.1 | HIGH |
|
1.8 | 5.9 | [email protected] |
| 4.4 | 2.0 | MEDIUM |
|
3.4 | 6.4 | [email protected] |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| arm | arm_compiler | >= 5.01, < 5.06 | cpe:2.3:a:arm:arm_compiler:*:*:*:*:*:*:*:* |
| arm | arm_compiler | 5.06 | cpe:2.3:a:arm:arm_compiler:5.06:-:*:*:*:*:*:* |
| arm | arm_compiler | 5.06 | cpe:2.3:a:arm:arm_compiler:5.06:update1:*:*:*:*:*:* |
| arm | arm_compiler | 5.06 | cpe:2.3:a:arm:arm_compiler:5.06:update2:*:*:*:*:*:* |
| arm | arm_compiler | 5.06 | cpe:2.3:a:arm:arm_compiler:5.06:update3:*:*:*:*:*:* |
| arm | arm_compiler | 5.06 | cpe:2.3:a:arm:arm_compiler:5.06:update4:*:*:*:*:*:* |
| arm | arm_compiler | 5.06 | cpe:2.3:a:arm:arm_compiler:5.06:update5:*:*:*:*:*:* |
| arm | arm_compiler | 5.06 | cpe:2.3:a:arm:arm_compiler:5.06:update6:*:*:*:*:*:* |
| arm | arm_compiler | 5.06 | cpe:2.3:a:arm:arm_compiler:5.06:update7:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://developer.arm.com/support/arm-security-updates/arm-compiler-5-stack-protection | Vendor Advisory |