VYPR

rpm package

opensuse/freerdp&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/freerdp&distro=openSUSE%20Tumbleweed

Vulnerabilities (80)

  • CVE-2026-29776Mar 13, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, Integer Underflow in update_read_cache_bitmap_order Function of FreeRDP's Core Library This vulnerability is fixed in 3.24.0.

  • CVE-2026-29775Mar 13, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap out-of-bounds read/write occurs in FreeRDP's bitmap cache subsystem due to an off-by-one boundary check in bitmap_cache_put. A malicious server can send a CACHE_BITMAP_ORDER (Rev1

  • CVE-2026-29774Mar 13, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap buffer overflow occurs in the FreeRDP client's AVC420/AVC444 YUV-to-RGB conversion path due to missing horizontal bounds validation of H.264 metablock regionRects coordinates. In

  • CVE-2026-26965Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, in the RLE planar decode path, `planar_decompress_plane_rle()` writes into `pDstData` at `((nYDst+y) * nDstStep) + (4*nXDst) + nChannel` without verifying that `(nYDst+nSrcHeight)` fits in t

  • CVE-2026-26955Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a malicious RDP server can trigger a heap buffer overflow in FreeRDP clients using the GDI surface pipeline (e.g., `xfreerdp`) by sending an RDPGFX ClearCodec surface command with an out-of-

  • CVE-2026-26271Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a buffer overread in `freerdp_image_copy_from_icon_data()` (libfreerdp/codec/color.c) can be triggered by crafted RDP Window Icon (TS_ICON_INFO) data. The bug is reachable over the network w

  • CVE-2026-25997Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_clipboard_format_equal` reads freed `lastSentFormats` memory because `xf_clipboard_formats_free` (called from the cliprdr channel thread during auto-reconnect) frees the array while the

  • CVE-2026-25959Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_cliprdr_provide_data_` passes freed `pDstData` to `XChangeProperty` because the cliprdr channel thread calls `xf_cliprdr_server_format_data_response` which converts and uses the clipboar

  • CVE-2026-25955Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_AppUpdateWindowFromSurface` reuses a cached `XImage` whose `data` pointer references a freed RDPGFX surface buffer, because `gdi_DeleteSurface` frees `surface->data` without invalidating

  • CVE-2026-25954Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_local_move_size` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` returns an unprotected pointer from the `railWindows` hash table, and the main thread

  • CVE-2026-25953Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    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

  • CVE-2026-25952Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_SetWindowMinMaxInfo` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` in `xf_rail_server_min_max_info` returns an unprotected pointer from the `railWindows` hash t

  • CVE-2026-25942Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_execute_result` indexes the global `error_code_names[]` array (7 elements, indices 0–6) with an unchecked `execResult->execResult` value received from the server, allowing an

  • CVE-2026-25941Feb 25, 2026
    affected < 3.24.1-1.1fixed 3.24.1-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Versions on the 2.x branch prior to to 2.11.8 and on the 3.x branch prior to 3.23.0 have an out-of-bounds read vulnerability in the FreeRDP client's RDPGFX channel that allows a malicious RDP server to read uninitia

  • CVE-2026-24684Feb 9, 2026
    affected < 3.22.0-1.1fixed 3.22.0-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, the RDPSND async playback thread can process queued PDUs after the channel is closed and internal state is freed, leading to a use after free in rdpsnd_treat_wave. This vulnerability is fixed in 3.2

  • CVE-2026-24683Feb 9, 2026
    affected < 3.22.0-1.1fixed 3.22.0-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. ainput_send_input_event caches channel_callback in a local variable and later uses it without synchronization; a concurrent channel close can free or reinitialize the callback, leading to a use after free. Prior to

  • CVE-2026-24682Feb 9, 2026
    affected < 3.22.0-1.1fixed 3.22.0-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, audin_server_recv_formats frees an incorrect number of audio formats on parse failure (i + i), leading to out-of-bounds access in audio_formats_free. This vulnerability is fixed in 3.22.0.

  • CVE-2026-24681Feb 9, 2026
    affected < 3.22.0-1.1fixed 3.22.0-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, aAsynchronous bulk transfer completions can use a freed channel callback after URBDRC channel close, leading to a use after free in urb_write_completion. This vulnerability is fixed in 3.22.0.

  • CVE-2026-24680Feb 9, 2026
    affected < 3.22.0-1.1fixed 3.22.0-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, sdl_Pointer_New frees data on failure, then pointer_free calls sdl_Pointer_Free and frees it again, triggering ASan UAF. This vulnerability is fixed in 3.22.0.

  • CVE-2026-24679Feb 9, 2026
    affected < 3.22.0-1.1fixed 3.22.0-1.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, The URBDRC client uses server-supplied interface numbers as array indices without bounds checks, causing an out-of-bounds read in libusb_udev_select_interface. This vulnerability is fixed in 3.22.0.