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.
Workaround:
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://access.redhat.com/errata/RHSA-2024:2298 | vendor advisory |
https://access.redhat.com/security/cve/CVE-2023-5574 | third party advisory vdb entry |
https://bugzilla.redhat.com/show_bug.cgi?id=2244735 | third party advisory issue tracking |
https://lists.x.org/archives/xorg-announce/2023-October/003430.html | patch vendor advisory |
https://security.netapp.com/advisory/ntap-20231130-0004/ |