<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
	<DocumentTitle xml:lang="en">An update for xorg-x11-server is now available for openEuler-24.03-LTS-SP1,openEuler-24.03-LTS-SP3,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS-SP4</DocumentTitle>
	<DocumentType>Security Advisory</DocumentType>
	<DocumentPublisher Type="Vendor">
		<ContactDetails>openeuler-security@openeuler.org</ContactDetails>
		<IssuingAuthority>openEuler security committee</IssuingAuthority>
	</DocumentPublisher>
	<DocumentTracking>
		<Identification>
			<ID>openEuler-SA-2026-2681</ID>
		</Identification>
		<Status>Final</Status>
		<Version>1.0</Version>
		<RevisionHistory>
			<Revision>
				<Number>1.0</Number>
				<Date>2026-06-12</Date>
				<Description>Initial</Description>
			</Revision>
		</RevisionHistory>
		<InitialReleaseDate>2026-06-12</InitialReleaseDate>
		<CurrentReleaseDate>2026-06-12</CurrentReleaseDate>
		<Generator>
			<Engine>openEuler SA Tool V1.0</Engine>
			<Date>2026-06-12</Date>
		</Generator>
	</DocumentTracking>
	<DocumentNotes>
		<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">xorg-x11-server security update</Note>
		<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for xorg-x11-server is now available for openEuler-24.03-LTS-SP1,openEuler-24.03-LTS-SP3,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS-SP4</Note>
		<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">X.Org X11 X server

Security Fix(es):

[&apos;Hi all,\n\nCVEs have been issued now, please see inline below\n\nOn Tue, Jun 02, 2026 at 10:01:46AM +1000, Peter Hutterer wrote:&apos;, &quot;=======================================================================\nX.Org Security Advisory: June 2, 2026 \n\nIssues in X.Org X server prior to 21.1.23 and Xwayland prior to 24.1.12\n=======================================================================\n\nMultiple issues have been found in the X server and Xwayland implementations\npublished by X.Org for which we are releasing security fixes for in\nxorg-server-21.1.23 and xwayland-24.1.12.\n\nNote that CVEs have been requested for these issues but did not get assigned in\ntime for this disclosure.\n\n* Font Alias Stack-based Buffer Overflow\n\n    A mismatch between the X server and the libXfont2 library&apos;s maximum\n    font name length can cause a stack buffer overflow during font alias\n    resolution. The server allocates a 256 byte stack buffer but libXfont2&apos;s\n    alias target name length is 1024 bytes. A font alias name between 257\n    and 1023 bytes causes the X server to copy that name into the undersized\n    stack buffer without further checks.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&quot;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30136)&apos;, &apos;This issue has been assigned CVE-2026-50256&apos;, &apos;* XSYNC Use-After-Free in miSyncDestroyFence()\n\n    A client that sets up multiple fence triggers can trigger a\n    use-after-free function pointer call. An attacker would connect to the\n    X server to set up a fence and await that fence, then a second X\n    connection destroys the fence, causing the use-after-free.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30159)&apos;, &apos;This issue has been assigned CVE-2026-50257&apos;, &apos;* XKB Key Types Stack-based Buffer Overflow\n\n    The X server has multiple stack buffers that are sized\n    XkbMaxShiftLevel * XkbNumKbdGroups but CheckKeyTypes() does not verify\n    or clamp non-canonical key types to XkbMaxShiftLevel. A client can\n    change key types to excessive shift levels and trigger three separate\n    stack overflows.\n\n    This is caused by an incomplete fix of CVE-2025-26597.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30160)&apos;, &apos;This issue has been assigned CVE-2026-50258&apos;, &apos;* XKB SetMap Request Stack-based Buffer Overflow\n\n    _XkbSetMapChecks() declares a fixed-size stack buffer mapWidths[256]\n    indexed by key type index. The helper function CheckKeyTypes() writes\n    to this buffer at a client-controlled offset, allowing a stack buffer\n    overflow.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30161)&apos;, &apos;This issue has been assigned CVE-2026-50259&apos;, &apos;* XSYNC Use-After-Free in FreeCounter()\n\n    A client that sets up multiple SyncCounters and awaits on those\n    triggers can trigger a use-after-free when destroying those counters\n    via a second client connection.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30163)&apos;, &apos;This issue has been assigned CVE-2026-50260&apos;, &apos;* XSYNC Use-After-Free in SyncChangeCounter()\n\n    A client that sets up multiple SyncCounters can trigger a use-after-free\n    when destroying those counters via a second client connection while\n    changing those counters.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30164)&apos;, &apos;This issue has been assigned CVE-2026-50261&apos;, &apos;* GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write\n\n    A wrong size validation check in __glXDisp_ChangeDrawableAttributes()\n    can read (or write) a client-contr(CVE-2026-50256)

[&apos;Hi all,\n\nCVEs have been issued now, please see inline below\n\nOn Tue, Jun 02, 2026 at 10:01:46AM +1000, Peter Hutterer wrote:&apos;, &quot;=======================================================================\nX.Org Security Advisory: June 2, 2026 \n\nIssues in X.Org X server prior to 21.1.23 and Xwayland prior to 24.1.12\n=======================================================================\n\nMultiple issues have been found in the X server and Xwayland implementations\npublished by X.Org for which we are releasing security fixes for in\nxorg-server-21.1.23 and xwayland-24.1.12.\n\nNote that CVEs have been requested for these issues but did not get assigned in\ntime for this disclosure.\n\n* Font Alias Stack-based Buffer Overflow\n\n    A mismatch between the X server and the libXfont2 library&apos;s maximum\n    font name length can cause a stack buffer overflow during font alias\n    resolution. The server allocates a 256 byte stack buffer but libXfont2&apos;s\n    alias target name length is 1024 bytes. A font alias name between 257\n    and 1023 bytes causes the X server to copy that name into the undersized\n    stack buffer without further checks.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&quot;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30136)&apos;, &apos;This issue has been assigned CVE-2026-50256&apos;, &apos;* XSYNC Use-After-Free in miSyncDestroyFence()\n\n    A client that sets up multiple fence triggers can trigger a\n    use-after-free function pointer call. An attacker would connect to the\n    X server to set up a fence and await that fence, then a second X\n    connection destroys the fence, causing the use-after-free.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30159)&apos;, &apos;This issue has been assigned CVE-2026-50257&apos;, &apos;* XKB Key Types Stack-based Buffer Overflow\n\n    The X server has multiple stack buffers that are sized\n    XkbMaxShiftLevel * XkbNumKbdGroups but CheckKeyTypes() does not verify\n    or clamp non-canonical key types to XkbMaxShiftLevel. A client can\n    change key types to excessive shift levels and trigger three separate\n    stack overflows.\n\n    This is caused by an incomplete fix of CVE-2025-26597.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30160)&apos;, &apos;This issue has been assigned CVE-2026-50258&apos;, &apos;* XKB SetMap Request Stack-based Buffer Overflow\n\n    _XkbSetMapChecks() declares a fixed-size stack buffer mapWidths[256]\n    indexed by key type index. The helper function CheckKeyTypes() writes\n    to this buffer at a client-controlled offset, allowing a stack buffer\n    overflow.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30161)&apos;, &apos;This issue has been assigned CVE-2026-50259&apos;, &apos;* XSYNC Use-After-Free in FreeCounter()\n\n    A client that sets up multiple SyncCounters and awaits on those\n    triggers can trigger a use-after-free when destroying those counters\n    via a second client connection.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30163)&apos;, &apos;This issue has been assigned CVE-2026-50260&apos;, &apos;* XSYNC Use-After-Free in SyncChangeCounter()\n\n    A client that sets up multiple SyncCounters can trigger a use-after-free\n    when destroying those counters via a second client connection while\n    changing those counters.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30164)&apos;, &apos;This issue has been assigned CVE-2026-50261&apos;, &apos;* GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write\n\n    A wrong size validation check in __glXDisp_ChangeDrawableAttributes()\n    can read (or write) a client-contr(CVE-2026-50257)

[&apos;Hi all,\n\nCVEs have been issued now, please see inline below\n\nOn Tue, Jun 02, 2026 at 10:01:46AM +1000, Peter Hutterer wrote:&apos;, &quot;=======================================================================\nX.Org Security Advisory: June 2, 2026 \n\nIssues in X.Org X server prior to 21.1.23 and Xwayland prior to 24.1.12\n=======================================================================\n\nMultiple issues have been found in the X server and Xwayland implementations\npublished by X.Org for which we are releasing security fixes for in\nxorg-server-21.1.23 and xwayland-24.1.12.\n\nNote that CVEs have been requested for these issues but did not get assigned in\ntime for this disclosure.\n\n* Font Alias Stack-based Buffer Overflow\n\n    A mismatch between the X server and the libXfont2 library&apos;s maximum\n    font name length can cause a stack buffer overflow during font alias\n    resolution. The server allocates a 256 byte stack buffer but libXfont2&apos;s\n    alias target name length is 1024 bytes. A font alias name between 257\n    and 1023 bytes causes the X server to copy that name into the undersized\n    stack buffer without further checks.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&quot;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30136)&apos;, &apos;This issue has been assigned CVE-2026-50256&apos;, &apos;* XSYNC Use-After-Free in miSyncDestroyFence()\n\n    A client that sets up multiple fence triggers can trigger a\n    use-after-free function pointer call. An attacker would connect to the\n    X server to set up a fence and await that fence, then a second X\n    connection destroys the fence, causing the use-after-free.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30159)&apos;, &apos;This issue has been assigned CVE-2026-50257&apos;, &apos;* XKB Key Types Stack-based Buffer Overflow\n\n    The X server has multiple stack buffers that are sized\n    XkbMaxShiftLevel * XkbNumKbdGroups but CheckKeyTypes() does not verify\n    or clamp non-canonical key types to XkbMaxShiftLevel. A client can\n    change key types to excessive shift levels and trigger three separate\n    stack overflows.\n\n    This is caused by an incomplete fix of CVE-2025-26597.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30160)&apos;, &apos;This issue has been assigned CVE-2026-50258&apos;, &apos;* XKB SetMap Request Stack-based Buffer Overflow\n\n    _XkbSetMapChecks() declares a fixed-size stack buffer mapWidths[256]\n    indexed by key type index. The helper function CheckKeyTypes() writes\n    to this buffer at a client-controlled offset, allowing a stack buffer\n    overflow.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30161)&apos;, &apos;This issue has been assigned CVE-2026-50259&apos;, &apos;* XSYNC Use-After-Free in FreeCounter()\n\n    A client that sets up multiple SyncCounters and awaits on those\n    triggers can trigger a use-after-free when destroying those counters\n    via a second client connection.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30163)&apos;, &apos;This issue has been assigned CVE-2026-50260&apos;, &apos;* XSYNC Use-After-Free in SyncChangeCounter()\n\n    A client that sets up multiple SyncCounters can trigger a use-after-free\n    when destroying those counters via a second client connection while\n    changing those counters.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30164)&apos;, &apos;This issue has been assigned CVE-2026-50261&apos;, &apos;* GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write\n\n    A wrong size validation check in __glXDisp_ChangeDrawableAttributes()\n    can read (or write) a client-contr(CVE-2026-50258)

[&apos;Hi all,\n\nCVEs have been issued now, please see inline below\n\nOn Tue, Jun 02, 2026 at 10:01:46AM +1000, Peter Hutterer wrote:&apos;, &quot;=======================================================================\nX.Org Security Advisory: June 2, 2026 \n\nIssues in X.Org X server prior to 21.1.23 and Xwayland prior to 24.1.12\n=======================================================================\n\nMultiple issues have been found in the X server and Xwayland implementations\npublished by X.Org for which we are releasing security fixes for in\nxorg-server-21.1.23 and xwayland-24.1.12.\n\nNote that CVEs have been requested for these issues but did not get assigned in\ntime for this disclosure.\n\n* Font Alias Stack-based Buffer Overflow\n\n    A mismatch between the X server and the libXfont2 library&apos;s maximum\n    font name length can cause a stack buffer overflow during font alias\n    resolution. The server allocates a 256 byte stack buffer but libXfont2&apos;s\n    alias target name length is 1024 bytes. A font alias name between 257\n    and 1023 bytes causes the X server to copy that name into the undersized\n    stack buffer without further checks.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&quot;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30136)&apos;, &apos;This issue has been assigned CVE-2026-50256&apos;, &apos;* XSYNC Use-After-Free in miSyncDestroyFence()\n\n    A client that sets up multiple fence triggers can trigger a\n    use-after-free function pointer call. An attacker would connect to the\n    X server to set up a fence and await that fence, then a second X\n    connection destroys the fence, causing the use-after-free.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30159)&apos;, &apos;This issue has been assigned CVE-2026-50257&apos;, &apos;* XKB Key Types Stack-based Buffer Overflow\n\n    The X server has multiple stack buffers that are sized\n    XkbMaxShiftLevel * XkbNumKbdGroups but CheckKeyTypes() does not verify\n    or clamp non-canonical key types to XkbMaxShiftLevel. A client can\n    change key types to excessive shift levels and trigger three separate\n    stack overflows.\n\n    This is caused by an incomplete fix of CVE-2025-26597.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30160)&apos;, &apos;This issue has been assigned CVE-2026-50258&apos;, &apos;* XKB SetMap Request Stack-based Buffer Overflow\n\n    _XkbSetMapChecks() declares a fixed-size stack buffer mapWidths[256]\n    indexed by key type index. The helper function CheckKeyTypes() writes\n    to this buffer at a client-controlled offset, allowing a stack buffer\n    overflow.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30161)&apos;, &apos;This issue has been assigned CVE-2026-50259&apos;, &apos;* XSYNC Use-After-Free in FreeCounter()\n\n    A client that sets up multiple SyncCounters and awaits on those\n    triggers can trigger a use-after-free when destroying those counters\n    via a second client connection.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30163)&apos;, &apos;This issue has been assigned CVE-2026-50260&apos;, &apos;* XSYNC Use-After-Free in SyncChangeCounter()\n\n    A client that sets up multiple SyncCounters can trigger a use-after-free\n    when destroying those counters via a second client connection while\n    changing those counters.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30164)&apos;, &apos;This issue has been assigned CVE-2026-50261&apos;, &apos;* GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write\n\n    A wrong size validation check in __glXDisp_ChangeDrawableAttributes()\n    can read (or write) a client-contr(CVE-2026-50259)

A use-after-free flaw was found in the X.Org X server and Xwayland in FreeCounter(). A client that sets up multiple SyncCounters and awaits on those triggers can trigger a use-after-free when destroying those counters via a second client connection. This may be used to crash the server, or for privilege escalation if the X server runs as root.(CVE-2026-50260)

A use-after-free flaw was found in the X.Org X server and Xwayland in SyncChangeCounter(). A client that sets up multiple SyncCounters can trigger a use-after-free when destroying those counters via a second client connection while changing those counters. This may be used to crash the server, or for privilege escalation if the X server runs as root.(CVE-2026-50261)

An out-of-bounds read flaw was found in the X.Org X server and Xwayland in __glXDisp_ChangeDrawableAttributes(). A wrong size validation check can read a client-controlled number of bytes, exceeding the request buffer, leading to information disclosure. A write path also exists but requires byte-swapped clients which is disabled by default.(CVE-2026-50262)

[&apos;Hi all,\n\nCVEs have been issued now, please see inline below\n\nOn Tue, Jun 02, 2026 at 10:01:46AM +1000, Peter Hutterer wrote:&apos;, &quot;=======================================================================\nX.Org Security Advisory: June 2, 2026 \n\nIssues in X.Org X server prior to 21.1.23 and Xwayland prior to 24.1.12\n=======================================================================\n\nMultiple issues have been found in the X server and Xwayland implementations\npublished by X.Org for which we are releasing security fixes for in\nxorg-server-21.1.23 and xwayland-24.1.12.\n\nNote that CVEs have been requested for these issues but did not get assigned in\ntime for this disclosure.\n\n* Font Alias Stack-based Buffer Overflow\n\n    A mismatch between the X server and the libXfont2 library&apos;s maximum\n    font name length can cause a stack buffer overflow during font alias\n    resolution. The server allocates a 256 byte stack buffer but libXfont2&apos;s\n    alias target name length is 1024 bytes. A font alias name between 257\n    and 1023 bytes causes the X server to copy that name into the undersized\n    stack buffer without further checks.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&quot;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30136)&apos;, &apos;This issue has been assigned CVE-2026-50256&apos;, &apos;* XSYNC Use-After-Free in miSyncDestroyFence()\n\n    A client that sets up multiple fence triggers can trigger a\n    use-after-free function pointer call. An attacker would connect to the\n    X server to set up a fence and await that fence, then a second X\n    connection destroys the fence, causing the use-after-free.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30159)&apos;, &apos;This issue has been assigned CVE-2026-50257&apos;, &apos;* XKB Key Types Stack-based Buffer Overflow\n\n    The X server has multiple stack buffers that are sized\n    XkbMaxShiftLevel * XkbNumKbdGroups but CheckKeyTypes() does not verify\n    or clamp non-canonical key types to XkbMaxShiftLevel. A client can\n    change key types to excessive shift levels and trigger three separate\n    stack overflows.\n\n    This is caused by an incomplete fix of CVE-2025-26597.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30160)&apos;, &apos;This issue has been assigned CVE-2026-50258&apos;, &apos;* XKB SetMap Request Stack-based Buffer Overflow\n\n    _XkbSetMapChecks() declares a fixed-size stack buffer mapWidths[256]\n    indexed by key type index. The helper function CheckKeyTypes() writes\n    to this buffer at a client-controlled offset, allowing a stack buffer\n    overflow.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30161)&apos;, &apos;This issue has been assigned CVE-2026-50259&apos;, &apos;* XSYNC Use-After-Free in FreeCounter()\n\n    A client that sets up multiple SyncCounters and awaits on those\n    triggers can trigger a use-after-free when destroying those counters\n    via a second client connection.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30163)&apos;, &apos;This issue has been assigned CVE-2026-50260&apos;, &apos;* XSYNC Use-After-Free in SyncChangeCounter()\n\n    A client that sets up multiple SyncCounters can trigger a use-after-free\n    when destroying those counters via a second client connection while\n    changing those counters.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30164)&apos;, &apos;This issue has been assigned CVE-2026-50261&apos;, &apos;* GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write\n\n    A wrong size validation check in __glXDisp_ChangeDrawableAttributes()\n    can read (or write) a client-contr(CVE-2026-50263)

An out-of-bounds write flaw was found in the X.Org X server and Xwayland in DRIGetBuffers/DRIGetBuffersWithFormat. A client that requests multiple DRI2BufferBackLeft attachments and one DRI2BufferFrontLeft can trigger an out-of-bounds heap write. This may be used to crash the server, or for privilege escalation if the X server runs as root.(CVE-2026-50264)</Note>
		<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for xorg-x11-server is now available for openEuler-24.03-LTS-SP1,openEuler-24.03-LTS-SP3,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS-SP4.

openEuler Security has rated this update as having a security impact of high. A Common Vunlnerability Scoring System(CVSS)base score,which gives a detailed severity rating, is available for each vulnerability from the CVElink(s) in the References section.</Note>
		<Note Title="Severity" Type="General" Ordinal="5" xml:lang="en">High</Note>
		<Note Title="Affected Component" Type="General" Ordinal="6" xml:lang="en">xorg-x11-server</Note>
	</DocumentNotes>
	<DocumentReferences>
		<Reference Type="Self">
			<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2681</URL>
		</Reference>
		<Reference Type="openEuler CVE">
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-50256</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-50257</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-50258</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-50259</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-50260</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-50261</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-50262</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-50263</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-50264</URL>
		</Reference>
		<Reference Type="Other">
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-50256</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-50257</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-50258</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-50259</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-50260</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-50261</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-50262</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-50263</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-50264</URL>
		</Reference>
	</DocumentReferences>
	<ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
		<Branch Type="Product Name" Name="openEuler">
			<FullProductName ProductID="openEuler-24.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">openEuler-24.03-LTS-SP1</FullProductName>
			<FullProductName ProductID="openEuler-24.03-LTS-SP3" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">openEuler-24.03-LTS-SP3</FullProductName>
			<FullProductName ProductID="openEuler-20.03-LTS-SP4" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">openEuler-20.03-LTS-SP4</FullProductName>
			<FullProductName ProductID="openEuler-22.03-LTS-SP4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">openEuler-22.03-LTS-SP4</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="aarch64">
			<FullProductName ProductID="xorg-x11-server-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-1.20.11-45.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xdmx-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-Xdmx-1.20.11-45.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xephyr-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-Xephyr-1.20.11-45.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xnest-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-Xnest-1.20.11-45.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xvfb-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-Xvfb-1.20.11-45.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-common-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-common-1.20.11-45.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debuginfo-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-debuginfo-1.20.11-45.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debugsource-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-debugsource-1.20.11-45.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-devel-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-devel-1.20.11-45.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-1.20.11-45.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xdmx-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-Xdmx-1.20.11-45.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xephyr-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-Xephyr-1.20.11-45.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xnest-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-Xnest-1.20.11-45.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xvfb-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-Xvfb-1.20.11-45.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-common-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-common-1.20.11-45.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debuginfo-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-debuginfo-1.20.11-45.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debugsource-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-debugsource-1.20.11-45.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-devel-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-devel-1.20.11-45.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-1.20.8-38.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xephyr-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-Xephyr-1.20.8-38.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debuginfo-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-debuginfo-1.20.8-38.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debugsource-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-debugsource-1.20.8-38.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-devel-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-devel-1.20.8-38.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-1.20.11-44.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xdmx-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-Xdmx-1.20.11-44.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xephyr-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-Xephyr-1.20.11-44.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xnest-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-Xnest-1.20.11-44.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xvfb-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-Xvfb-1.20.11-44.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-common-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-common-1.20.11-44.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debuginfo-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-debuginfo-1.20.11-44.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debugsource-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-debugsource-1.20.11-44.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-devel-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-devel-1.20.11-44.oe2203sp4.aarch64.rpm</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="src">
			<FullProductName ProductID="xorg-x11-server-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-1.20.11-45.oe2403sp1.src.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-1.20.11-45.oe2403sp3.src.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-1.20.8-38.oe2003sp4.src.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-1.20.11-44.oe2203sp4.src.rpm</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="x86_64">
			<FullProductName ProductID="xorg-x11-server-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-1.20.11-45.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xdmx-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-Xdmx-1.20.11-45.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xephyr-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-Xephyr-1.20.11-45.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xnest-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-Xnest-1.20.11-45.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xvfb-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-Xvfb-1.20.11-45.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-common-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-common-1.20.11-45.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debuginfo-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-debuginfo-1.20.11-45.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debugsource-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-debugsource-1.20.11-45.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-devel-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-devel-1.20.11-45.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-1.20.11-45.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xdmx-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-Xdmx-1.20.11-45.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xephyr-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-Xephyr-1.20.11-45.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xnest-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-Xnest-1.20.11-45.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xvfb-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-Xvfb-1.20.11-45.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-common-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-common-1.20.11-45.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debuginfo-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-debuginfo-1.20.11-45.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debugsource-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-debugsource-1.20.11-45.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-devel-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-devel-1.20.11-45.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-1.20.8-38.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xephyr-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-Xephyr-1.20.8-38.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debuginfo-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-debuginfo-1.20.8-38.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debugsource-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-debugsource-1.20.8-38.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-devel-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-devel-1.20.8-38.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-1.20.11-44.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xdmx-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-Xdmx-1.20.11-44.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xephyr-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-Xephyr-1.20.11-44.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xnest-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-Xnest-1.20.11-44.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-Xvfb-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-Xvfb-1.20.11-44.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-common-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-common-1.20.11-44.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debuginfo-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-debuginfo-1.20.11-44.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-debugsource-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-debugsource-1.20.11-44.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-devel-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-devel-1.20.11-44.oe2203sp4.x86_64.rpm</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="noarch">
			<FullProductName ProductID="xorg-x11-server-help-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-help-1.20.11-45.oe2403sp1.noarch.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-source-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">xorg-x11-server-source-1.20.11-45.oe2403sp1.noarch.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-help-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-help-1.20.11-45.oe2403sp3.noarch.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-source-1.20.11-45" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">xorg-x11-server-source-1.20.11-45.oe2403sp3.noarch.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-help-1.20.8-38" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">xorg-x11-server-help-1.20.8-38.oe2003sp4.noarch.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-help-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-help-1.20.11-44.oe2203sp4.noarch.rpm</FullProductName>
			<FullProductName ProductID="xorg-x11-server-source-1.20.11-44" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">xorg-x11-server-source-1.20.11-44.oe2203sp4.noarch.rpm</FullProductName>
		</Branch>
	</ProductTree>
	<Vulnerability Ordinal="1" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">[&apos;Hi all,\n\nCVEs have been issued now, please see inline below\n\nOn Tue, Jun 02, 2026 at 10:01:46AM +1000, Peter Hutterer wrote:&apos;, &quot;=======================================================================\nX.Org Security Advisory: June 2, 2026 \n\nIssues in X.Org X server prior to 21.1.23 and Xwayland prior to 24.1.12\n=======================================================================\n\nMultiple issues have been found in the X server and Xwayland implementations\npublished by X.Org for which we are releasing security fixes for in\nxorg-server-21.1.23 and xwayland-24.1.12.\n\nNote that CVEs have been requested for these issues but did not get assigned in\ntime for this disclosure.\n\n* Font Alias Stack-based Buffer Overflow\n\n    A mismatch between the X server and the libXfont2 library&apos;s maximum\n    font name length can cause a stack buffer overflow during font alias\n    resolution. The server allocates a 256 byte stack buffer but libXfont2&apos;s\n    alias target name length is 1024 bytes. A font alias name between 257\n    and 1023 bytes causes the X server to copy that name into the undersized\n    stack buffer without further checks.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&quot;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30136)&apos;, &apos;This issue has been assigned CVE-2026-50256&apos;, &apos;* XSYNC Use-After-Free in miSyncDestroyFence()\n\n    A client that sets up multiple fence triggers can trigger a\n    use-after-free function pointer call. An attacker would connect to the\n    X server to set up a fence and await that fence, then a second X\n    connection destroys the fence, causing the use-after-free.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30159)&apos;, &apos;This issue has been assigned CVE-2026-50257&apos;, &apos;* XKB Key Types Stack-based Buffer Overflow\n\n    The X server has multiple stack buffers that are sized\n    XkbMaxShiftLevel * XkbNumKbdGroups but CheckKeyTypes() does not verify\n    or clamp non-canonical key types to XkbMaxShiftLevel. A client can\n    change key types to excessive shift levels and trigger three separate\n    stack overflows.\n\n    This is caused by an incomplete fix of CVE-2025-26597.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30160)&apos;, &apos;This issue has been assigned CVE-2026-50258&apos;, &apos;* XKB SetMap Request Stack-based Buffer Overflow\n\n    _XkbSetMapChecks() declares a fixed-size stack buffer mapWidths[256]\n    indexed by key type index. The helper function CheckKeyTypes() writes\n    to this buffer at a client-controlled offset, allowing a stack buffer\n    overflow.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30161)&apos;, &apos;This issue has been assigned CVE-2026-50259&apos;, &apos;* XSYNC Use-After-Free in FreeCounter()\n\n    A client that sets up multiple SyncCounters and awaits on those\n    triggers can trigger a use-after-free when destroying those counters\n    via a second client connection.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30163)&apos;, &apos;This issue has been assigned CVE-2026-50260&apos;, &apos;* XSYNC Use-After-Free in SyncChangeCounter()\n\n    A client that sets up multiple SyncCounters can trigger a use-after-free\n    when destroying those counters via a second client connection while\n    changing those counters.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30164)&apos;, &apos;This issue has been assigned CVE-2026-50261&apos;, &apos;* GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write\n\n    A wrong size validation check in __glXDisp_ChangeDrawableAttributes()\n    can read (or write) a client-contr</Note>
		</Notes>
		<ReleaseDate>2026-06-12</ReleaseDate>
		<CVE>CVE-2026-50256</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>7.8</BaseScore>
				<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>xorg-x11-server security update</Description>
				<DATE>2026-06-12</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2681</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="2" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">[&apos;Hi all,\n\nCVEs have been issued now, please see inline below\n\nOn Tue, Jun 02, 2026 at 10:01:46AM +1000, Peter Hutterer wrote:&apos;, &quot;=======================================================================\nX.Org Security Advisory: June 2, 2026 \n\nIssues in X.Org X server prior to 21.1.23 and Xwayland prior to 24.1.12\n=======================================================================\n\nMultiple issues have been found in the X server and Xwayland implementations\npublished by X.Org for which we are releasing security fixes for in\nxorg-server-21.1.23 and xwayland-24.1.12.\n\nNote that CVEs have been requested for these issues but did not get assigned in\ntime for this disclosure.\n\n* Font Alias Stack-based Buffer Overflow\n\n    A mismatch between the X server and the libXfont2 library&apos;s maximum\n    font name length can cause a stack buffer overflow during font alias\n    resolution. The server allocates a 256 byte stack buffer but libXfont2&apos;s\n    alias target name length is 1024 bytes. A font alias name between 257\n    and 1023 bytes causes the X server to copy that name into the undersized\n    stack buffer without further checks.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&quot;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30136)&apos;, &apos;This issue has been assigned CVE-2026-50256&apos;, &apos;* XSYNC Use-After-Free in miSyncDestroyFence()\n\n    A client that sets up multiple fence triggers can trigger a\n    use-after-free function pointer call. An attacker would connect to the\n    X server to set up a fence and await that fence, then a second X\n    connection destroys the fence, causing the use-after-free.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30159)&apos;, &apos;This issue has been assigned CVE-2026-50257&apos;, &apos;* XKB Key Types Stack-based Buffer Overflow\n\n    The X server has multiple stack buffers that are sized\n    XkbMaxShiftLevel * XkbNumKbdGroups but CheckKeyTypes() does not verify\n    or clamp non-canonical key types to XkbMaxShiftLevel. A client can\n    change key types to excessive shift levels and trigger three separate\n    stack overflows.\n\n    This is caused by an incomplete fix of CVE-2025-26597.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30160)&apos;, &apos;This issue has been assigned CVE-2026-50258&apos;, &apos;* XKB SetMap Request Stack-based Buffer Overflow\n\n    _XkbSetMapChecks() declares a fixed-size stack buffer mapWidths[256]\n    indexed by key type index. The helper function CheckKeyTypes() writes\n    to this buffer at a client-controlled offset, allowing a stack buffer\n    overflow.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30161)&apos;, &apos;This issue has been assigned CVE-2026-50259&apos;, &apos;* XSYNC Use-After-Free in FreeCounter()\n\n    A client that sets up multiple SyncCounters and awaits on those\n    triggers can trigger a use-after-free when destroying those counters\n    via a second client connection.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30163)&apos;, &apos;This issue has been assigned CVE-2026-50260&apos;, &apos;* XSYNC Use-After-Free in SyncChangeCounter()\n\n    A client that sets up multiple SyncCounters can trigger a use-after-free\n    when destroying those counters via a second client connection while\n    changing those counters.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30164)&apos;, &apos;This issue has been assigned CVE-2026-50261&apos;, &apos;* GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write\n\n    A wrong size validation check in __glXDisp_ChangeDrawableAttributes()\n    can read (or write) a client-contr</Note>
		</Notes>
		<ReleaseDate>2026-06-12</ReleaseDate>
		<CVE>CVE-2026-50257</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>7.8</BaseScore>
				<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>xorg-x11-server security update</Description>
				<DATE>2026-06-12</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2681</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="3" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">[&apos;Hi all,\n\nCVEs have been issued now, please see inline below\n\nOn Tue, Jun 02, 2026 at 10:01:46AM +1000, Peter Hutterer wrote:&apos;, &quot;=======================================================================\nX.Org Security Advisory: June 2, 2026 \n\nIssues in X.Org X server prior to 21.1.23 and Xwayland prior to 24.1.12\n=======================================================================\n\nMultiple issues have been found in the X server and Xwayland implementations\npublished by X.Org for which we are releasing security fixes for in\nxorg-server-21.1.23 and xwayland-24.1.12.\n\nNote that CVEs have been requested for these issues but did not get assigned in\ntime for this disclosure.\n\n* Font Alias Stack-based Buffer Overflow\n\n    A mismatch between the X server and the libXfont2 library&apos;s maximum\n    font name length can cause a stack buffer overflow during font alias\n    resolution. The server allocates a 256 byte stack buffer but libXfont2&apos;s\n    alias target name length is 1024 bytes. A font alias name between 257\n    and 1023 bytes causes the X server to copy that name into the undersized\n    stack buffer without further checks.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&quot;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30136)&apos;, &apos;This issue has been assigned CVE-2026-50256&apos;, &apos;* XSYNC Use-After-Free in miSyncDestroyFence()\n\n    A client that sets up multiple fence triggers can trigger a\n    use-after-free function pointer call. An attacker would connect to the\n    X server to set up a fence and await that fence, then a second X\n    connection destroys the fence, causing the use-after-free.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30159)&apos;, &apos;This issue has been assigned CVE-2026-50257&apos;, &apos;* XKB Key Types Stack-based Buffer Overflow\n\n    The X server has multiple stack buffers that are sized\n    XkbMaxShiftLevel * XkbNumKbdGroups but CheckKeyTypes() does not verify\n    or clamp non-canonical key types to XkbMaxShiftLevel. A client can\n    change key types to excessive shift levels and trigger three separate\n    stack overflows.\n\n    This is caused by an incomplete fix of CVE-2025-26597.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30160)&apos;, &apos;This issue has been assigned CVE-2026-50258&apos;, &apos;* XKB SetMap Request Stack-based Buffer Overflow\n\n    _XkbSetMapChecks() declares a fixed-size stack buffer mapWidths[256]\n    indexed by key type index. The helper function CheckKeyTypes() writes\n    to this buffer at a client-controlled offset, allowing a stack buffer\n    overflow.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30161)&apos;, &apos;This issue has been assigned CVE-2026-50259&apos;, &apos;* XSYNC Use-After-Free in FreeCounter()\n\n    A client that sets up multiple SyncCounters and awaits on those\n    triggers can trigger a use-after-free when destroying those counters\n    via a second client connection.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30163)&apos;, &apos;This issue has been assigned CVE-2026-50260&apos;, &apos;* XSYNC Use-After-Free in SyncChangeCounter()\n\n    A client that sets up multiple SyncCounters can trigger a use-after-free\n    when destroying those counters via a second client connection while\n    changing those counters.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30164)&apos;, &apos;This issue has been assigned CVE-2026-50261&apos;, &apos;* GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write\n\n    A wrong size validation check in __glXDisp_ChangeDrawableAttributes()\n    can read (or write) a client-contr</Note>
		</Notes>
		<ReleaseDate>2026-06-12</ReleaseDate>
		<CVE>CVE-2026-50258</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>7.8</BaseScore>
				<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>xorg-x11-server security update</Description>
				<DATE>2026-06-12</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2681</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="4" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">[&apos;Hi all,\n\nCVEs have been issued now, please see inline below\n\nOn Tue, Jun 02, 2026 at 10:01:46AM +1000, Peter Hutterer wrote:&apos;, &quot;=======================================================================\nX.Org Security Advisory: June 2, 2026 \n\nIssues in X.Org X server prior to 21.1.23 and Xwayland prior to 24.1.12\n=======================================================================\n\nMultiple issues have been found in the X server and Xwayland implementations\npublished by X.Org for which we are releasing security fixes for in\nxorg-server-21.1.23 and xwayland-24.1.12.\n\nNote that CVEs have been requested for these issues but did not get assigned in\ntime for this disclosure.\n\n* Font Alias Stack-based Buffer Overflow\n\n    A mismatch between the X server and the libXfont2 library&apos;s maximum\n    font name length can cause a stack buffer overflow during font alias\n    resolution. The server allocates a 256 byte stack buffer but libXfont2&apos;s\n    alias target name length is 1024 bytes. A font alias name between 257\n    and 1023 bytes causes the X server to copy that name into the undersized\n    stack buffer without further checks.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&quot;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30136)&apos;, &apos;This issue has been assigned CVE-2026-50256&apos;, &apos;* XSYNC Use-After-Free in miSyncDestroyFence()\n\n    A client that sets up multiple fence triggers can trigger a\n    use-after-free function pointer call. An attacker would connect to the\n    X server to set up a fence and await that fence, then a second X\n    connection destroys the fence, causing the use-after-free.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30159)&apos;, &apos;This issue has been assigned CVE-2026-50257&apos;, &apos;* XKB Key Types Stack-based Buffer Overflow\n\n    The X server has multiple stack buffers that are sized\n    XkbMaxShiftLevel * XkbNumKbdGroups but CheckKeyTypes() does not verify\n    or clamp non-canonical key types to XkbMaxShiftLevel. A client can\n    change key types to excessive shift levels and trigger three separate\n    stack overflows.\n\n    This is caused by an incomplete fix of CVE-2025-26597.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30160)&apos;, &apos;This issue has been assigned CVE-2026-50258&apos;, &apos;* XKB SetMap Request Stack-based Buffer Overflow\n\n    _XkbSetMapChecks() declares a fixed-size stack buffer mapWidths[256]\n    indexed by key type index. The helper function CheckKeyTypes() writes\n    to this buffer at a client-controlled offset, allowing a stack buffer\n    overflow.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30161)&apos;, &apos;This issue has been assigned CVE-2026-50259&apos;, &apos;* XSYNC Use-After-Free in FreeCounter()\n\n    A client that sets up multiple SyncCounters and awaits on those\n    triggers can trigger a use-after-free when destroying those counters\n    via a second client connection.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30163)&apos;, &apos;This issue has been assigned CVE-2026-50260&apos;, &apos;* XSYNC Use-After-Free in SyncChangeCounter()\n\n    A client that sets up multiple SyncCounters can trigger a use-after-free\n    when destroying those counters via a second client connection while\n    changing those counters.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30164)&apos;, &apos;This issue has been assigned CVE-2026-50261&apos;, &apos;* GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write\n\n    A wrong size validation check in __glXDisp_ChangeDrawableAttributes()\n    can read (or write) a client-contr</Note>
		</Notes>
		<ReleaseDate>2026-06-12</ReleaseDate>
		<CVE>CVE-2026-50259</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>7.8</BaseScore>
				<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>xorg-x11-server security update</Description>
				<DATE>2026-06-12</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2681</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="5" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A use-after-free flaw was found in the X.Org X server and Xwayland in FreeCounter(). A client that sets up multiple SyncCounters and awaits on those triggers can trigger a use-after-free when destroying those counters via a second client connection. This may be used to crash the server, or for privilege escalation if the X server runs as root.</Note>
		</Notes>
		<ReleaseDate>2026-06-12</ReleaseDate>
		<CVE>CVE-2026-50260</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>7.8</BaseScore>
				<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>xorg-x11-server security update</Description>
				<DATE>2026-06-12</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2681</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="6" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A use-after-free flaw was found in the X.Org X server and Xwayland in SyncChangeCounter(). A client that sets up multiple SyncCounters can trigger a use-after-free when destroying those counters via a second client connection while changing those counters. This may be used to crash the server, or for privilege escalation if the X server runs as root.</Note>
		</Notes>
		<ReleaseDate>2026-06-12</ReleaseDate>
		<CVE>CVE-2026-50261</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>7.8</BaseScore>
				<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>xorg-x11-server security update</Description>
				<DATE>2026-06-12</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2681</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="7" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An out-of-bounds read flaw was found in the X.Org X server and Xwayland in __glXDisp_ChangeDrawableAttributes(). A wrong size validation check can read a client-controlled number of bytes, exceeding the request buffer, leading to information disclosure. A write path also exists but requires byte-swapped clients which is disabled by default.</Note>
		</Notes>
		<ReleaseDate>2026-06-12</ReleaseDate>
		<CVE>CVE-2026-50262</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Medium</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>5.5</BaseScore>
				<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>xorg-x11-server security update</Description>
				<DATE>2026-06-12</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2681</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="8" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">[&apos;Hi all,\n\nCVEs have been issued now, please see inline below\n\nOn Tue, Jun 02, 2026 at 10:01:46AM +1000, Peter Hutterer wrote:&apos;, &quot;=======================================================================\nX.Org Security Advisory: June 2, 2026 \n\nIssues in X.Org X server prior to 21.1.23 and Xwayland prior to 24.1.12\n=======================================================================\n\nMultiple issues have been found in the X server and Xwayland implementations\npublished by X.Org for which we are releasing security fixes for in\nxorg-server-21.1.23 and xwayland-24.1.12.\n\nNote that CVEs have been requested for these issues but did not get assigned in\ntime for this disclosure.\n\n* Font Alias Stack-based Buffer Overflow\n\n    A mismatch between the X server and the libXfont2 library&apos;s maximum\n    font name length can cause a stack buffer overflow during font alias\n    resolution. The server allocates a 256 byte stack buffer but libXfont2&apos;s\n    alias target name length is 1024 bytes. A font alias name between 257\n    and 1023 bytes causes the X server to copy that name into the undersized\n    stack buffer without further checks.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&quot;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30136)&apos;, &apos;This issue has been assigned CVE-2026-50256&apos;, &apos;* XSYNC Use-After-Free in miSyncDestroyFence()\n\n    A client that sets up multiple fence triggers can trigger a\n    use-after-free function pointer call. An attacker would connect to the\n    X server to set up a fence and await that fence, then a second X\n    connection destroys the fence, causing the use-after-free.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30159)&apos;, &apos;This issue has been assigned CVE-2026-50257&apos;, &apos;* XKB Key Types Stack-based Buffer Overflow\n\n    The X server has multiple stack buffers that are sized\n    XkbMaxShiftLevel * XkbNumKbdGroups but CheckKeyTypes() does not verify\n    or clamp non-canonical key types to XkbMaxShiftLevel. A client can\n    change key types to excessive shift levels and trigger three separate\n    stack overflows.\n\n    This is caused by an incomplete fix of CVE-2025-26597.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30160)&apos;, &apos;This issue has been assigned CVE-2026-50258&apos;, &apos;* XKB SetMap Request Stack-based Buffer Overflow\n\n    _XkbSetMapChecks() declares a fixed-size stack buffer mapWidths[256]\n    indexed by key type index. The helper function CheckKeyTypes() writes\n    to this buffer at a client-controlled offset, allowing a stack buffer\n    overflow.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30161)&apos;, &apos;This issue has been assigned CVE-2026-50259&apos;, &apos;* XSYNC Use-After-Free in FreeCounter()\n\n    A client that sets up multiple SyncCounters and awaits on those\n    triggers can trigger a use-after-free when destroying those counters\n    via a second client connection.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30163)&apos;, &apos;This issue has been assigned CVE-2026-50260&apos;, &apos;* XSYNC Use-After-Free in SyncChangeCounter()\n\n    A client that sets up multiple SyncCounters can trigger a use-after-free\n    when destroying those counters via a second client connection while\n    changing those counters.\n\n    Fixed in: xorg-server-21.1.23 and xwayland-24.1.12\n    Fix:&apos;, &apos;Found by: Anonymous working with TrendAI Zero Day Initiative.\n              (ZDI-CAN-30164)&apos;, &apos;This issue has been assigned CVE-2026-50261&apos;, &apos;* GLX ChangeDrawableAttributes Out-Of-Bounds Read/Write\n\n    A wrong size validation check in __glXDisp_ChangeDrawableAttributes()\n    can read (or write) a client-contr</Note>
		</Notes>
		<ReleaseDate>2026-06-12</ReleaseDate>
		<CVE>CVE-2026-50263</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Medium</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>5.5</BaseScore>
				<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>xorg-x11-server security update</Description>
				<DATE>2026-06-12</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2681</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="9" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An out-of-bounds write flaw was found in the X.Org X server and Xwayland in DRIGetBuffers/DRIGetBuffersWithFormat. A client that requests multiple DRI2BufferBackLeft attachments and one DRI2BufferFrontLeft can trigger an out-of-bounds heap write. This may be used to crash the server, or for privilege escalation if the X server runs as root.</Note>
		</Notes>
		<ReleaseDate>2026-06-12</ReleaseDate>
		<CVE>CVE-2026-50264</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>7.8</BaseScore>
				<Vector>AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>xorg-x11-server security update</Description>
				<DATE>2026-06-12</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2681</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
</cvrfdoc>