X.Org Xwayland vulnerabilities

47 known vulnerabilities affecting x.org/xwayland.

Total CVEs
47
CISA KEV
0
Public exploits
0
Exploited in wild
1
Severity breakdown
CRITICAL1HIGH40MEDIUM6

Vulnerabilities

Page 1 of 3
CVE-2025-62231HIGHCVSS 7.3fixed in 24.1.92025-10-30
CVE-2025-62231 [HIGH] CWE-190 CVE-2025-62231: A flaw was identified in the X.Org X server’s X Keyboard (Xkb) extension where improper bounds check 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.
cvelistv5nvdosv
CVE-2025-62229HIGHCVSS 7.3≥ 1.15.0, < 24.1.92025-10-30
CVE-2025-62229 [HIGH] CWE-416 CVE-2025-62229: A flaw was found in the X.Org X server and Xwayland when processing X11 Present extension notificati 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 s
cvelistv5nvdosv
CVE-2025-62230HIGHCVSS 7.3fixed in 24.1.92025-10-30
CVE-2025-62230 [HIGH] CWE-416 CVE-2025-62230: A flaw was discovered in the X.Org X server’s X Keyboard (Xkb) extension when handling client resour 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.
cvelistv5nvdosv
CVE-2025-49179HIGHCVSS 7.3fixed in 24.1.72025-06-17
CVE-2025-49179 [HIGH] CWE-190 CVE-2025-49179: A flaw was found in the X Record extension. The RecordSanityCheckRegisterClients function does not c A flaw was found in the X Record extension. The RecordSanityCheckRegisterClients function does not check for an integer overflow when computing request length, which allows a client to bypass length checks.
cvelistv5nvdosv
CVE-2025-49180HIGHCVSS 7.8fixed in 24.1.72025-06-17
CVE-2025-49180 [HIGH] CWE-190 CVE-2025-49180: A flaw was found in the RandR extension, where the RRChangeProviderProperty function does not proper A flaw was found in the RandR extension, where the RRChangeProviderProperty function does not properly validate input. This issue leads to an integer overflow when computing the total size to allocate.
cvelistv5nvdosv
CVE-2025-49176HIGHCVSS 7.3fixed in 24.1.72025-06-17
CVE-2025-49176 [HIGH] CWE-190 CVE-2025-49176: A flaw was found in the Big Requests extension. The request length is multiplied by 4 before checkin A flaw was found in the Big Requests extension. The request length is multiplied by 4 before checking against the maximum allowed size, potentially causing an integer overflow and bypassing the size check.
cvelistv5nvdosv
CVE-2025-49177MEDIUMCVSS 6.1fixed in 24.1.72025-06-17
CVE-2025-49177 [MEDIUM] CWE-200 CVE-2025-49177: A flaw was found in the XFIXES extension. The XFixesSetClientDisconnectMode handler does not validat A flaw was found in the XFIXES extension. The XFixesSetClientDisconnectMode handler does not validate the request length, allowing a client to read unintended memory from previous requests.
cvelistv5nvdosv
CVE-2025-49175MEDIUMCVSS 6.1fixed in 24.1.82025-06-17
CVE-2025-49175 [MEDIUM] CWE-125 CVE-2025-49175: A flaw was found in the X Rendering extension's handling of animated cursors. If a client provides n A flaw was found in the X Rendering extension's handling of animated cursors. If a client provides no cursors, the server assumes at least one is present, leading to an out-of-bounds read and potential crash.
cvelistv5nvdosv
CVE-2025-49178MEDIUMCVSS 5.5fixed in 24.1.72025-06-17
CVE-2025-49178 [MEDIUM] CWE-667 CVE-2025-49178: A flaw was found in the X server's request handling. Non-zero 'bytes to ignore' in a client's reques A flaw was found in the X server's request handling. Non-zero 'bytes to ignore' in a client's request can cause the server to skip processing another client's request, potentially leading to a denial of service.
cvelistv5nvdosv
CVE-2025-26599HIGHCVSS 7.8fixed in 24.1.62025-02-25
CVE-2025-26599 [HIGH] CWE-824 CVE-2025-26599: An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRe An access to an uninitialized pointer flaw was found in X.Org and Xwayland. The function compCheckRedirect() may fail if it cannot allocate the backing pixmap. In that case, compRedirectWindow() will return a BadAlloc error without validating the window tree marked just before, which leaves the validated data partly initialized and the use of an unini
nvdosv
CVE-2025-26597HIGHCVSS 7.8fixed in 24.1.62025-02-25
CVE-2025-26597 [HIGH] CWE-119 CVE-2025-26597: A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 A buffer overflow flaw was found in X.Org and Xwayland. If XkbChangeTypesOfKey() is called with a 0 group, it will resize the key symbols table to 0 but leave the key actions unchanged. If the same function is later called with a non-zero value of groups, this will cause a buffer overflow because the key actions are of the wrong size.
nvdosv
CVE-2025-26600HIGHCVSS 7.8fixed in 24.1.62025-02-25
CVE-2025-26600 [HIGH] CWE-416 CVE-2025-26600: A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, A use-after-free flaw was found in X.Org and Xwayland. When a device is removed while still frozen, the events queued for that device remain while the device is freed. Replaying the events will cause a use-after-free.
nvdosv
CVE-2025-26594HIGHCVSS 7.8fixed in 24.1.62025-02-25
CVE-2025-26594 [HIGH] CWE-416 CVE-2025-26594: A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to freed memory and causes a use-after-free.
nvdosv
CVE-2025-26596HIGHCVSS 7.8fixed in 24.1.62025-02-25
CVE-2025-26596 [HIGH] CWE-787 CVE-2025-26596: A heap overflow flaw was found in X.Org and Xwayland. The computation of the length in XkbSizeKeySym 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.
nvdosv
CVE-2025-26601HIGHCVSS 7.8fixed in 24.1.62025-02-25
CVE-2025-26601 [HIGH] CWE-416 CVE-2025-26601: A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the cha A use-after-free flaw was found in X.Org and Xwayland. When changing an alarm, the values of the change mask are evaluated one after the other, changing the trigger values as requested, and eventually, SyncInitTrigger() is called. If one of the changes triggers an error, the function will return early, not adding the new sync object, possibly causing
nvdosv
CVE-2025-26598HIGHCVSS 7.8fixed in 24.1.62025-02-25
CVE-2025-26598 [HIGH] CWE-787 CVE-2025-26598: An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searche An out-of-bounds write flaw was found in X.Org and Xwayland. The function GetBarrierDevice() searches for the pointer device based on its device ID and returns the matching value, or supposedly NULL, if no match was found. However, the code will return the last element of the list if no matching device ID is found, which can lead to out-of-bounds memo
nvdosv
CVE-2025-26595HIGHCVSS 7.8fixed in 24.1.62025-02-25
CVE-2025-26595 [HIGH] CWE-121 CVE-2025-26595: A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fi A buffer overflow flaw was found in X.Org and Xwayland. The code in XkbVModMaskText() allocates a fixed-sized buffer on the stack and copies the names of the virtual modifiers to that buffer. The code fails to check the bounds of the buffer and would copy the data regardless of the size.
nvdosv
CVE-2024-9632HIGHCVSS 7.8≥ 0, < 2:24.1.4-12024-10-30
CVE-2024-9632 [HIGH] CVE-2024-9632: A flaw was found in the X A flaw was found in the X.org server. Due to improperly tracked allocation size in _XkbSetCompatMap, a local attacker may be able to trigger a buffer overflow condition via a specially crafted payload, leading to denial of service or local privilege escalation in distributions where the X.org server is run with root privileges.
osv
CVE-2024-31080HIGHCVSS 7.3≥ 0, < 2:22.1.1-1ubuntu0.132024-04-09
CVE-2024-31080 [HIGH] xorg-server, xwayland regression xorg-server, xwayland regression USN-6721-1 fixed vulnerabilities in X.Org X Server. That fix was incomplete resulting in a regression. This update fixes the problem. We apologize for the inconvenience. Original advisory details: It was discovered that X.Org X Server incorrectly handled certain data. An attacker could possibly use this issue to expose sensitive information. (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082) It was discove
osv
CVE-2024-31083HIGHCVSS 7.8≥ 0, < 2:23.2.6-12024-04-05
CVE-2024-31083 [HIGH] CVE-2024-31083: A use-after-free vulnerability was found in the ProcRenderAddGlyphs() function of Xorg servers A use-after-free vulnerability was found in the ProcRenderAddGlyphs() function of Xorg servers. This issue occurs when AllocateGlyph() is called to store new glyphs sent by the client to the X server, potentially resulting in multiple entries pointing to the same non-refcounted glyphs. Consequently, ProcRenderAddGlyphs() may free a glyph, leading to a use-after-fre
osv