CVE 7.8 HIGH

drm/xe/dma-buf: fix UAF with retry loop_CVE-2026-52950

7.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

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)

Basic Information

ID CVE-2026-52950
Source Linux
Published Jun 24, 2026 at 16:28
Modified Jun 28, 2026 at 06:37

Affected Product

Vendor Linux
Product Linux
Version eb289a5f6cc668853f9b2ea6aca04afe58ed11c7
Affected Versions Linux Linux eb289a5f6cc668853f9b2ea6aca04afe58ed11c7
Linux Linux eb289a5f6cc668853f9b2ea6aca04afe58ed11c7
Linux Linux eb289a5f6cc668853f9b2ea6aca04afe58ed11c7
Linux Linux 6.18

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.