Logo
componentxwayland
Name
xwayland
Version
24.1.13
Type
library
Description
-
Licenses
MIT
PURL
-
CPE
cpe:2.3:a:x.org:xwayland:24.1.13:-:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
2025.02.x
24.1.13

Patches#


#
Title
Author
Resolve
1
include/misc.h: fix uClibc build
Bernd Kuhls <bernd.kuhls@t-online.de>

Vulnerabilities#


Name
Analysis
Description
Exploitable
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-free scenario when the same glyph pointer is subsequently accessed. This flaw allows an authenticated attacker to execute arbitrary code on the system by sending a specially crafted request.
Exploitable
A heap-based buffer over-read vulnerability was found in the X.org server's ProcXIPassiveGrabDevice() function. This issue occurs when byte-swapped length values are used in replies, potentially leading to memory leakage and segmentation faults, particularly when triggered by a client with a different endianness. This vulnerability could be exploited by an attacker to cause the X server to read heap memory values and then transmit them back to the client until encountering an unmapped page, resulting in a crash. Despite the attacker's inability to control the specific memory copied into the replies, the small length values typically stored in a 32-bit integer can result in significant attempted out-of-bounds reads.
Exploitable
A heap buffer overflow flaw was found in the DisableDevice function in the X.Org server. This issue may lead to an application crash or, in some circumstances, remote code execution in SSH X11 forwarding environments.