Lucene search
+L

5305 matches found

Tenable Nessus
Tenable Nessus
added 2025/03/20 12:00 a.m.16 views

Azure Linux 3.0 Security Update: xorg-x11-server / xorg-x11-server-Xwayland (CVE-2025-26599)

The version of xorg-x11-server / xorg-x11-server-Xwayland installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-26599 advisory. - An access to an uninitialized pointer flaw was found in X.Org and...

7.8CVSS7.3AI score0.00397EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/19 12:00 a.m.9 views

RockyLinux 9 : xorg-x11-server (RLSA-2024:9122)

The remote RockyLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2024:9122 advisory. xorg-x11-server: Heap buffer overread/data leakage in ProcXIGetSelectedEvents CVE-2024-31080 xorg-x11-server: Heap buffer overread/data leakage in...

7.8CVSS7.4AI score0.01859EPSS
SaveExploits0References7
Rockylinux
Rockylinux
added 2025/03/17 8:16 p.m.11 views

xorg-x11-proto-devel bug fix and enhancement update

An update is available for xorg-x11-proto-devel. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list For detailed information on changes in this release, see the Roc...

6.8AI score
SaveExploits0
Rockylinux
Rockylinux
added 2025/03/17 8:16 p.m.11 views

xorg-x11-server security update

An update is available for xorg-x11-server. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list X.Org is an open-source implementation of the X Window System. It...

7.8CVSS7.8AI score0.01859EPSS
SaveExploits0
Rockylinux
Rockylinux
added 2025/03/17 8:16 p.m.12 views

xorg-x11-server-Xwayland security update

An update is available for xorg-x11-server-Xwayland. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Xwayland is an X server for running X clients under Wayland...

7.8CVSS7.8AI score0.01859EPSS
SaveExploits0
OSV
OSV
added 2025/03/17 10:04 a.m.16 views

RHSA-2025:2879 Red Hat Security Advisory: xorg-x11-server security update

Bulletin has no description...

7.8CVSS7.7AI score0.00435EPSS
SaveExploits0References35
RedHat Linux
RedHat Linux
added 2025/03/17 4:23 a.m.14 views

xorg: xwayland: Use of uninitialized pointer in compRedirectWindow()

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

7.8CVSS5.7AI score0.00397EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 4:23 a.m.14 views

xorg: xwayland: Out-of-bounds write in CreatePointerBarrierClient()

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

7.8CVSS5.8AI score0.00397EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 4:23 a.m.9 views

xorg: xwayland: Heap overflow in XkbWriteKeySyms()

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

7.8CVSS6.2AI score0.00429EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 3:17 a.m.14 views

xorg: xwayland: Out-of-bounds write in CreatePointerBarrierClient()

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

7.8CVSS5.8AI score0.00397EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 3:17 a.m.18 views

xorg: xwayland: Use-after-free in SyncInitTrigger()

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

7.8CVSS5.7AI score0.00386EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 1:49 a.m.12 views

xorg: xwayland: Use-after-free in PlayReleasedEvents()

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

7.8CVSS5.7AI score0.00386EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 1:48 a.m.23 views

Xorg: xwayland: Buffer overflow in XkbVModMaskText()

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

7.8CVSS6AI score0.00429EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 1:48 a.m.24 views

xorg: xwayland: Out-of-bounds write in CreatePointerBarrierClient()

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

7.8CVSS5.8AI score0.00397EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 1:39 a.m.14 views

xorg: xwayland: Out-of-bounds write in CreatePointerBarrierClient()

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

7.8CVSS5.8AI score0.00397EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 1:39 a.m.9 views

xorg: xwayland: Use-after-free in PlayReleasedEvents()

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

7.8CVSS5.7AI score0.00386EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 1:39 a.m.18 views

xorg: xwayland: Use of uninitialized pointer in compRedirectWindow()

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

7.8CVSS5.7AI score0.00397EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 1:39 a.m.12 views

xorg: xwayland: Out-of-bounds write in CreatePointerBarrierClient()

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

7.8CVSS5.8AI score0.00397EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 1:39 a.m.18 views

xorg: xwayland: Use of uninitialized pointer in compRedirectWindow()

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

7.8CVSS5.7AI score0.00397EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/03/17 1:34 a.m.8 views

xorg: xwayland: Buffer overflow in XkbChangeTypesOfKey()

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 t...

7.8CVSS6AI score0.00435EPSS
SaveExploits0References4
Rows per page
Query Builder