CVE-2026-50264: Xorg-x11-server: xorg-x11-server-xwayland: xorg-x11-server: out-of-bounds heap write in dri2 drigetbuffers/drigetbufferswithformat
An out-of-bounds write flaw was found in the X.Org X server and Xwayland in DRIGetBuffers/DRIGetBuffersWithFormat. A client that requests multiple DRI2BufferBackLeft attachments and one DRI2BufferFrontLeft can trigger an out-of-bounds heap write. This may be used to crash the server, or for privilege escalation if the X server runs as root.
Security readout for executives and security teams
Plain-English summary
CVE-2026-50264 is a high-severity memory corruption flaw in X.Org X server and Xwayland. A local authenticated client can crash the graphical server and, when X runs as root, may escalate privileges. This matters most on Linux desktops, VDI, jump hosts, and servers with GUI or remote desktop components.
Executive priority
Treat as a prompt patching priority for GUI-capable Linux systems, especially multi-user or remote-access environments. It is not evidenced as actively exploited, but the privilege-escalation impact is material once an attacker has local access.
Technical view
The flaw is a CWE-787 out-of-bounds heap write in DRI2 DRIGetBuffers and DRIGetBuffersWithFormat handling. A client requesting multiple DRI2BufferBackLeft attachments plus one DRI2BufferFrontLeft can corrupt heap memory. The listed CVSS is 7.8: local attack vector, low complexity, low privileges, no user interaction, high CIA impact.
Likely exposure
Exposure is likely where affected Red Hat Enterprise Linux 7 ELS, 8, 9, 10, EUS, AUS, TUS, SAP, or related streams run xorg-x11-server, xorg-x11-server-Xwayland, or tigervnc packages.
Exploitation context
The bundle does not show CISA KEV listing or active exploitation. Exploitation requires a local client context, so internet-wide remote scanning is not the primary risk. The practical concern is privilege escalation after local access or compromise of a GUI session.
Researcher notes
Focus validation on package presence, graphical session exposure, and whether X runs with elevated privileges. The public bundle describes the trigger class but does not provide exploit maturity, exploit availability, or vendor-independent mitigation detail beyond Red Hat advisories.
Mitigation direction
Apply the relevant Red Hat RHSA updates for affected packages.
Prioritize desktops, VDI, jump hosts, and remote GUI servers.
Inventory xorg-x11-server, Xwayland, and tigervnc package versions.
Remove or disable unnecessary GUI and remote desktop components.
For non-Red Hat builds, check the vendor’s X.Org or Xwayland guidance.
Validation and detection
Confirm whether affected packages are installed on each Linux asset.
Compare installed package versions against the Red Hat affected-version list.
Check whether systems run Xorg, Xwayland, TigerVNC, or GUI sessions.
Verify applicable RHSA advisories are installed through patch management.
Track exceptions for systems that cannot be updated promptly.
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-787: 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.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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.
2CVSS vectors
7Timeline events
2ADP providers
27Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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-787 · source CWE mapping
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.