CVE-2026-33999: Xorg: xwayland: x.org x server: denial of service via integer underflow in xkb compatibility map handling
A flaw was found in the X.Org X server. This integer underflow vulnerability, specifically in the XKB compatibility map handling, allows an attacker with local or remote X11 server access to trigger a buffer read overrun. This can lead to memory-safety violations and potentially a denial of service (DoS) or other severe impacts.
Security readout for executives and security teams
Plain-English summary
This flaw affects X.Org/Xwayland handling of keyboard compatibility data. An attacker who already has local or remote access to an X11 server could trigger memory-safety errors, potentially crashing display services and, per the CVSS impact ratings, risking broader confidentiality, integrity, and availability impact.
Executive priority
Treat as high priority for Linux desktop, VDI, VNC, and administrative jump-host environments. The business concern is disruption or memory-safety impact in graphical access services, especially where many users share display infrastructure.
Technical view
CVE-2026-33999 is a CWE-191 integer underflow in XKB compatibility map handling. The source bundle says it can cause a buffer read overrun in X.Org X server components, including Xwayland and related Red Hat xorg-x11-server and tigervnc packages. CVSS is 7.8, AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Likely exposure
Exposure is most likely on affected Red Hat Enterprise Linux systems running listed xorg-x11-server, xorg-x11-server-Xwayland, or tigervnc packages. Risk is higher on multi-user desktops, VNC environments, or systems allowing remote X11 server access.
Exploitation context
The bundle does not show CISA KEV listing and provides no evidence of active exploitation. Attackers need access to the X11 server context, so this is not described as unauthenticated internet exploitation. Public technical detail is limited in the provided sources.
Researcher notes
The key constraint is attacker access to the X11 server. Focus triage on reachable X11/VNC surfaces and package lineage. The provided material does not include proof-of-concept details, exploit telemetry, or precise fixed package versions beyond Red Hat advisory references.
Mitigation direction
Review the applicable Red Hat RHSA advisory for each affected RHEL stream.
Apply vendor-provided updates for xorg-x11-server, Xwayland, or tigervnc where applicable.
Restrict remote X11 and VNC access to trusted users and networks.
Prioritize shared graphical systems and remote desktop hosts before single-user workstations.
Validation and detection
Inventory installed xorg-x11-server, xorg-x11-server-Xwayland, and tigervnc package versions.
Map each host to its RHEL major, minor, EUS, AUS, TUS, or ELS channel.
Compare installed package builds against the affected versions in the CVE bundle.
Confirm applicable Red Hat errata are installed through standard package management records.
Check whether remote X11 or VNC access is enabled on exposed systems.
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-191: 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.
2CVSS vectors
7Timeline events
2ADP providers
39Source 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-191 · source CWE mapping
Integer Underflow (Wrap or Wraparound)
Integer Underflow (Wrap or Wraparound) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.