Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2025:0733-1

Опубликовано: 26 фев. 2025
Источник: suse-cvrf

Описание

Security update for xorg-x11-server

This update for xorg-x11-server fixes the following issues:

  • CVE-2025-26594: Use-after-free of the root cursor (bsc#1237427).
  • CVE-2025-26595: Buffer overflow in XkbVModMaskText() (bsc#1237429).
  • CVE-2025-26596: Heap overflow in XkbWriteKeySyms() (bsc#1237430).
  • CVE-2025-26597: Buffer overflow in XkbChangeTypesOfKey() (bsc#1237431).
  • CVE-2025-26598: Out-of-bounds write in CreatePointerBarrierClient() (bsc#1237432).
  • CVE-2025-26599: Use of uninitialized pointer in compRedirectWindow() (bsc#1237433).
  • CVE-2025-26600: Use-after-free in PlayReleasedEvents() (bsc#1237434).
  • CVE-2025-26601: Use-after-free in SyncInitTrigger() (bsc#1237435).

Список пакетов

SUSE Enterprise Storage 7.1
xorg-x11-server-1.20.3-150200.22.5.102.1
xorg-x11-server-extra-1.20.3-150200.22.5.102.1
xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS
xorg-x11-server-1.20.3-150200.22.5.102.1
xorg-x11-server-extra-1.20.3-150200.22.5.102.1
xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise Server 15 SP3-LTSS
xorg-x11-server-1.20.3-150200.22.5.102.1
xorg-x11-server-extra-1.20.3-150200.22.5.102.1
xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise Server for SAP Applications 15 SP3
xorg-x11-server-1.20.3-150200.22.5.102.1
xorg-x11-server-extra-1.20.3-150200.22.5.102.1
xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise Workstation Extension 15 SP6
xorg-x11-server-wayland-1.20.3-150200.22.5.102.1

Описание

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.


Затронутые продукты
SUSE Enterprise Storage 7.1:xorg-x11-server-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-extra-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xorg-x11-server-1.20.3-150200.22.5.102.1

Ссылки

Описание

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.


Затронутые продукты
SUSE Enterprise Storage 7.1:xorg-x11-server-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-extra-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xorg-x11-server-1.20.3-150200.22.5.102.1

Ссылки

Описание

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.


Затронутые продукты
SUSE Enterprise Storage 7.1:xorg-x11-server-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-extra-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xorg-x11-server-1.20.3-150200.22.5.102.1

Ссылки

Описание

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.


Затронутые продукты
SUSE Enterprise Storage 7.1:xorg-x11-server-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-extra-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xorg-x11-server-1.20.3-150200.22.5.102.1

Ссылки

Описание

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 memory access.


Затронутые продукты
SUSE Enterprise Storage 7.1:xorg-x11-server-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-extra-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xorg-x11-server-1.20.3-150200.22.5.102.1

Ссылки

Описание

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 uninitialized pointer later.


Затронутые продукты
SUSE Enterprise Storage 7.1:xorg-x11-server-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-extra-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xorg-x11-server-1.20.3-150200.22.5.102.1

Ссылки

Описание

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.


Затронутые продукты
SUSE Enterprise Storage 7.1:xorg-x11-server-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-extra-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xorg-x11-server-1.20.3-150200.22.5.102.1

Ссылки

Описание

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 a use-after-free when the alarm eventually triggers.


Затронутые продукты
SUSE Enterprise Storage 7.1:xorg-x11-server-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-extra-1.20.3-150200.22.5.102.1
SUSE Enterprise Storage 7.1:xorg-x11-server-sdk-1.20.3-150200.22.5.102.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xorg-x11-server-1.20.3-150200.22.5.102.1

Ссылки
Уязвимость SUSE-SU-2025:0733-1