#VU125989 Use-after-free in X.org Server and Xwayland - CVE-2026-34001
Published: April 14, 2026
X.org Server
Xwayland
X.org
Description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a use-after-free in miSyncTriggerFence() when walking the list of fences to trigger. A local user can trigger fence processing to cause a denial of service.
The issue occurs because freeing the await resource removes subsequent trigger entries from the list during iteration.