Lucene search
+L

4805 matches found

NVD
NVD
added 2026/08/19 6:16 p.m.5 views

CVE-2026-55191

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, FreeRDP clients that negotiate RDPGFX AVC444 with an H.264 decoder backend calculate the intermediate YUV444 allocation size in libfreerdp/codec/h264.c with 32-bit multiplication in avc444ensurebuffer. A malicious R...

8.7CVSS0.00626EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/19 6:16 p.m.5 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.7CVSS0.00626EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 6:02 p.m.31 views

CVE-2026-69159

...

0.00266EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/19 6:02 p.m.11 views

EUVD-2026-62673

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.29.0, planardecompressplanerle and planardecompressplanerleonly in libfreerdp/codec/planar.c verify that a control byte exists but do not verify that the source buffer contains the zero to fifteen raw bytes declared by th...

5.4CVSS5.7AI score0.00266EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 6:02 p.m.18 views

CVE-2026-69159

This CVE is a duplicate of CVE-2026-67306; users should reference that identifier instead. The underlying vulnerability is an out-of-bounds read in FreeRDP prior to 3.29.0 , specifically in planar_decompress_plane_rle and planar_decompress_plane_rle_only in libfreerdp/codec/planar.c. The function...

5.7AI score0.00266EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 6:02 p.m.7 views

CVE-2026-69159 FreeRDP: Out-of-Bounds Read in Planar RLE Decoder (planar_decompress_plane_rle / planar_decompress_plane_rle_only)

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.29.0, planardecompressplanerle and planardecompressplanerleonly in libfreerdp/codec/planar.c verify that a control byte exists but do not verify that the source buffer contains the zero to fifteen raw bytes declared by th...

5.4CVSS5.7AI score0.00277EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/19 6:02 p.m.9 views

CVE-2026-69159

Removed by vendor...

5.2AI score0.00266EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/19 6:00 p.m.32 views

CVE-2026-63633 FreeRDP: Heap buffer overflow in Opus audio decode (`freerdp_dsp_decode_opus` resizes the wrong stream) — server→client

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, freerdpdspdecodeopus in libfreerdp/codec/dsp.c calls StreamEnsureRemainingCapacity on context-common.buffer even though opusdecode writes decoded PCM into the caller-supplied out stream. A malicious RDP server that...

7.7CVSS0.00465EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 6:00 p.m.37 views

CVE-2026-63633

FreeRDP prior to 3.28.0 contains a heap buffer overflow in freerdp_dsp_decode_opus (libfreerdp/codec/dsp.c). The function calls Stream_EnsureRemainingCapacity on context->common.buffer, but opus_decode actually writes decoded PCM into the caller-supplied out stream. A malicious RDP server that...

7.7CVSS5.6AI score0.00465EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/19 6:00 p.m.8 views

CVE-2026-63633

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, freerdpdspdecodeopus in libfreerdp/codec/dsp.c calls StreamEnsureRemainingCapacity on context-common.buffer even though opusdecode writes decoded PCM into the caller-supplied out stream. A malicious RDP server that...

7.7CVSS5.7AI score0.00465EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 6:00 p.m.13 views

CVE-2026-63633 FreeRDP: Heap buffer overflow in Opus audio decode (`freerdp_dsp_decode_opus` resizes the wrong stream) — server→client

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, freerdpdspdecodeopus in libfreerdp/codec/dsp.c calls StreamEnsureRemainingCapacity on context-common.buffer even though opusdecode writes decoded PCM into the caller-supplied out stream. A malicious RDP server that...

7.7CVSS5.8AI score
SaveExploits0References6
OSV
OSV
added 2026/08/19 5:59 p.m.10 views

CVE-2026-63652 FreeRDP: Double-free of `client_formats` in the rdpsnd server channel on a malformed Client Audio Formats PDU

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, rdpsndserverrecvformats in channels/rdpsnd/server/rdpsndmain.c frees context-clientformats on a malformed Client Audio Formats PDU without clearing the owning pointer or numclientformats. An authenticated RDP client...

7.1CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/19 5:59 p.m.32 views

CVE-2026-63652 FreeRDP: Double-free of `client_formats` in the rdpsnd server channel on a malformed Client Audio Formats PDU

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, rdpsndserverrecvformats in channels/rdpsnd/server/rdpsndmain.c frees context-clientformats on a malformed Client Audio Formats PDU without clearing the owning pointer or numclientformats. An authenticated RDP client...

7.1CVSS0.00341EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 5:59 p.m.21 views

CVE-2026-63652

FreeRDP prior to 3.28.0 contains a double-free vulnerability in rdpsnd_server_recv_formats (the rdpsnd audio channel). An authenticated RDP client can send a malformed Client Audio Formats PDU that causes the server to free context->client_formats without clearing the owning pointer, leading t...

7.1CVSS5.4AI score0.00341EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 5:59 p.m.8 views

EUVD-2026-62671

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, rdpsndserverrecvformats in channels/rdpsnd/server/rdpsndmain.c frees context-clientformats on a malformed Client Audio Formats PDU without clearing the owning pointer or numclientformats. An authenticated RDP client...

7.1CVSS5.4AI score0.00341EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/19 5:59 p.m.10 views

CVE-2026-63652

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, rdpsndserverrecvformats in channels/rdpsnd/server/rdpsndmain.c frees context-clientformats on a malformed Client Audio Formats PDU without clearing the owning pointer or numclientformats. An authenticated RDP client...

7.1CVSS5.5AI score0.00341EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 5:55 p.m.8 views

CVE-2026-63117 FreeRDP: Denial of service through ADPCM frame size calculation

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, an authenticated RDP client can advertise DVI ADPCM with nBlockAlign equal to 8 and nChannels equal to 2 to make the bs calculation in rdpsndserverselectformat in channels/rdpsnd/server/rdpsndmain.c equal zero. The...

6.5CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/19 5:55 p.m.33 views

CVE-2026-63117 FreeRDP: Denial of service through ADPCM frame size calculation

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, an authenticated RDP client can advertise DVI ADPCM with nBlockAlign equal to 8 and nChannels equal to 2 to make the bs calculation in rdpsndserverselectformat in channels/rdpsnd/server/rdpsndmain.c equal zero. The...

6.5CVSS0.00389EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 5:55 p.m.7 views

EUVD-2026-62670

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, an authenticated RDP client can advertise DVI ADPCM with nBlockAlign equal to 8 and nChannels equal to 2 to make the bs calculation in rdpsndserverselectformat in channels/rdpsnd/server/rdpsndmain.c equal zero. The...

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

CVE-2026-63117

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, an authenticated RDP client can advertise DVI ADPCM with nBlockAlign equal to 8 and nChannels equal to 2 to make the bs calculation in rdpsndserverselectformat in channels/rdpsnd/server/rdpsndmain.c equal zero. The...

6.5CVSS5.5AI score0.00389EPSS
SaveExploits0
Rows per page
Query Builder