CVE-2025-26600: Xorg: xwayland: use-after-free in playreleasedevents()
A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.
Security readout for executives and security teams
Plain-English summary
CVE-2025-26600 is a local memory-safety flaw in X.Org/Xwayland. A signed-in local user or local process could potentially abuse mishandled queued input events after a device is removed, leading to full confidentiality, integrity, and availability impact on an affected system.
Executive priority
Treat as a high-priority workstation and shared-server patching issue, not an internet-edge emergency. The business concern is local privilege-driven compromise on graphical or VNC-capable Linux systems if updates lag.
Technical view
The flaw is a CWE-416 use-after-free in playreleasedevents(). If a device is removed while frozen, queued events remain after the device object is freed. Replaying those events can reference freed memory. The supplied CVSS is 7.8: local, low complexity, low privileges, no user interaction, high CIA impact.
Likely exposure
Exposure is most likely on Linux systems running affected Xorg, Xwayland, or TigerVNC packages, especially the listed Red Hat Enterprise Linux streams. This is not described as remotely exploitable over the network by itself.
Exploitation context
The bundle does not show CISA KEV listing or cited active exploitation. The attack vector is local with low privileges, so risk is highest on multi-user systems, shared desktops, VNC environments, and workloads where untrusted users can run local code.
Researcher notes
Evidence supports a local use-after-free with high impact and broad package exposure across listed Red Hat streams. The bundle does not provide exploit details, proof-of-concept status, or a universal upstream fixed version, so validation should stay vendor-package specific.
Mitigation direction
Apply the relevant vendor security updates for affected Xorg, Xwayland, or TigerVNC packages.
Prioritize shared Linux desktops, VNC hosts, and systems with untrusted local users.
Check Red Hat errata for the exact fixed package for each RHEL stream.
Consult Debian, NetApp, or other vendor guidance where those products are in scope.
Validation and detection
Inventory installed xorg-x11-server, xorg-x11-server-Xwayland, tigervnc, and xserver packages.
Map package versions to the affected versions listed in vendor advisories.
Confirm the vendor-fixed packages are installed after update deployment.
Review endpoint and server scope for local interactive users or VNC access.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
5Timeline events
2ADP providers
20Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.