Approved changes feed: RSS · Atom

cpe:2.3:a:x.org:libx11:*:*:*:*:*:*:*:*

part: a version: * update: *

VendorX.Org (4cd053ee-09df-594a-873d-dbd09ec2f899)
ProductLibx11 (84a5de84-a853-5bde-94dd-9c56e40693b8)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from purl2cpe mapping

PURL mappings

PURLSourceLast updated
pkg:bitbucket/janisozaur-test/libx11 purl2cpe 2026-06-01 10:14:02.561055
pkg:deb/debian/libx11 purl2cpe 2026-06-01 10:14:02.561058
pkg:deb/ubuntu/libx11 purl2cpe 2026-06-01 10:14:02.561061
pkg:github/freedesktop/xorg-libx11 purl2cpe 2026-06-01 10:14:02.561064
pkg:github/mirror/libx11 purl2cpe 2026-06-01 10:14:02.561066
pkg:rpm/centos/libx11 purl2cpe 2026-06-01 10:14:02.561069
pkg:rpm/fedora/libx11 purl2cpe 2026-06-01 10:14:02.561072
pkg:rpm/opensuse/libx11 purl2cpe 2026-06-01 10:14:02.561075

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2023-43787 vulnerable 2026-06-03 14:53:04.762445 Libx11: integer overflow in xcreateimage() leading to a heap overflow
HIGH (7.8)
A vulnerability was found in libX11 due to an integer overflow within the XCreateImage() function. This flaw allows a local user to trigger an integer overflow and execute arbitrary code with elevated privileges.
Published: 2023-10-10T12:26:08.102Z
Updated: 2025-11-06T22:59:43.505Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-43786 vulnerable 2026-06-03 14:53:04.761870 Libx11: stack exhaustion from infinite recursion in putsubimage()
MEDIUM (5.5)
A vulnerability was found in libX11 due to an infinite loop within the PutSubImage() function. This flaw allows a local user to consume all available system resources and cause a denial of service condition.
Published: 2023-10-10T12:26:07.399Z
Updated: 2025-11-06T22:59:38.283Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-43785 vulnerable 2026-06-03 14:53:04.759826 Libx11: out-of-bounds memory access in _xkbreadkeysyms()
MEDIUM (6.5)
A vulnerability was found in libX11 due to a boundary condition within the _XkbReadKeySyms() function. This flaw allows a local user to trigger an out-of-bounds read error and read the contents of memory on the system.
Published: 2023-10-10T12:26:02.015Z
Updated: 2025-11-06T22:59:36.693Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-3138 vulnerable 2026-06-03 14:52:40.038164 Details available
A vulnerability was found in libX11. The security flaw occurs because the functions in src/InitExt.c in libX11 do not check that the values provided for the Request, Event, or Error IDs are within the bounds of the arrays that those functions write to, using those IDs as array indexes. They trust that they were called with values provided by an Xserver adhering to the bounds specified in the X11 protocol, as all X servers provided by X.Org do. As the protocol only specifies a single byte for these values, an out-of-bounds value provided by a malicious server (or a malicious proxy-in-the-middle) can only overwrite other portions of the Display structure and not write outside the bounds of the Display structure itself, possibly causing the client to crash with this memory corruption.
Published: 2023-06-28T00:00:00.000Z
Updated: 2024-08-02T06:48:07.359Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-31535 vulnerable 2026-06-03 14:44:33.263607 Details available
LookupCol.c in X.Org X through X11R7.7 and libX11 before 1.7.1 might allow remote attackers to execute arbitrary code. The libX11 XLookupColor request (intended for server-side color lookup) contains a flaw allowing a client to send color-name requests with a name longer than the maximum size allowed by the protocol (and also longer than the maximum packet size for normal-sized packets). The user-controlled data exceeding the maximum size is then interpreted by the server as additional X protocol requests and executed, e.g., to disable X server authorization completely. For example, if the victim encounters malicious terminal control sequences for color codes, then the attacker may be able to take full control of the running graphical session.
Published: 2021-05-27T12:26:26.000Z
Updated: 2024-08-03T23:03:33.270Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14363 vulnerable 2026-06-03 14:41:43.564010 Details available
HIGH (7.8)
An integer overflow vulnerability leading to a double-free was found in libX11. This flaw allows a local privileged attacker to cause an application compiled with libX11 to crash, or in some cases, result in arbitrary code execution. The highest threat from this flaw is to confidentiality, integrity as well as system availability.
Published: 2020-09-11T18:02:24.000Z
Updated: 2024-08-04T12:46:34.044Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14344 vulnerable 2026-06-03 14:41:43.525310 Details available
MEDIUM (6.7)
An integer overflow leading to a heap-buffer overflow was found in The X Input Method (XIM) client was implemented in libX11 before version 1.6.10. As per upstream this is security relevant when setuid programs call XIM client functions while running with elevated privileges. No such programs are shipped with Red Hat Enterprise Linux.
Published: 2020-08-05T13:08:33.000Z
Updated: 2024-08-04T12:39:36.520Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-14600 vulnerable 2026-06-03 14:38:12.246334 Details available
An issue was discovered in libX11 through 1.6.5. The function XListExtensions in ListExt.c interprets a variable as signed instead of unsigned, resulting in an out-of-bounds write (of up to 128 bytes), leading to DoS or remote code execution.
Published: 2018-08-24T19:00:00.000Z
Updated: 2024-08-05T09:29:51.697Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-14599 vulnerable 2026-06-03 14:38:12.245642 Details available
An issue was discovered in libX11 through 1.6.5. The function XListExtensions in ListExt.c is vulnerable to an off-by-one error caused by malicious server responses, leading to DoS or possibly unspecified other impact.
Published: 2018-08-24T19:00:00.000Z
Updated: 2024-08-05T09:29:51.671Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-14598 vulnerable 2026-06-03 14:38:12.244837 Details available
An issue was discovered in XListExtensions in ListExt.c in libX11 through 1.6.5. A malicious server can send a reply in which the first string overflows, causing a variable to be set to NULL that will be freed later on, leading to DoS (segmentation fault).
Published: 2018-08-24T19:00:00.000Z
Updated: 2024-08-05T09:29:51.690Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2016-7943 vulnerable 2026-06-03 14:36:08.613458 Details available
The XListFonts function in X.org libX11 before 1.6.4 might allow remote X servers to gain privileges via vectors involving length fields, which trigger out-of-bounds write operations.
Published: 2016-12-13T20:00:00.000Z
Updated: 2024-08-06T02:13:21.110Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2016-7942 vulnerable 2026-06-03 14:36:08.612865 Details available
The XGetImage function in X.org libX11 before 1.6.4 might allow remote X servers to gain privileges via vectors involving image type and geometry, which triggers out-of-bounds read operations.
Published: 2016-12-13T20:00:00.000Z
Updated: 2024-08-06T02:13:21.749Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2007-1667 vulnerable 2026-06-03 14:28:06.331217 Details available
Multiple integer overflows in (1) the XGetPixel function in ImUtil.c in X.Org libx11 before 1.0.3, and (2) XInitImage function in xwd.c for ImageMagick, allow user-assisted remote attackers to cause a denial of service (crash) or obtain sensitive information via crafted images with large or negative values that trigger a buffer overflow.
Published: 2007-03-24T21:00:00.000Z
Updated: 2024-08-07T13:06:25.712Z
Reference links
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.