VYPR

rpm package

almalinux/xorg-x11-server-Xwayland-devel

pkg:rpm/almalinux/xorg-x11-server-Xwayland-devel

Vulnerabilities (24)

  • CVE-2026-34003HigApr 23, 2026
    affected < 24.1.5-6.el10_1fixed 24.1.5-6.el10_1

    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 s

  • CVE-2026-34001HigApr 23, 2026
    affected < 24.1.5-6.el10_1fixed 24.1.5-6.el10_1

    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 cr

  • CVE-2026-33999HigApr 23, 2026
    affected < 24.1.5-6.el10_1fixed 24.1.5-6.el10_1

    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

  • CVE-2025-62230HigOct 30, 2025
    affected < 24.1.5-5.el10_0fixed 24.1.5-5.el10_0

    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 cr

  • CVE-2025-62229HigOct 30, 2025
    affected < 24.1.5-5.el10_0fixed 24.1.5-5.el10_0

    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, potentia

  • CVE-2025-62231HigOct 30, 2025
    affected < 24.1.5-5.el10_0fixed 24.1.5-5.el10_0

    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

  • CVE-2025-49180HigJun 17, 2025
    affected < 23.2.7-4.el9_6fixed 23.2.7-4.el9_6

    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.

  • CVE-2025-49179HigJun 17, 2025
    affected < 23.2.7-4.el9_6fixed 23.2.7-4.el9_6

    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.

  • CVE-2025-49178MedJun 17, 2025
    affected < 23.2.7-4.el9_6fixed 23.2.7-4.el9_6

    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.

  • CVE-2025-49177MedJun 17, 2025
    affected < 24.1.5-4.el10_0fixed 24.1.5-4.el10_0

    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.

  • CVE-2025-49176HigJun 17, 2025
    affected < 23.2.7-4.el9_6fixed 23.2.7-4.el9_6

    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.

  • CVE-2025-49175MedJun 17, 2025
    affected < 23.2.7-4.el9_6fixed 23.2.7-4.el9_6

    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.

  • CVE-2025-26601HigFeb 25, 2025
    affected < 23.2.7-3.el9_6fixed 23.2.7-3.el9_6

    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 func

  • CVE-2025-26600HigFeb 25, 2025
    affected < 23.2.7-3.el9_6fixed 23.2.7-3.el9_6

    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.

  • CVE-2025-26599HigFeb 25, 2025
    affected < 23.2.7-3.el9_6fixed 23.2.7-3.el9_6

    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, w

  • CVE-2025-26598HigFeb 25, 2025
    affected < 23.2.7-3.el9_6fixed 23.2.7-3.el9_6

    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 lis

  • CVE-2025-26597HigFeb 25, 2025
    affected < 23.2.7-3.el9_6fixed 23.2.7-3.el9_6

    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

  • CVE-2025-26596HigFeb 25, 2025
    affected < 23.2.7-3.el9_6fixed 23.2.7-3.el9_6

    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.

  • CVE-2025-26595HigFeb 25, 2025
    affected < 23.2.7-3.el9_6fixed 23.2.7-3.el9_6

    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 t

  • CVE-2025-26594HigFeb 25, 2025
    affected < 23.2.7-3.el9_6fixed 23.2.7-3.el9_6

    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.

Page 1 of 2