Name
xserver-xorg
Version
21.1.18
Type
library
Description
The X.Org X server
Licenses
MIT
PURL
-
CPE
cpe:2.3:*:*:xserver-xorg:21.1.18:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
present: Fix use-after-free in present_create_notifies()
Olivier Fourdan <ofourdan@redhat.com>
CVE-2025-62229
2
xkb: Free the XKB resource when freeing XkbInterest
Olivier Fourdan <ofourdan@redhat.com>
CVE-2025-62230
3
xkb: Add more _XkbCheckRequestBounds()
Olivier Fourdan <ofourdan@redhat.com>
CVE-2026-34003
4
xkb: fix buffer re-use in _XkbSetCompatMap
Peter Harris <pharris2@rocketsoftware.com>
CVE-2026-33999
5
xkb: Prevent overflow in XkbSetCompatMap()
Olivier Fourdan <ofourdan@redhat.com>
CVE-2025-62231
6
miext/sync: Fix use-after-free in miSyncTriggerFence()
Olivier Fourdan <ofourdan@redhat.com>
CVE-2026-34001
7
xf86pciBus.c: use Intel ddx only for pre-gen4 hardware
California Sullivan <california.l.sullivan@intel.com>
8
xkb: Make the RT_XKBCLIENT resource private
Olivier Fourdan <ofourdan@redhat.com>
CVE-2025-62230
9
xkb: Add additional bound checking in CheckKeyTypes()
Olivier Fourdan <ofourdan@redhat.com>
CVE-2026-34003
10
xkb: Fix bounds check in _CheckSetGeom()
Olivier Fourdan <ofourdan@redhat.com>
CVE-2026-34000
11
xkb: Fix out-of-bounds read in CheckModifierMap()
Olivier Fourdan <ofourdan@redhat.com>
CVE-2026-34002
Vulnerabilities#
Name
Analysis
Description
Patched
A flaw was found in the X.Org X server's XKB key types request validation. A local attacker could send a specially crafted request to the X server, leading to an out-of-bounds memory access vulnerability. This could result in the disclosure of sensitive information or cause the server to crash, leading to a Denial of Service (DoS). In certain configurations, higher impact outcomes may be possible.
Patched
A flaw was found in the X.Org X server. This vulnerability, an out-of-bounds read, affects the XKB (X Keyboard Extension) modifier map handling. An attacker with access to the X11 server can exploit this by sending a malformed request, which causes the server to read beyond its intended memory boundaries. This can lead to the exposure of sensitive information or cause the server to crash, resulting in a denial of service.
Patched
A flaw was found in the X.Org X server. This use-after-free vulnerability occurs in the XSYNC fence triggering logic, specifically within the miSyncTriggerFence() function. An attacker with access to the X11 server can exploit this without user interaction, leading to a server crash and potentially enabling memory corruption. This could result in a denial of service or further compromise of the system.
Patched
A flaw was found in the X.Org X server. This out-of-bounds read vulnerability in the XKB geometry processing, specifically within the `CheckSetGeom()` and `XkbAddGeomKeyAlias` functions, allows an attacker to read uninitialized or out-of-bounds memory. An attacker with a connection to the X11 server, either locally or remotely, can exploit this without user interaction. This could lead to the disclosure of memory contents or cause a denial of service by crashing the server.
Patched
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.
Patched
A flaw was identified in the X.Org X server’s X Keyboard (Xkb) extension where improper bounds checking in the XkbSetCompatMap() function can cause an unsigned short overflow. If an attacker sends specially crafted input data, the value calculation may overflow, leading to memory corruption or a crash.
Patched
A flaw was discovered in the X.Org X server’s X Keyboard (Xkb) extension when handling client resource cleanup. The software frees certain data structures without properly detaching related resources, leading to a use-after-free condition. This can cause memory corruption or a crash when affected clients disconnect.
Patched
A flaw was found in the X.Org X server and Xwayland when processing X11 Present extension notifications. Improper error handling during notification creation can leave dangling pointers that lead to a use-after-free condition. This can cause memory corruption or a crash, potentially allowing an attacker to execute arbitrary code or cause a denial of service.