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).
総合評価: CVE-2020-24658 は低リスク(39.2/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.31%、22 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 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% | — |
EPSS の全履歴 (全 11 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.8 | 3.1 | HIGH |
|
1.8 | 5.9 | [email protected] |
| 4.4 | 2.0 | MEDIUM |
|
3.4 | 6.4 | [email protected] |
| ベンダー | 製品 | バージョン | 生の 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 | タグ |
|---|---|
| https://developer.arm.com/support/arm-security-updates/arm-compiler-5-stack-protection | Vendor Advisory |