CVE-2026-50260: Xorg-x11-server: xorg-x11-server-xwayland: xorg-x11-server: use-after-free in freecounter()
A use-after-free flaw was found in the X.Org X server and Xwayland in FreeCounter(). A client that sets up multiple SyncCounters and awaits on those triggers can trigger a use-after-free when destroying those counters via a second client connection. 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-50260 is a local flaw in X.Org X server and Xwayland. A logged-in client can trigger memory misuse that may crash the graphical server, and could become privilege escalation if the X server runs as root.
Executive priority
Treat as high priority for Linux desktop, VDI, VNC, and shared administrative systems. It is less urgent for headless servers without affected graphical components, but still needs inventory confirmation and normal patch governance.
Technical view
The issue is a CWE-416 use-after-free in FreeCounter(). Multiple SyncCounters and trigger waits can be abused across client connections when counters are destroyed. Red Hat rates it high with CVSS 7.8, local attack vector, low complexity, low privileges, no user interaction, and high CIA impact.
Likely exposure
Exposure is mainly Red Hat systems using affected xorg-x11-server, xorg-x11-server-Xwayland, or tigervnc packages across listed RHEL 7 ELS, 8, 9, and 10 streams. Risk is higher on multi-user graphical hosts, VNC environments, and systems where Xorg runs as root.
Exploitation context
The source bundle marks KEV as false and provides no evidence of active exploitation. Exploitation requires local low-privileged client access, not remote unauthenticated access. Expected impact is denial of service, with privilege escalation possible only under the stated root-running X server condition.
Researcher notes
Focus validation on local X client access, SyncCounter-related code paths, and whether the target X server has elevated privileges. Evidence supports crash and conditional privilege escalation risk, but the bundle does not include exploit maturity or proof-of-concept details.
Mitigation direction
Apply the applicable Red Hat RHSA updates for affected packages.
Prioritize multi-user graphical hosts, VNC systems, and admin workstations.
Restrict untrusted local graphical or VNC access until updates are applied.
Check Red Hat advisories for stream-specific package guidance.
Validation and detection
Inventory RHEL hosts and affected xorg-x11-server, Xwayland, and tigervnc packages.
Map each host to the applicable Red Hat product stream and RHSA advisory.
Determine whether Xorg runs as root on exposed systems.
Confirm patched hosts no longer match affected package versions.
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.
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-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.