8.8
CVE-2022-38181
- EPSS 20.55%
- Veröffentlicht 25.10.2022 19:15:11
- Zuletzt bearbeitet 03.04.2025 18:54:52
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt Login
The Arm Mali GPU kernel driver allows unprivileged users to access freed memory because GPU memory operations are mishandled. This affects Bifrost r0p0 through r38p1, and r39p0; Valhall r19p0 through r38p1, and r39p0; and Midgard r4p0 through r32p0.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Arm ≫ Bifrost Gpu Kernel Driver Version >= r0p0 <= r38p1
Arm ≫ Bifrost Gpu Kernel Driver Versionr39p0
Arm ≫ Midgard Gpu Kernel Driver Version >= r4p0 <= r31p0
Arm ≫ Valhall Gpu Kernel Driver Version >= r19p0 <= r38p1
Arm ≫ Valhall Gpu Kernel Driver Versionr39p0
30.03.2023: CISA Known Exploited Vulnerabilities (KEV) Catalog
Arm Mali GPU Kernel Driver Use-After-Free Vulnerability
SchwachstelleArm Mali GPU Kernel Driver contains a use-after-free vulnerability that may allow a non-privileged user to gain root privilege and/or disclose information.
BeschreibungApply updates per vendor instructions.
Erforderliche MaßnahmenTyp | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 20.55% | 0.953 |
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
|
134c704f-9b21-4f2e-91b3-4a467353bcc0 | 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.