8.8
CVE-2022-46891
- EPSS 0.2%
- Veröffentlicht 17.01.2023 08:15:10
- Zuletzt bearbeitet 21.11.2024 07:31:15
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt Login
An issue was discovered in the Arm Mali GPU Kernel Driver. There is a use-after-free. A non-privileged user can make improper GPU processing operations to gain access to already freed memory. This affects Midgard r13p0 through r32p0, Bifrost r1p0 through r40p0, and Valhall r19p0 through r40p0.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Arm ≫ Bifrost Gpu Kernel Driver Version >= r1p0 <= r40p0
Arm ≫ Midgard Gpu Kernel Driver Version >= r13p0 <= r32p0
Arm ≫ Valhall Gpu Kernel Driver Version >= r19p0 <= r40p0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.2% | 0.387 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.