VYPR

rpm package

opensuse/freerdp2&distro=openSUSE Tumbleweed

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

Vulnerabilities (114)

  • CVE-2026-31806Mar 13, 2026
    affected < 2.11.7-6.1fixed 2.11.7-6.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, the gdi_surface_bits() function processes SURFACE_BITS_COMMAND messages sent by the RDP server. When the command is handled using NSCodec, the bmp.width and bmp.height values provided by the server

  • CVE-2026-31885Mar 13, 2026
    affected < 2.11.7-6.1fixed 2.11.7-6.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, there is an out-of-bounds read in MS-ADPCM and IMA-ADPCM decoders due to unchecked predictor and step_index values from input data. This vulnerability is fixed in 3.24.0.

  • CVE-2026-31883Mar 13, 2026
    affected < 2.11.7-6.1fixed 2.11.7-6.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtr

  • CVE-2026-27951Feb 25, 2026
    affected < 2.11.7-8.1fixed 2.11.7-8.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, the function `Stream_EnsureCapacity` can create an endless blocking loop. This may affect all client and server implementations using `FreeRDP`. For practical exploitation this will only wor

  • CVE-2026-26986Feb 25, 2026
    affected < 2.11.7-8.1fixed 2.11.7-8.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `rail_window_free` dereferences a freed `xfAppWindow` pointer during `HashTable_Free` cleanup because `xf_rail_window_common` calls `free(appWindow)` on title allocation failure without firs

  • CVE-2026-26965Feb 25, 2026
    affected < 2.11.7-6.1fixed 2.11.7-6.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 < 2.11.7-6.1fixed 2.11.7-6.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-27015Feb 25, 2026
    affected < 2.11.7-8.1fixed 2.11.7-8.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a missing bounds check in `smartcard_unpack_read_size_align()` (`libfreerdp/utils/smartcard_pack.c:1703`) allows a malicious RDP server to crash the FreeRDP client via a reachable `WINPR_ASS

  • CVE-2026-26271Feb 25, 2026
    affected < 2.11.7-6.1fixed 2.11.7-6.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 < 2.11.7-8.1fixed 2.11.7-8.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-25954Feb 25, 2026
    affected < 2.11.7-8.1fixed 2.11.7-8.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-25952Feb 25, 2026
    affected < 2.11.7-8.1fixed 2.11.7-8.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 < 2.11.7-8.1fixed 2.11.7-8.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 < 2.11.7-8.1fixed 2.11.7-8.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 < 2.11.7-5.1fixed 2.11.7-5.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 < 2.11.7-5.1fixed 2.11.7-5.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 < 2.11.7-5.1fixed 2.11.7-5.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 < 2.11.7-5.1fixed 2.11.7-5.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-24679Feb 9, 2026
    affected < 2.11.7-5.1fixed 2.11.7-5.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.

  • CVE-2026-24676Feb 9, 2026
    affected < 2.11.7-5.1fixed 2.11.7-5.1

    FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.22.0, AUDIN format renegotiation frees the active format list while the capture thread continues using audin->format, leading to a use after free in audio_format_compatible. This vulnerability is fixed in

Page 1 of 6