Lucene search
+L

1397 matches found

OSV
OSV
added 2024/05/10 11:7 a.m.6 views

OESA-2024-1556 xorg-x11-server-xwayland security update

Xwayland is an X server for running X clients under Wayland. %package devel Summary: Development package Requires: pkgconfig %description devel The development package provides the developmental files which are necessary for developing Wayland compositors using Xwayland. %prep %autosetup -n...

9.8CVSS7AI score0.02106EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/10 11:7 a.m.6 views

OESA-2024-1548 xorg-x11-server-xwayland security update

Xwayland is an X server for running X clients under Wayland. Security Fixes: A flaw was found in xorg-server. A specially crafted request to RRChangeProviderProperty or RRChangeOutputProperty can trigger an integer overflow which may lead to a disclosure of sensitive information.CVE-2023-6478 A...

9.8CVSS7AI score0.02106EPSS
SaveExploits0References6
Redos
Redos
added 2024/05/07 12:0 a.m.35 views

ROS-20240507-07

A vulnerability in the ProcRenderAddGlyphs function of the X Window System Xorg-server is related to the use of memory after it has been freed. Exploitation of the vulnerability could allow an attacker to execute arbitrary code using a specially crafted file Vulnerability of ProcXIPassiveGrabDevi...

7.8CVSS7.4AI score0.01843EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/04/30 4:49 p.m.4 views

xorg-x11-server: Heap buffer overread/data leakage in ProcXIPassiveGrabDevice

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

7.3CVSS5.8AI score0.00513EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 10:11 a.m.5 views

xorg-x11-server: Use-after-free bug in DestroyWindow

A use-after-free flaw was found in the xorg-x11-server. An X server crash may occur in a very specific and legacy configuration a multi-screen setup with multiple protocol screens, also known as Zaphod mode if the pointer is warped from within a window on one screen to the root window of the othe...

4.7CVSS5.8AI score0.00715EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 10:11 a.m.3 views

xorg-x11-server: heap buffer overflow in XISendDeviceHierarchyEvent

A flaw was found in X.Org server. In the XISendDeviceHierarchyEvent function, it is possible to exceed the allocated array length when certain new device IDs are added to the xXIHierarchyInfo struct. This can trigger a heap buffer overflow condition, which may lead to an application crash or remo...

7.8CVSS6.6AI score0.0142EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 10:11 a.m.7 views

xorg-x11-server: SELinux unlabeled GLX PBuffer

A flaw was found in the X.Org server. The GLX PBuffer code does not call the XACE hook when creating the buffer, leaving it unlabeled. When the client issues another request to access that resource as with a GetGeometry or when it creates another resource that needs to access that buffer, such as...

5.5CVSS5.8AI score0.00321EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 10:11 a.m.9 views

xorg-x11-server: SELinux context corruption

A flaw was found in the X.Org server. The cursor code in both Xephyr and Xwayland uses the wrong type of private at creation. It uses the cursor bits type with the cursor as private, and when initiating the cursor, that overwrites the XSELINUX context...

7.8CVSS5.8AI score0.00356EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 10:11 a.m.8 views

xorg-x11-server: Heap buffer overflow in DeviceFocusEvent and ProcXIQueryPointer

A flaw was found in X.Org server. Both DeviceFocusEvent and the XIQueryPointer reply contain a bit for each logical button currently down. Buttons can be arbitrarily mapped to any value up to 255, but the X.Org Server was only allocating space for the device's particular number of buttons, leadin...

9.8CVSS5.7AI score0.02106EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 10:11 a.m.5 views

xorg-x11-server: Out-of-bounds write in XIChangeDeviceProperty/RRChangeOutputProperty

A out-of-bounds write flaw was found in the xorg-x11-server. This issue occurs due to an incorrect calculation of a buffer offset when copying data stored in the heap in the XIChangeDeviceProperty function in Xi/xiproperty.c and in RRChangeOutputProperty function in randr/rrproperty.c, allowing f...

7.8CVSS5.9AI score0.0062EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 10:11 a.m.6 views

xorg-x11-server: out-of-bounds memory reads/writes in XKB button actions

A flaw was found in xorg-server. Querying or changing XKB button actions such as moving from a touchpad to a mouse can result in out-of-bounds memory reads and writes. This may allow local privilege escalation or possible remote code execution in cases where X11 forwarding is involved...

7.8CVSS6.4AI score0.01587EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/04/30 9:50 a.m.5 views

xorg-x11-server: SELinux unlabeled GLX PBuffer

A flaw was found in the X.Org server. The GLX PBuffer code does not call the XACE hook when creating the buffer, leaving it unlabeled. When the client issues another request to access that resource as with a GetGeometry or when it creates another resource that needs to access that buffer, such as...

5.5CVSS5.8AI score0.00321EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 9:50 a.m.6 views

xorg-x11-server: SELinux context corruption

A flaw was found in the X.Org server. The cursor code in both Xephyr and Xwayland uses the wrong type of private at creation. It uses the cursor bits type with the cursor as private, and when initiating the cursor, that overwrites the XSELINUX context...

7.8CVSS5.8AI score0.00356EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 9:50 a.m.7 views

xorg-x11-server: heap buffer overflow in XISendDeviceHierarchyEvent

A flaw was found in X.Org server. In the XISendDeviceHierarchyEvent function, it is possible to exceed the allocated array length when certain new device IDs are added to the xXIHierarchyInfo struct. This can trigger a heap buffer overflow condition, which may lead to an application crash or remo...

7.8CVSS6.6AI score0.0142EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 9:50 a.m.13 views

xorg-x11-server: Out-of-bounds write in XIChangeDeviceProperty/RRChangeOutputProperty

A out-of-bounds write flaw was found in the xorg-x11-server. This issue occurs due to an incorrect calculation of a buffer offset when copying data stored in the heap in the XIChangeDeviceProperty function in Xi/xiproperty.c and in RRChangeOutputProperty function in randr/rrproperty.c, allowing f...

7.8CVSS5.9AI score0.0062EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:50 a.m.6 views

xorg-x11-server: out-of-bounds memory reads/writes in XKB button actions

A flaw was found in xorg-server. Querying or changing XKB button actions such as moving from a touchpad to a mouse can result in out-of-bounds memory reads and writes. This may allow local privilege escalation or possible remote code execution in cases where X11 forwarding is involved...

7.8CVSS6.4AI score0.01587EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/04/30 9:50 a.m.9 views

xorg-x11-server: out-of-bounds memory read in RRChangeOutputProperty and RRChangeProviderProperty

A flaw was found in xorg-server. A specially crafted request to RRChangeProviderProperty or RRChangeOutputProperty can trigger an integer overflow which may lead to a disclosure of sensitive information...

7.6CVSS5.8AI score0.01631EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/04/30 9:50 a.m.9 views

xorg-x11-server: Heap buffer overflow in DeviceFocusEvent and ProcXIQueryPointer

A flaw was found in X.Org server. Both DeviceFocusEvent and the XIQueryPointer reply contain a bit for each logical button currently down. Buttons can be arbitrarily mapped to any value up to 255, but the X.Org Server was only allocating space for the device's particular number of buttons, leadin...

9.8CVSS5.7AI score0.02106EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/29 1:7 p.m.4 views

xorg-x11-server: Use-after-free in ProcRenderAddGlyphs

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

7.8CVSS6.1AI score0.01843EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/29 1:7 p.m.5 views

xorg-x11-server: Heap buffer overread/data leakage in ProcXIPassiveGrabDevice

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

7.3CVSS5.8AI score0.00513EPSS
SaveExploits0References4
Rows per page
Query Builder