CVE-2025-26596: Xorg: xwayland: heap overflow in xkbwritekeysyms()
A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySyms() differs from what is written in XkbWriteKeySyms(), which may lead to a heap-based buffer overflow.
Security readout for executives and security teams
Plain-English summary
CVE-2025-26596 is a memory corruption flaw in X.Org and Xwayland. A local authenticated user could potentially crash or compromise a graphical server process, with high impact to confidentiality, integrity, and availability. Treat this as important for Linux desktops, VDI, and GUI-enabled servers.
Executive priority
High priority for Linux estates with desktops, VDI, VNC, or shared graphical systems. This is not shown as remotely exploitable from the supplied evidence, but the potential impact is high once a local user has access.
Technical view
The flaw is a heap-based buffer overflow, CWE-787, caused by inconsistent length computation between XkbSizeKeySyms() and XkbWriteKeySyms(). The supplied CVSS 3.1 vector is 7.8 high: local attack, low complexity, low privileges, no user interaction, and high CIA impact.
Likely exposure
Exposure is most likely on systems running affected X.Org, Xwayland, or TigerVNC packages, especially listed Red Hat Enterprise Linux streams and Debian LTS environments. Internet-facing exposure is not established by the supplied sources; the CVSS vector indicates local access is required.
Exploitation context
The bundle does not identify active exploitation, public exploit use, or CISA KEV listing. Practical risk is highest where untrusted or many users can access graphical sessions, remote desktop services, or multi-user Linux systems with vulnerable packages installed.
Researcher notes
Do not infer broader product impact beyond X.Org, Xwayland, TigerVNC, and named vendor packages in the bundle. The sources support a heap overflow and high CVSS rating, but do not provide exploit telemetry or weaponized details.
Mitigation direction
Apply relevant vendor security updates from Red Hat, Debian, or your distribution vendor.
Prioritize GUI servers, VDI hosts, remote desktop systems, and multi-user Linux environments.
Restrict local account access to affected systems until updates are applied.
Check vendor guidance before applying non-vendor workarounds or backports.
Restart affected graphical sessions or services after package updates where required.
Validation and detection
Inventory xorg-x11-server, xorg-x11-server-Xwayland, and tigervnc packages across Linux hosts.
Compare installed package versions against the listed Red Hat errata and distribution advisories.
Confirm vulnerability scanners map findings to CVE-2025-26596 and affected package names.
Verify updated packages are installed after remediation.
Review logs for unusual Xorg, Xwayland, or VNC crashes, without treating crashes as proof of exploitation.
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.
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-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.