7.8
CVE-2020-24658
- EPSS 0.21%
- Veröffentlicht 24.12.2020 18:15:12
- Zuletzt bearbeitet 21.11.2024 05:15:24
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt Login
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).
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Arm ≫ Arm Compiler Version >= 5.01 < 5.06
Arm ≫ Arm Compiler Version5.06 Update-
Arm ≫ Arm Compiler Version5.06 Updateupdate1
Arm ≫ Arm Compiler Version5.06 Updateupdate2
Arm ≫ Arm Compiler Version5.06 Updateupdate3
Arm ≫ Arm Compiler Version5.06 Updateupdate4
Arm ≫ Arm Compiler Version5.06 Updateupdate5
Arm ≫ Arm Compiler Version5.06 Updateupdate6
Arm ≫ Arm Compiler Version5.06 Updateupdate7
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.21% | 0.409 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 4.4 | 3.4 | 6.4 |
AV:L/AC:M/Au:N/C:P/I:P/A:P
|
CWE-770 Allocation of Resources Without Limits or Throttling
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.