2 matches found
CVE-2026-33987
FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.24.2, in persistentcachereadentryv3 in libfreerdp/cache/persistent.c, persistent-bmpSize is updated before winpralignedrecalloc. If realloc fails, bmpSize is inflated while bmpData points to the old buffer. This...
CVE-2026-33986
Vulnerability CVE-2026-33986 affects FreeRDP prior to 3.24.2. In yuv_ensure_buffer() (libfreerdp/codec/h264.c), h264->width and h264->height are inflated before the reallocation loop; if winpr_aligned_recalloc() fails, the function returns FALSE but width/height remain inflated. This is res...