FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_AppUpdateWindowFromSurface` reads from a freed `xfAppWindow` because the RDPGFX DVC thread obtains a bare pointer via `xf_rail_get_window` without any lifetime protection, while the main thread can concurrently delete the window through a fastpath window-delete order. Version 3.23.0 fixes the issue.
References
Configurations
History
No history.
Information
Published : 2026-02-25 21:16
Updated : 2026-02-27 14:55
NVD link : CVE-2026-25953
Mitre link : CVE-2026-25953
CVE.ORG link : CVE-2026-25953
JSON object : View
Products Affected
freerdp
- freerdp
CWE
CWE-416
Use After Free
