Approved changes feed: RSS · Atom
cpe:2.3:a:x.org:x_server:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | X.Org (4cd053ee-09df-594a-873d-dbd09ec2f899) |
|---|---|
| Product | X Server (886aecb6-f1b2-5d3d-bfbf-bfb474c3b23f) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:deb/debian/xserver-xorg-core |
purl2cpe | 2026-06-01 10:14:02.410761 |
pkg:deb/ubuntu/xserver-xorg-core |
purl2cpe | 2026-06-01 10:14:02.410763 |
pkg:github/freedesktop/xorg-xserver |
purl2cpe | 2026-06-01 10:14:02.410764 |
pkg:rpm/opensuse/xserver-xorg-core |
purl2cpe | 2026-06-01 10:14:02.410766 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2025-26601 |
vulnerable | 2026-06-03 15:00:00.206888 |
Xorg: xwayland: use-after-free in syncinittrigger()
HIGH (7.8)
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.
Published: 2025-02-25T15:55:36.775Z
Updated: 2026-04-06T12:53:35.517Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-26600 |
vulnerable | 2026-06-03 15:00:00.205744 |
Xorg: xwayland: use-after-free in playreleasedevents()
HIGH (7.8)
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.
Published: 2025-02-25T15:55:20.421Z
Updated: 2026-04-06T12:53:29.954Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-26599 |
vulnerable | 2026-06-03 15:00:00.204534 |
Xorg: xwayland: use of uninitialized pointer in compredirectwindow()
HIGH (7.8)
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.
Published: 2025-02-25T15:55:02.964Z
Updated: 2026-04-06T12:53:26.527Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-26598 |
vulnerable | 2026-06-03 15:00:00.203369 |
Xorg: xwayland: out-of-bounds write in createpointerbarrierclient()
HIGH (7.8)
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.
Published: 2025-02-25T15:54:57.355Z
Updated: 2026-04-06T12:53:25.158Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-26597 |
vulnerable | 2026-06-03 15:00:00.202186 |
Xorg: xwayland: buffer overflow in xkbchangetypesofkey()
HIGH (7.8)
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.
Published: 2025-02-25T15:54:48.196Z
Updated: 2026-06-02T03:08:13.330Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-26596 |
vulnerable | 2026-06-03 15:00:00.200717 |
Xorg: xwayland: heap overflow in xkbwritekeysyms()
HIGH (7.8)
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.
Published: 2025-02-25T15:54:23.693Z
Updated: 2026-04-06T12:53:14.993Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-26595 |
vulnerable | 2026-06-03 15:00:00.199594 |
Xorg: xwayland: buffer overflow in xkbvmodmasktext()
HIGH (7.8)
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.
Published: 2025-02-25T15:54:06.708Z
Updated: 2026-04-06T12:53:14.906Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-26594 |
vulnerable | 2026-06-03 15:00:00.195406 |
X.org: xwayland: use-after-free of the root cursor
HIGH (7.8)
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.
Published: 2025-02-25T15:53:51.324Z
Updated: 2026-04-06T12:53:14.958Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-0409 |
vulnerable | 2026-06-03 14:54:02.616248 |
Xorg-x11-server: selinux context corruption
HIGH (7.8)
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.
Published: 2024-01-18T15:40:22.071Z
Updated: 2025-11-20T07:09:01.279Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-0408 |
vulnerable | 2026-06-03 14:54:02.614389 |
Xorg-x11-server: selinux unlabeled glx pbuffer
MEDIUM (5.5)
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 a GC, the XSELINUX code will try to use an object that was never labeled and crash because the SID is NULL.
Published: 2024-01-18T15:40:06.955Z
Updated: 2025-11-20T07:08:59.547Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-0229 |
vulnerable | 2026-06-03 14:54:01.930037 |
Xorg-x11-server: reattaching to different master device may lead to out-of-bounds memory access
HIGH (7.8)
An out-of-bounds memory access flaw was found in the X.Org server. This issue can be triggered when a device frozen by a sync grab is reattached to a different master device. This issue may lead to an application crash, local privilege escalation (if the server runs with extended privileges), or remote code execution in SSH X11 forwarding environments.
Published: 2024-02-09T06:29:51.542Z
Updated: 2025-11-06T20:51:57.196Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-6816 |
vulnerable | 2026-06-03 14:53:59.059411 |
Xorg-x11-server: heap buffer overflow in devicefocusevent and procxiquerypointer
CRITICAL (9.8)
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, leading to a heap overflow if a bigger value was used.
Published: 2024-01-18T04:31:07.908Z
Updated: 2026-03-19T21:23:24.417Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-6478 |
vulnerable | 2026-06-03 14:53:51.956910 |
Xorg-x11-server: out-of-bounds memory read in rrchangeoutputproperty and rrchangeproviderproperty
HIGH (7.6)
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.
Published: 2023-12-13T06:27:41.017Z
Updated: 2025-11-20T07:07:30.871Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-6377 |
vulnerable | 2026-06-03 14:53:51.610770 |
Xorg-x11-server: out-of-bounds memory reads/writes in xkb button actions
HIGH (7.8)
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.
Published: 2023-12-13T06:27:40.758Z
Updated: 2026-03-24T11:27:51.964Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-5574 |
vulnerable | 2026-06-03 14:53:49.003086 |
Xorg-x11-server: use-after-free bug in damagedestroy
HIGH (7)
A use-after-free flaw was found in xorg-x11-server-Xvfb. This issue occurs in Xvfb with 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 a screen 1 to a screen 0, a use-after-free issue may be triggered during shutdown or reset of the Xvfb server, allowing for possible escalation of privileges or denial of service.
Published: 2023-10-25T19:47:03.122Z
Updated: 2025-11-20T07:07:51.123Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-5380 |
vulnerable | 2026-06-03 14:53:48.487274 |
Xorg-x11-server: use-after-free bug in destroywindow
MEDIUM (4.7)
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 other screen and if the original window is destroyed followed by another window being destroyed.
Published: 2023-10-25T19:46:59.432Z
Updated: 2025-11-20T18:06:04.492Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-5367 |
vulnerable | 2026-06-03 14:53:48.433708 |
Xorg-x11-server: out-of-bounds write in xichangedeviceproperty/rrchangeoutputproperty
HIGH (7.8)
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 for possible escalation of privileges or denial of service.
Published: 2023-10-25T19:46:58.494Z
Updated: 2025-11-06T20:51:20.572Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-1393 |
vulnerable | 2026-06-03 14:48:55.398744 |
Details available
A flaw was found in X.Org Server Overlay Window. A Use-After-Free may lead to local privilege escalation. If a client explicitly destroys the compositor overlay window (aka COW), the Xserver would leave a dangling pointer to that window in the CompScreen structure, which will trigger a use-after-free later.
Published: 2023-03-30T00:00:00.000Z
Updated: 2026-01-22T04:55:52.536Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-0494 |
vulnerable | 2026-06-03 14:48:46.525946 |
Details available
A vulnerability was found in X.Org. This issue occurs due to a dangling pointer in DeepCopyPointerClasses that can be exploited by ProcXkbSetDeviceInfo() and ProcXkbGetDeviceInfo() to read and write into freed memory. This can lead to local privilege elevation on systems where the X server runs privileged and remote code execution for ssh X forwarding sessions.
Published: 2023-03-27T00:00:00.000Z
Updated: 2025-02-24T17:43:00.816Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-49737 |
vulnerable | 2026-06-03 14:48:34.651470 |
Details available
HIGH (7.7)
In X.Org X server 20.11 through 21.1.16, when a client application uses easystroke for mouse gestures, the main thread modifies various data structures used by the input thread without acquiring a lock, aka a race condition. In particular, AttachDevice in dix/devices.c does not acquire an input lock.
Published: 2025-03-16T00:00:00.000Z
Updated: 2025-03-17T16:07:13.541Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-3551 |
vulnerable | 2026-06-03 14:47:58.691471 |
X.org Server xkb.c ProcXkbGetKbdByName memory leak
LOW (3.5)
A vulnerability, which was classified as problematic, has been found in X.org Server. Affected by this issue is the function ProcXkbGetKbdByName of the file xkb/xkb.c. The manipulation leads to memory leak. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-211052.
Published: 2022-10-17T00:00:00.000Z
Updated: 2025-04-15T13:43:04.746Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-3550 |
vulnerable | 2026-06-03 14:47:58.690824 |
X.org Server xkb.c _GetCountedString buffer overflow
MEDIUM (5.5)
A vulnerability classified as critical was found in X.org Server. Affected by this vulnerability is the function _GetCountedString of the file xkb/xkb.c. The manipulation leads to buffer overflow. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-211051.
Published: 2022-10-17T00:00:00.000Z
Updated: 2025-04-15T13:43:12.186Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-4011 |
vulnerable | 2026-06-03 14:45:47.517307 |
Details available
A flaw was found in xorg-x11-server in versions before 21.1.2 and before 1.20.14. An out-of-bounds access can occur in the SwapCreateRegister function. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2021-12-17T00:00:00.000Z
Updated: 2024-08-03T17:16:03.680Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-4010 |
vulnerable | 2026-06-03 14:45:47.516439 |
Details available
A flaw was found in xorg-x11-server in versions before 21.1.2 and before 1.20.14. An out-of-bounds access can occur in the SProcScreenSaverSuspend function. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2021-12-17T00:00:00.000Z
Updated: 2024-08-03T17:16:03.009Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-4009 |
vulnerable | 2026-06-03 14:45:47.515549 |
Details available
A flaw was found in xorg-x11-server in versions before 21.1.2 and before 1.20.14. An out-of-bounds access can occur in the SProcXFixesCreatePointerBarrier function. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2021-12-17T00:00:00.000Z
Updated: 2024-08-03T17:16:03.422Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-4008 |
vulnerable | 2026-06-03 14:45:47.512782 |
Details available
A flaw was found in xorg-x11-server in versions before 21.1.2 and before 1.20.14. An out-of-bounds access can occur in the SProcRenderCompositeGlyphs function. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2021-12-17T00:00:00.000Z
Updated: 2024-08-03T17:16:03.613Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-3472 |
vulnerable | 2026-06-03 14:45:11.437637 |
Details available
A flaw was found in xorg-x11-server in versions before 1.20.11. An integer underflow can occur in xserver which can lead to a local privilege escalation. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2021-04-26T14:29:54.000Z
Updated: 2024-08-03T16:53:17.617Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-25712 |
vulnerable | 2026-06-03 14:42:09.580207 |
Details available
A flaw was found in xorg-x11-server before 1.20.10. A heap-buffer overflow in XkbSetDeviceInfo may lead to a privilege escalation vulnerability. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2020-12-15T16:52:38.000Z
Updated: 2024-08-04T15:40:36.621Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14362 |
vulnerable | 2026-06-03 14:41:43.563564 |
Details available
A flaw was found in X.Org Server before xorg-x11-server 1.20.9. An Integer underflow leading to heap-buffer overflow may lead to a privilege escalation vulnerability. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2020-09-15T00:00:00.000Z
Updated: 2024-08-04T12:46:33.327Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14361 |
vulnerable | 2026-06-03 14:41:43.563084 |
Details available
A flaw was found in X.Org Server before xorg-x11-server 1.20.9. An Integer underflow leading to heap-buffer overflow may lead to a privilege escalation vulnerability. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2020-09-15T00:00:00.000Z
Updated: 2024-08-04T12:46:33.907Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14360 |
vulnerable | 2026-06-03 14:41:43.562612 |
Details available
A flaw was found in the X.Org Server before version 1.20.10. An out-of-bounds access in the XkbSetMap function may lead to a privilege escalation vulnerability. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2021-01-20T15:18:20.000Z
Updated: 2024-08-04T12:39:36.530Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14347 |
vulnerable | 2026-06-03 14:41:43.535466 |
Details available
MEDIUM (5.5)
A flaw was found in the way xserver memory was not properly initialized. This could leak parts of server memory to the X client. In cases where Xorg server runs with elevated privileges, this could result in possible ASLR bypass. Xorg-server before version 1.20.9 is vulnerable.
Published: 2020-08-05T13:08:43.000Z
Updated: 2024-08-04T12:39:36.535Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14346 |
vulnerable | 2026-06-03 14:41:43.532374 |
Details available
A flaw was found in xorg-x11-server before 1.20.9. An integer underflow in the X input extension protocol decoding in the X server may lead to arbitrary access of memory contents. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2020-09-15T00:00:00.000Z
Updated: 2024-08-04T12:39:36.531Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14345 |
vulnerable | 2026-06-03 14:41:43.528883 |
Details available
A flaw was found in X.Org Server before xorg-x11-server 1.20.9. An Out-Of-Bounds access in XkbSetNames function may lead to a privilege escalation vulnerability. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2020-09-15T13:51:39.000Z
Updated: 2024-08-04T12:39:36.524Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-17624 |
vulnerable | 2026-06-03 14:39:56.676033 |
Details available
"" In X.Org X Server 1.20.4, there is a stack-based buffer overflow in the function XQueryKeymap. For example, by sending ct.c_char 1000 times, an attacker can cause a denial of service (application crash) or possibly have unspecified other impact. Note: It is disputed if the X.Org X Server is involved or if there is a stack overflow.
Published: 2019-10-16T10:59:54.000Z
Updated: 2024-08-05T01:47:13.198Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14665 |
vulnerable | 2026-06-03 14:38:12.406521 |
Details available
A flaw was found in xorg-x11-server before 1.20.3. An incorrect permission check for -modulepath and -logfile options when starting Xorg. X server allows unprivileged users with the ability to log in to the system via physical console to escalate their privileges and run arbitrary code under root privileges.
Published: 2018-10-25T20:00:00.000Z
Updated: 2024-08-05T09:38:13.000Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-2624 |
vulnerable | 2026-06-03 14:37:07.835180 |
Details available
MEDIUM (5.9)
It was found that xorg-x11-server before 1.19.0 including uses memcmp() to check the received MIT cookie against a series of valid cookies. If the cookie is correct, it is allowed to attach to the Xorg session. Since most memcmp() implementations return after an invalid byte is seen, this causes a time difference between a valid and invalid byte, which could allow an efficient brute force attack.
Published: 2018-07-27T18:00:00.000Z
Updated: 2024-08-05T14:02:06.893Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13723 |
vulnerable | 2026-06-03 14:36:38.004230 |
Details available
In X.Org Server (aka xserver and xorg-server) before 1.19.4, a local attacker authenticated to the X server could overflow a global buffer, causing crashes of the X server or potentially other problems by injecting large or malformed XKB related atoms and accessing them via xkbcomp.
Published: 2017-10-09T14:00:00.000Z
Updated: 2024-08-05T19:05:19.958Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13721 |
vulnerable | 2026-06-03 14:36:38.003310 |
Details available
In X.Org Server (aka xserver and xorg-server) before 1.19.4, an attacker authenticated to an X server with the X shared memory extension enabled can cause aborts of the X server or replace shared memory segments of other X clients in the same session.
Published: 2017-10-09T14:00:00.000Z
Updated: 2024-08-05T19:05:20.137Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12187 |
vulnerable | 2026-06-03 14:36:34.589432 |
Details available
xorg-x11-server before 1.19.5 was missing length validation in RENDER extension allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-16T19:30:41.654Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12186 |
vulnerable | 2026-06-03 14:36:34.588849 |
Details available
xorg-x11-server before 1.19.5 was missing length validation in X-Resource extension allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-17T00:46:33.148Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12185 |
vulnerable | 2026-06-03 14:36:34.588200 |
Details available
xorg-x11-server before 1.19.5 was missing length validation in MIT-SCREEN-SAVER extension allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-08-05T18:28:16.638Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12184 |
vulnerable | 2026-06-03 14:36:34.587627 |
Details available
xorg-x11-server before 1.19.5 was missing length validation in XINERAMA extension allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-17T02:41:51.662Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12183 |
vulnerable | 2026-06-03 14:36:34.587087 |
Details available
xorg-x11-server before 1.19.5 was missing length validation in XFIXES extension allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-16T19:21:10.764Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12182 |
vulnerable | 2026-06-03 14:36:34.586525 |
Details available
xorg-x11-server before 1.19.5 was missing length validation in XFree86 DRI extension allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-16T23:11:10.194Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12181 |
vulnerable | 2026-06-03 14:36:34.585945 |
Details available
xorg-x11-server before 1.19.5 was missing length validation in XFree86 DGA extension allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-17T04:10:25.463Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12180 |
vulnerable | 2026-06-03 14:36:34.585418 |
Details available
xorg-x11-server before 1.19.5 was missing length validation in XFree86 VidModeExtension allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-16T20:21:43.549Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12179 |
vulnerable | 2026-06-03 14:36:34.584837 |
Details available
xorg-x11-server before 1.19.5 was vulnerable to integer overflow in (S)ProcXIBarrierReleasePointer functions allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-17T02:01:13.421Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12178 |
vulnerable | 2026-06-03 14:36:34.584282 |
Details available
xorg-x11-server before 1.19.5 had wrong extra length check in ProcXIChangeHierarchy function allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-16T16:18:38.414Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12177 |
vulnerable | 2026-06-03 14:36:34.583660 |
Details available
xorg-x11-server before 1.19.5 was vulnerable to integer overflow in ProcDbeGetVisualInfo function allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-17T01:52:02.457Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12176 |
vulnerable | 2026-06-03 14:36:34.582908 |
Details available
xorg-x11-server before 1.19.5 was missing extra length validation in ProcEstablishConnection function allowing malicious X client to cause X server to crash or possibly execute arbitrary code.
Published: 2018-01-24T15:00:00.000Z
Updated: 2024-09-16T17:43:41.126Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-10972 |
vulnerable | 2026-06-03 14:36:27.494242 |
Details available
Uninitialized data in endianness conversion in the XEvent handling of the X.Org X Server before 2017-06-19 allowed authenticated malicious users to access potentially privileged data from the X server.
Published: 2017-07-06T11:00:00.000Z
Updated: 2024-08-05T17:57:56.820Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-10971 |
vulnerable | 2026-06-03 14:36:27.493775 |
Details available
In the X.Org X server before 2017-06-19, a user authenticated to an X Session could crash or execute code in the context of the X Server by exploiting a stack overflow in the endianness conversion of X Events.
Published: 2017-07-06T11:00:00.000Z
Updated: 2024-08-05T17:57:56.738Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-3418 |
vulnerable | 2026-06-03 14:34:50.223102 |
Details available
The ProcPutImage function in dix/dispatch.c in X.Org Server (aka xserver and xorg-server) before 1.16.4 allows attackers to cause a denial of service (divide-by-zero and crash) via a zero-height PutImage request.
Published: 2016-12-13T16:00:00.000Z
Updated: 2024-08-06T05:47:57.680Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-0255 |
vulnerable | 2026-06-03 14:34:29.401284 |
Details available
X.Org Server (aka xserver and xorg-server) before 1.16.3 and 1.17.x before 1.17.1 allows remote attackers to obtain sensitive information from process memory or cause a denial of service (crash) via a crafted string length value in a XkbSetGeometry request.
Published: 2015-02-13T15:00:00.000Z
Updated: 2024-08-06T04:03:10.448Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8102 |
vulnerable | 2026-06-03 14:34:22.670454 |
Details available
The SProcXFixesSelectSelectionInput function in the XFixes extension in X.Org X Window System (aka X11 or X) X11R6.8.0 and X.Org Server (aka xserver and xorg-server) before 1.16.3 allows remote authenticated users to cause a denial of service (out-of-bounds read or write) or possibly execute arbitrary code via a crafted length value.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:50.735Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8101 |
vulnerable | 2026-06-03 14:34:22.668742 |
Details available
The RandR extension in XFree86 4.2.0, X.Org X Window System (aka X11 or X) X11R6.7, and X.Org Server (aka xserver and xorg-server) before 1.16.3 allows remote authenticated users to cause a denial of service (out-of-bounds read or write) or possibly execute arbitrary code via a crafted length or index value to the (1) SProcRRQueryVersion, (2) SProcRRGetScreenInfo, (3) SProcRRSelectInput, or (4) SProcRRConfigureOutputProperty function.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:50.426Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8100 |
vulnerable | 2026-06-03 14:34:22.667120 |
Details available
The Render extension in XFree86 4.0.1, X.Org X Window System (aka X11 or X) X11R6.7, and X.Org Server (aka xserver and xorg-server) before 1.16.3 allows remote authenticated users to cause a denial of service (out-of-bounds read or write) or possibly execute arbitrary code via a crafted length or index value to the (1) ProcRenderQueryVersion, (2) SProcRenderQueryVersion, (3) SProcRenderQueryPictFormats, (4) SProcRenderQueryPictIndexValues, (5) SProcRenderCreatePicture, (6) SProcRenderChangePicture, (7) SProcRenderSetPictureClipRectangles, (8) SProcRenderFreePicture, (9) SProcRenderComposite, (10) SProcRenderScale, (11) SProcRenderCreateGlyphSet, (12) SProcRenderReferenceGlyphSet, (13) SProcRenderFreeGlyphSet, (14) SProcRenderFreeGlyphs, or (15) SProcRenderCompositeGlyphs function.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:50.327Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8099 |
vulnerable | 2026-06-03 14:34:22.664629 |
Details available
The XVideo extension in XFree86 4.0.0, X.Org X Window System (aka X11 or X) X11R6.7, and X.Org Server (aka xserver and xorg-server) before 1.16.3 allows remote authenticated users to cause a denial of service (out-of-bounds read or write) or possibly execute arbitrary code via a crafted length or index value to the (1) SProcXvQueryExtension, (2) SProcXvQueryAdaptors, (3) SProcXvQueryEncodings, (4) SProcXvGrabPort, (5) SProcXvUngrabPort, (6) SProcXvPutVideo, (7) SProcXvPutStill, (8) SProcXvGetVideo, (9) SProcXvGetStill, (10) SProcXvPutImage, (11) SProcXvShmPutImage, (12) SProcXvSelectVideoNotify, (13) SProcXvSelectPortNotify, (14) SProcXvStopVideo, (15) SProcXvSetPortAttribute, (16) SProcXvGetPortAttribute, (17) SProcXvQueryBestSize, (18) SProcXvQueryPortAttributes, (19) SProcXvQueryImageAttributes, or (20) SProcXvListImageFormats function.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:50.793Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8098 |
vulnerable | 2026-06-03 14:34:22.664106 |
Details available
The GLX extension in XFree86 4.0, X.Org X Window System (aka X11 or X) X11R6.7, and X.Org Server (aka xserver and xorg-server) before 1.16.3 allows remote authenticated users to cause a denial of service (out-of-bounds read or write) or possibly execute arbitrary code via a crafted length or index value to the (1) __glXDisp_Render, (2) __glXDisp_RenderLarge, (3) __glXDispSwap_VendorPrivate, (4) __glXDispSwap_VendorPrivateWithReply, (5) set_client_info, (6) __glXDispSwap_SetClientInfoARB, (7) DoSwapInterval, (8) DoGetProgramString, (9) DoGetString, (10) __glXDispSwap_RenderMode, (11) __glXDisp_GetCompressedTexImage, (12) __glXDispSwap_GetCompressedTexImage, (13) __glXDisp_FeedbackBuffer, (14) __glXDispSwap_FeedbackBuffer, (15) __glXDisp_SelectBuffer, (16) __glXDispSwap_SelectBuffer, (17) __glXDisp_Flush, (18) __glXDispSwap_Flush, (19) __glXDisp_Finish, (20) __glXDispSwap_Finish, (21) __glXDisp_ReadPixels, (22) __glXDispSwap_ReadPixels, (23) __glXDisp_GetTexImage, (24) __glXDispSwap_GetTexImage, (25) __glXDisp_GetPolygonStipple, (26) __glXDispSwap_GetPolygonStipple, (27) __glXDisp_GetSeparableFilter, (28) __glXDisp_GetSeparableFilterEXT, (29) __glXDisp_GetConvolutionFilter, (30) __glXDisp_GetConvolutionFilterEXT, (31) __glXDisp_GetHistogram, (32) __glXDisp_GetHistogramEXT, (33) __glXDisp_GetMinmax, (34) __glXDisp_GetMinmaxEXT, (35) __glXDisp_GetColorTable, (36) __glXDisp_GetColorTableSGI, (37) GetSeparableFilter, (38) GetConvolutionFilter, (39) GetHistogram, (40) GetMinmax, or (41) GetColorTable function.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:49.953Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8097 |
vulnerable | 2026-06-03 14:34:22.663440 |
Details available
The DBE extension in X.Org X Window System (aka X11 or X) X11R6.1 and X.Org Server (aka xserver and xorg-server) before 1.16.3 allows remote authenticated users to cause a denial of service (out-of-bounds read or write) or possibly execute arbitrary code via a crafted length or index value to the (1) ProcDbeSwapBuffers or (2) SProcDbeSwapBuffers function.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:50.893Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8096 |
vulnerable | 2026-06-03 14:34:22.661674 |
Details available
The SProcXCMiscGetXIDList function in the XC-MISC extension in X.Org X Window System (aka X11 or X) X11R6.0 and X.Org Server (aka xserver and xorg-server) before 1.16.3 allows remote authenticated users to cause a denial of service (out-of-bounds read or write) or possibly execute arbitrary code via a crafted length or index value.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:50.159Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8095 |
vulnerable | 2026-06-03 14:34:22.658323 |
Details available
The XInput extension in X.Org X Window System (aka X11 or X) X11R4 and X.Org Server (aka xserver and xorg-server) before 1.16.3 allows remote authenticated users to cause a denial of service (out-of-bounds read or write) or possibly execute arbitrary code via a crafted length or index value to the (1) SProcXChangeDeviceControl, (2) ProcXChangeDeviceControl, (3) ProcXChangeFeedbackControl, (4) ProcXSendExtensionEvent, (5) SProcXIAllowEvents, (6) SProcXIChangeCursor, (7) ProcXIChangeHierarchy, (8) SProcXIGetClientPointer, (9) SProcXIGrabDevice, (10) SProcXIUngrabDevice, (11) ProcXIUngrabDevice, (12) SProcXIPassiveGrabDevice, (13) ProcXIPassiveGrabDevice, (14) SProcXIPassiveUngrabDevice, (15) ProcXIPassiveUngrabDevice, (16) SProcXListDeviceProperties, (17) SProcXDeleteDeviceProperty, (18) SProcXIListProperties, (19) SProcXIDeleteProperty, (20) SProcXIGetProperty, (21) SProcXIQueryDevice, (22) SProcXIQueryPointer, (23) SProcXISelectEvents, (24) SProcXISetClientPointer, (25) SProcXISetFocus, (26) SProcXIGetFocus, or (27) SProcXIWarpPointer function.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:49.894Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8093 |
vulnerable | 2026-06-03 14:34:22.495885 |
Details available
Multiple integer overflows in the GLX extension in XFree86 4.0, X.Org X Window System (aka X11 or X) X11R6.7, and X.Org Server (aka xserver and xorg-server) before 1.16.3 allow remote authenticated users to cause a denial of service (crash) or possibly execute arbitrary code via a crafted request to the (1) __glXDisp_ReadPixels, (2) __glXDispSwap_ReadPixels, (3) __glXDisp_GetTexImage, (4) __glXDispSwap_GetTexImage, (5) GetSeparableFilter, (6) GetConvolutionFilter, (7) GetHistogram, (8) GetMinmax, (9) GetColorTable, (10) __glXGetAnswerBuffer, (11) __GLX_GET_ANSWER_BUFFER, (12) __glXMap1dReqSize, (13) __glXMap1fReqSize, (14) Map2Size, (15) __glXMap2dReqSize, (16) __glXMap2fReqSize, (17) __glXImageSize, or (18) __glXSeparableFilter2DReqSize function, which triggers an out-of-bounds read or write.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:50.027Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8092 |
vulnerable | 2026-06-03 14:34:22.493586 |
Details available
Multiple integer overflows in X.Org X Window System (aka X11 or X) X11R1 and X.Org Server (aka xserver and xorg-server) before 1.16.3 allow remote authenticated users to cause a denial of service (crash) or possibly execute arbitrary code via a crafted request to the (1) ProcPutImage, (2) GetHosts, (3) RegionSizeof, or (4) REQUEST_FIXED_SIZE function, which triggers an out-of-bounds read or write.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:50.212Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8091 |
vulnerable | 2026-06-03 14:34:22.492215 |
Details available
X.Org X Window System (aka X11 and X) X11R5 and X.Org Server (aka xserver and xorg-server) before 1.16.3, when using SUN-DES-1 (Secure RPC) authentication credentials, does not check the return value of a malloc call, which allows remote attackers to cause a denial of service (NULL pointer dereference and server crash) via a crafted connection request.
Published: 2014-12-10T15:00:00.000Z
Updated: 2024-08-06T13:10:50.088Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2011-4029 |
vulnerable | 2026-06-03 14:31:22.610499 |
Details available
The LockServer function in os/utils.c in X.Org xserver before 1.11.2 allows local users to change the permissions of arbitrary files to 444, read those files, and possibly cause a denial of service (removed execution permission) via a symlink attack on a temporary lock file.
Published: 2012-07-03T19:00:00.000Z
Updated: 2024-09-17T03:18:31.736Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2011-4028 |
vulnerable | 2026-06-03 14:31:22.609470 |
Details available
The LockServer function in os/utils.c in X.Org xserver before 1.11.2 allows local users to determine the existence of arbitrary files via a symlink attack on a temporary lock file, which is handled differently if the file exists.
Published: 2012-07-03T19:00:00.000Z
Updated: 2024-09-16T18:54:10.506Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2007-6427 |
vulnerable | 2026-06-03 14:28:29.637430 |
Details available
The XInput extension in X.Org Xserver before 1.4.1 allows context-dependent attackers to execute arbitrary code via requests related to byte swapping and heap corruption within multiple functions, a different vulnerability than CVE-2007-4990.
Published: 2008-01-18T22:00:00.000Z
Updated: 2024-08-07T16:02:37.073Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.