CVE-2025-38703

high
Published 2026-01-19 · Modified 2026-01-23
CVSS v3
CVSS v2
VIR risk
8.0

Description

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Make dma-fences compliant with the safe access rules Xe can free some of the data pointed to by the dma-fences it exports. Most notably the timeline name can get freed if userspace closes the associated submit queue. At the same time the fence could have been exported to a third party (for example a sync_fence fd) which will then cause an use- after-free on subsequent access. To make this safe we need to make the driver compliant with the newly documented dma-fence rules. Driver has to ensure a RCU grace period between signalling a fence and freeing any data pointed to by said fence. For the timeline name we simply make the queue be freed via kfree_rcu and for the shared lock associated with multiple queues we add a RCU grace period before freeing the per GT structure holding the lock.

Predictions

Exploit likelihood
20%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: alma — https://errata.almalinux.org/9/ALSA-2026-0793.html

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2422801

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2422788

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2419954

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2401432

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2393157

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2025-38703

vendor Authored 2026-05-27

Vendor advisory: rocky — https://errata.rockylinux.org/RLSA-2026:0793

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2025-38703.html

vendor Authored 2026-05-27

Vendor advisory: redhat — https://access.redhat.com/errata/RHSA-2026:0793

OS impact

OSVersionStatusFixed in
redhat rhel9fixed
suse slesaffected
rockylinux rocky9fixed
debian debianbookwormfixed0
debian debianbullseyefixed0
debian debianforkyfixed6.16.3-1
debian debiansidfixed6.16.3-1
debian debiantrixiefixed6.12.43-1

References

Verify integrity in audit chain (admin only). AS-IS.