CVE-2026-52950

In the Linux kernel, the following vulnerability has been resolved: drm/xe/dma-buf: fix UAF with retry loop Retry doesn't work here, since bo will be freed on error, leading to UAF. However, now that we do the alloc & init before the attach, we can now combine this as one unit and have the init do the alloc for us. This should make the retry safe. Reported by Sashiko. v2: Fix up the error unwind (CI) (cherry picked from commit 479669418253e0f27f8cf5db01a731352ea592e7)
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
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:*:*:*:*:*:*

History

22 Jul 2026, 12:18

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:42919 -

14 Jul 2026, 16:57

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/155a372a1cc50fa93387c5d3cdfd614a61e1afd1 - () https://git.kernel.org/stable/c/155a372a1cc50fa93387c5d3cdfd614a61e1afd1 - Patch
References () https://git.kernel.org/stable/c/39fdac6be02eb7c3460518c1c4085f75f935c4ce - () https://git.kernel.org/stable/c/39fdac6be02eb7c3460518c1c4085f75f935c4ce - Patch
References () https://git.kernel.org/stable/c/827062952ed9bdf4220466c1f05ce452d04bdedf - () https://git.kernel.org/stable/c/827062952ed9bdf4220466c1f05ce452d04bdedf - Patch
References () https://access.redhat.com/security/cve/CVE-2026-52950 - () https://access.redhat.com/security/cve/CVE-2026-52950 - Third Party Advisory
References () https://bugzilla.redhat.com/show_bug.cgi?id=2492318 - () https://bugzilla.redhat.com/show_bug.cgi?id=2492318 - Third Party Advisory
References () https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-52950.json - () https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-52950.json - Third Party Advisory
First Time Linux linux Kernel
Linux
CWE CWE-416
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*

30 Jun 2026, 03:20

Type Values Removed Values Added
References
  • () 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 -
CWE CWE-825

28 Jun 2026, 08:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8

24 Jun 2026, 17:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-24 17:17

Updated : 2026-07-22 12:18


NVD link : CVE-2026-52950

Mitre link : CVE-2026-52950

CVE.ORG link : CVE-2026-52950


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-416

Use After Free

CWE-825

Expired Pointer Dereference