CVE-2025-26599: Xorg: xwayland: use of uninitialized pointer in compredirectwindow()
An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an uninitialized pointer later.
Security readout for executives and security teams
Plain-English summary
This is a local vulnerability in X.Org/Xwayland-related graphics components. A logged-in local user could trigger a memory-handling flaw that may affect confidentiality, integrity, and availability. It matters most on Linux systems that provide graphical sessions, Xwayland compatibility, or TigerVNC remote desktops.
Executive priority
Treat as high priority for Linux graphical and remote desktop environments. It is not evidenced as actively exploited in the provided sources, but the potential impact is broad on systems where local users or remote desktop users can access Xorg, Xwayland, or TigerVNC sessions.
Technical view
The flaw is an uninitialized pointer use in compRedirectWindow(). If compCheckRedirect() cannot allocate a backing pixmap, BadAlloc is returned after window-tree state was partly marked, leaving partially initialized data that may be used later. CVSS 3.1 is 7.8: local, low complexity, low privilege, no user interaction, high CIA impact.
Likely exposure
Exposure is most likely on affected Red Hat Enterprise Linux 6 ELS, 7 ELS, 8, 9, 10 and extended update streams with xorg-x11-server, xorg-x11-server-Xwayland, or tigervnc packages. Debian LTS also published an announcement. Headless systems without these components are likely less exposed.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. The CVSS vector indicates local exploitation requiring low privileges, not a remote unauthenticated attack. Public sources here do not provide exploit maturity details.
Researcher notes
Evidence is strongest for the flaw class, CVSS vector, and affected Red Hat package streams. The provided sources do not include exploit code, active exploitation confirmation, or low-level patch mechanics. Validate distribution-specific fixed builds through the cited errata rather than assuming upstream version boundaries.
Mitigation direction
Apply relevant vendor security updates from Red Hat or Debian LTS channels.
Prioritize graphical workstations, shared Linux servers, VDI, jump hosts, and TigerVNC systems.
Check vendor advisories for fixed package versions before making remediation claims.
Reduce access to local graphical or VNC sessions where patching is delayed.
Track unsupported or extended lifecycle systems separately for update availability.
Validation and detection
Inventory hosts with xorg-x11-server, xorg-x11-server-Xwayland, and tigervnc installed.
Compare installed package builds against the affected versions in vendor advisories.
Confirm update channels include the relevant RHEL ELS, EUS, AUS, TUS, or E4S stream.
Review Debian LTS coverage if Debian-based systems use affected X.Org components.
Verify patched systems have restarted affected graphical or VNC services.
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-824: 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
19Source 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-824 · source CWE mapping
Access of Uninitialized Pointer
Access of Uninitialized Pointer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.