Lucene search
+L

4805 matches found

CVE
CVE
added 2026/08/19 5:55 p.m.17 views

CVE-2026-63117

FreeRDP prior to 3.28.0 is vulnerable to a denial-of-service condition in the rdpsnd (remote desktop sound) channel. An authenticated RDP client can advertise DVI ADPCM with nBlockAlign = 8 and nChannels = 2, causing the bs variable in rdpsnd_server_select_format (channels/rdpsnd/server/rdpsnd_ma...

6.5CVSS5.4AI score0.00389EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/19 5:51 p.m.17 views

CVE-2026-55192

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, FreeRDP H.264 decoder backends can return YUV planes sized from the bitstream without comparing the decoded width and height to the RDPGFX surface dimensions used to validate region rectangles. A malicious RDP serve...

7.2CVSS5.5AI score0.00521EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2026/08/19 5:51 p.m.16 views

CVE-2026-55192

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, FreeRDP H.264 decoder backends can return YUV planes sized from the bitstream without comparing the decoded width and height to the RDPGFX surface dimensions used to validate region rectangles. A malicious RDP serve...

7.2CVSS5.5AI score0.00521EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 5:51 p.m.6 views

CVE-2026-55192 FreeRDP: Out-of-bounds read in H.264 YUV-to-RGB conversion due to decoder/surface dimension mismatch

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, FreeRDP H.264 decoder backends can return YUV planes sized from the bitstream without comparing the decoded width and height to the RDPGFX surface dimensions used to validate region rectangles. A malicious RDP serve...

7.2CVSS5.6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/19 5:51 p.m.25 views

CVE-2026-55192

In FreeRDP prior to 3.27.0, H.264 decoder backends return YUV planes sized from the bitstream without comparing decoded dimensions to the RDPGFX surface size. A malicious RDP server can supply a smaller AVC420/AVC444 frame, causing out-of-bounds reads in yuv420_context_decode/avc420_yuv_to_rgb pa...

7.2CVSS5.4AI score0.00521EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 5:50 p.m.32 views

CVE-2026-55194 FreeRDPHeap-buffer-overflow write in TS Gateway RPC RESPONSE reassembly due to alloc_hint capacity mismatch

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, rpcclientrecvfragment in libfreerdp/core/gateway/rpcclient.c ensures the response reassembly stream capacity using only the server-declared allochint rather than the actual StubLength about to be written. A maliciou...

8.7CVSS0.00626EPSS
SaveExploits0References4
AlpineLinux
AlpineLinux
added 2026/08/19 5:50 p.m.17 views

CVE-2026-55194

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, rpcclientrecvfragment in libfreerdp/core/gateway/rpcclient.c ensures the response reassembly stream capacity using only the server-declared allochint rather than the actual StubLength about to be written. A maliciou...

8.7CVSS6AI score0.00626EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/19 5:50 p.m.24 views

CVE-2026-55194

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, rpcclientrecvfragment in libfreerdp/core/gateway/rpcclient.c ensures the response reassembly stream capacity using only the server-declared allochint rather than the actual StubLength about to be written. A maliciou...

8.7CVSS6AI score0.00626EPSS
SaveExploits0
CVE
CVE
added 2026/08/19 5:50 p.m.40 views

CVE-2026-55194

In FreeRDP before 3.27.0, the function rpc_client_recv_fragment() in libfreerdp/core/gateway/rpc_client.c grows the reassembly buffer based solely on the server-declared alloc_hint rather than the actual StubLength, so a malicious TS Gateway can trigger a heap-buffer overflow write past the 4096-...

8.7CVSS5.9AI score0.00626EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:50 p.m.6 views

CVE-2026-55194 FreeRDPHeap-buffer-overflow write in TS Gateway RPC RESPONSE reassembly due to alloc_hint capacity mismatch

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, rpcclientrecvfragment in libfreerdp/core/gateway/rpcclient.c ensures the response reassembly stream capacity using only the server-declared allochint rather than the actual StubLength about to be written. A maliciou...

8.7CVSS6.1AI score
SaveExploits0References6
CVE
CVE
added 2026/08/19 5:48 p.m.38 views

CVE-2026-55648

Root cause: In libfreerdp/codec/color.c, freerdp_image_copy_from_icon_data computes nWidth * nHeight * FreeRDPGetBytesPerPixel(format) in 32-bit arithmetic, which wraps for large dimensions (e.g., 32768×32768 at 32 bpp), bypassing the source bounds check before freerdp_image_copy_no_overlap reads...

6.1CVSS5.4AI score0.00547EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/19 5:48 p.m.19 views

CVE-2026-55648

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS5.4AI score0.00547EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/19 5:48 p.m.34 views

CVE-2026-55648 FreeRDP: Integer Overflow in `freerdp_image_copy_from_icon_data` Bypasses Bounds Check

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS0.00547EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:48 p.m.6 views

CVE-2026-55648 FreeRDP: Integer Overflow in `freerdp_image_copy_from_icon_data` Bypasses Bounds Check

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS5.6AI score
SaveExploits0References6
AlpineLinux
AlpineLinux
added 2026/08/19 5:48 p.m.17 views

CVE-2026-55648

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS5.4AI score0.00547EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 5:46 p.m.6 views

CVE-2026-55193 FreeRDP: Heap-buffer-overflow write in TS Gateway RPC fragment receive due to uncapped bind_ack max_xmit_frag

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, FreeRDP clients using TS Gateway accept a server-controlled maxxmitfrag value in libfreerdp/core/gateway/rpcbind.c without bounding it to the 4088-byte ReceiveFragment allocation. A malicious gateway can advertise...

8.7CVSS6.1AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/19 5:46 p.m.32 views

CVE-2026-55193 FreeRDP: Heap-buffer-overflow write in TS Gateway RPC fragment receive due to uncapped bind_ack max_xmit_frag

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, FreeRDP clients using TS Gateway accept a server-controlled maxxmitfrag value in libfreerdp/core/gateway/rpcbind.c without bounding it to the 4088-byte ReceiveFragment allocation. A malicious gateway can advertise...

8.7CVSS0.00626EPSS
SaveExploits0References4
AlpineLinux
AlpineLinux
added 2026/08/19 5:46 p.m.18 views

CVE-2026-55193

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, FreeRDP clients using TS Gateway accept a server-controlled maxxmitfrag value in libfreerdp/core/gateway/rpcbind.c without bounding it to the 4088-byte ReceiveFragment allocation. A malicious gateway can advertise...

8.7CVSS6AI score0.00626EPSS
SaveExploits0
CVE
CVE
added 2026/08/19 5:46 p.m.39 views

CVE-2026-55193

FreeRDP clients using TS Gateway assign a server-controlled max_xmit_frag value (up to 65535) to rpc->max_recv_frag in rpc_bind.c without capping it to the 4088-byte ReceiveFragment buffer, so rpc_channel_read in rpc.c writes up to 65535 bytes, overflowing by up to 61447 attacker-controlled by...

8.7CVSS5.9AI score0.00626EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/19 5:46 p.m.14 views

CVE-2026-55193

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, FreeRDP clients using TS Gateway accept a server-controlled maxxmitfrag value in libfreerdp/core/gateway/rpcbind.c without bounding it to the 4088-byte ReceiveFragment allocation. A malicious gateway can advertise...

8.7CVSS6AI score0.00626EPSS
SaveExploits0
Rows per page
Query Builder