Out-of-bounds Write Affecting libx11 package, versions <1.8.4-r4
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-ALPINE318-LIBX11-5710935
- published 16 Jun 2023
- disclosed 28 Jun 2023
Introduced: 16 Jun 2023
CVE-2023-3138 Open this link in a new tabHow to fix?
Upgrade Alpine:3.18
libx11
to version 1.8.4-r4 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream libx11
package and not the libx11
package as distributed by Alpine
.
See How to fix?
for Alpine:3.18
relevant fixed versions and status.
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.
References
- https://access.redhat.com/security/cve/CVE-2023-3138
- https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/304a654a0d57bf0f00d8998185f0360332cfa36c
- https://lists.x.org/archives/xorg-announce/2023-June/003406.html
- https://lists.x.org/archives/xorg-announce/2023-June/003407.html
- https://security.netapp.com/advisory/ntap-20231208-0008/