CVE-2026-52950
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
24/06/2026
Last modified:
27/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/xe/dma-buf: fix UAF with retry loop<br />
<br />
Retry doesn&#39;t work here, since bo will be freed on error, leading to<br />
UAF. However, now that we do the alloc & init before the attach, we can<br />
now combine this as one unit and have the init do the alloc for us. This<br />
should make the retry safe.<br />
<br />
Reported by Sashiko.<br />
<br />
v2: Fix up the error unwind (CI)<br />
<br />
(cherry picked from commit 479669418253e0f27f8cf5db01a731352ea592e7)
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18 (including) | 6.18.33 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.10 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/155a372a1cc50fa93387c5d3cdfd614a61e1afd1
- https://git.kernel.org/stable/c/39fdac6be02eb7c3460518c1c4085f75f935c4ce
- https://git.kernel.org/stable/c/827062952ed9bdf4220466c1f05ce452d04bdedf
- https://access.redhat.com/errata/RHSA-2026:42919
- https://access.redhat.com/errata/RHSA-2026:45192
- https://access.redhat.com/security/cve/CVE-2026-52950
- https://bugzilla.redhat.com/show_bug.cgi?id=2492318
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-52950.json



