7.8
CVE-2026-43370
- EPSS 0.13%
- Veröffentlicht 08.05.2026 14:21:21
- Zuletzt bearbeitet 15.05.2026 15:18:18
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
drm/amdgpu: Fix use-after-free race in VM acquire
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix use-after-free race in VM acquire Replace non-atomic vm->process_info assignment with cmpxchg() to prevent race when parent/child processes sharing a drm_file both try to acquire the same VM after fork(). (cherry picked from commit c7c573275ec20db05be769288a3e3bb2250ec618)
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 4.17 < 5.10.253
Linux ≫ Linux Kernel Version >= 5.11 < 5.15.203
Linux ≫ Linux Kernel Version >= 5.16 < 6.1.167
Linux ≫ Linux Kernel Version >= 6.2 < 6.6.130
Linux ≫ Linux Kernel Version >= 6.7 < 6.12.78
Linux ≫ Linux Kernel Version >= 6.13 < 6.18.19
Linux ≫ Linux Kernel Version >= 6.19 < 6.19.9
Linux ≫ Linux Kernel Version7.0 Updaterc1
Linux ≫ Linux Kernel Version7.0 Updaterc2
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.13% | 0.026 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | 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
|
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.
https://git.kernel.org/stable/c/ae87aea330c24f462fc7058ed543ba8bc6798447
https://git.kernel.org/stable/c/46d309996bd9251792d7dafdbaf615cf202b4447
https://git.kernel.org/stable/c/e61e355cbe49e585097eee28c15b862bfb1c0668
https://git.kernel.org/stable/c/c658c1c85ec235b7ecfbf8dbfee385b1332088f4
https://git.kernel.org/stable/c/904025fa8bba1d028adade33346372b4ac1a9249
https://git.kernel.org/stable/c/7885eb335d8f9e9942925d57e300a85e3f82ded4
https://git.kernel.org/stable/c/94b7782d0c8024f5b88454241c8d4777076c3786
https://git.kernel.org/stable/c/2c1030f2e84885cc58bffef6af67d5b9d2e7098f