Lucene search
+L

4985 matches found

UbuntuCve
UbuntuCve
added 2023/08/31 8:15 p.m.30 views

CVE-2023-39354

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions are subject to an Out-Of-Bounds Read in the nscrledecompressdata function. The Out-Of-Bounds Read occurs because it processes context-Planes without checking if it contains da...

7.5CVSS6.7AI score0.01576EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2023/08/31 8:15 p.m.29 views

CVE-2023-39350

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. This issue affects Clients only. Integer underflow leading to DOS e.g. abort due to WINPRASSERT with default compilation flags. When an insufficient blockLen is provided, and proper length...

7.5CVSS6.7AI score0.01639EPSS
SaveExploits1References4
Prion
Prion
added 2023/08/31 8:15 p.m.30 views

Null pointer dereference

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions of FreeRDP are subject to a Null Pointer Dereference leading a crash in the RemoteFX rfx handling. Inside the rfxprocessmessagetileset function, the program allocates tiles...

5CVSS8.4AI score0.01564EPSS
SaveExploits1References6Affected Software3
Prion
Prion
added 2023/08/31 8:15 p.m.30 views

Integer overflow

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. This issue affects Clients only. Integer underflow leading to DOS e.g. abort due to WINPRASSERT with default compilation flags. When an insufficient blockLen is provided, and proper length...

5CVSS7.8AI score0.01639EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2023/08/31 8:15 p.m.8 views

UBUNTU-CVE-2023-39355

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Versions of FreeRDP on the 3.x release branch before beta3 are subject to a Use-After-Free in processing RDPGFXCMDIDRESETGRAPHICS packets. If context-maxPlaneSize is 0, context-planesBuffer wil...

9.8CVSS7AI score0.01266EPSS
SaveExploits1References4
OSV
OSV
added 2023/08/31 8:15 p.m.11 views

UBUNTU-CVE-2023-39351

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions of FreeRDP are subject to a Null Pointer Dereference leading a crash in the RemoteFX rfx handling. Inside the rfxprocessmessagetileset function, the program allocates tiles...

7.5CVSS6.7AI score0.01564EPSS
SaveExploits1References4
Prion
Prion
added 2023/08/31 8:15 p.m.23 views

Design/Logic Flaw

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Versions of FreeRDP on the 3.x release branch before beta3 are subject to a Use-After-Free in processing RDPGFXCMDIDRESETGRAPHICS packets. If context-maxPlaneSize is 0, context-planesBuffer wil...

7.5CVSS9.5AI score0.01266EPSS
SaveExploits1References4Affected Software2
UbuntuCve
UbuntuCve
added 2023/08/31 8:15 p.m.30 views

CVE-2023-39355

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Versions of FreeRDP on the 3.x release branch before beta3 are subject to a Use-After-Free in processing RDPGFXCMDIDRESETGRAPHICS packets. If context-maxPlaneSize is 0, context-planesBuffer wil...

9.8CVSS7.1AI score0.01266EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2023/08/31 8:04 p.m.56 views

CVE-2023-39353 Missing offset validation leading to Out Of Bound Read in FreeRDP

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions are subject to a missing offset validation leading to Out Of Bound Read. In the libfreerdp/codec/rfx.c file there is no offset validation in tile-quantIdxY, tile-quantIdxCb, a...

5.3CVSS9.4AI score0.01476EPSS
SaveExploits1References7
OSV
OSV
added 2023/08/31 8:04 p.m.29 views

CVE-2023-39353 Missing offset validation leading to Out Of Bound Read in FreeRDP

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions are subject to a missing offset validation leading to Out Of Bound Read. In the libfreerdp/codec/rfx.c file there is no offset validation in tile-quantIdxY, tile-quantIdxCb, a...

5.3CVSS7.1AI score
SaveExploits0References10
CVE
CVE
added 2023/08/31 8:04 p.m.124 views

CVE-2023-39353

CVE-2023-39353 affects FreeRDP. The root cause is a missing offset validation in libfreerdp/codec/rfx.c for tile->quantIdxY, tile->quantIdxCb, and tile->quantIdxCr, allowing crafted input to trigger an out-of-bounds read and likely crash. The issue is documented as fixed in versions 2.11...

9.1CVSS7AI score0.01476EPSS
SaveExploits1References8Affected Software1
Debian CVE
Debian CVE
added 2023/08/31 8:04 p.m.25 views

CVE-2023-39353

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions are subject to a missing offset validation leading to Out Of Bound Read. In the libfreerdp/codec/rfx.c file there is no offset validation in tile-quantIdxY, tile-quantIdxCb, a...

9.1CVSS7.8AI score0.01476EPSS
SaveExploits1
CVE
CVE
added 2023/08/31 7:56 p.m.125 views

CVE-2023-39351

CVE-2023-39351 affects FreeRDP (RDP client/server library). The issue is a null pointer dereference in the RemoteFX (rfx) path: in rfx_process_message_tileset, tiles are allocated via rfx_allocate_tiles for numTiles, but if initialization fails some tiles remain NULL and may be accessed later, ca...

7.5CVSS7.2AI score0.01564EPSS
SaveExploits1References7Affected Software1
Cvelist
Cvelist
added 2023/08/31 7:56 p.m.50 views

CVE-2023-39351 FreeRDP Null Pointer Dereference leading denial of service

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions of FreeRDP are subject to a Null Pointer Dereference leading a crash in the RemoteFX rfx handling. Inside the rfxprocessmessagetileset function, the program allocates tiles...

5.3CVSS8.8AI score0.01564EPSS
SaveExploits1References6
OSV
OSV
added 2023/08/31 7:56 p.m.27 views

CVE-2023-39351 FreeRDP Null Pointer Dereference leading denial of service

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions of FreeRDP are subject to a Null Pointer Dereference leading a crash in the RemoteFX rfx handling. Inside the rfxprocessmessagetileset function, the program allocates tiles...

5.3CVSS7.3AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2023/08/31 7:56 p.m.23 views

CVE-2023-39351

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions of FreeRDP are subject to a Null Pointer Dereference leading a crash in the RemoteFX rfx handling. Inside the rfxprocessmessagetileset function, the program allocates tiles...

7.5CVSS7.7AI score0.01564EPSS
SaveExploits1
Cvelist
Cvelist
added 2023/08/31 7:45 p.m.35 views

CVE-2023-39355 FreeRDP Use-After-Free in RDPGFX_CMDID_RESETGRAPHICS

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Versions of FreeRDP on the 3.x release branch before beta3 are subject to a Use-After-Free in processing RDPGFXCMDIDRESETGRAPHICS packets. If context-maxPlaneSize is 0, context-planesBuffer wil...

7CVSS9.7AI score0.01266EPSS
SaveExploits1References4
CVE
CVE
added 2023/08/31 7:45 p.m.76 views

CVE-2023-39355

CVE-2023-39355 affects FreeRDP on the 3.x release branch before beta3, where processing RDPGFX_CMDID_RESETGRAPHICS can trigger a Use-After-Free if context->maxPlaneSize is 0 and context->planesBuffer is freed without updating the buffer. This vulnerability is described as a crash in most en...

9.8CVSS8.2AI score0.01266EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2023/08/31 7:45 p.m.25 views

CVE-2023-39355 FreeRDP Use-After-Free in RDPGFX_CMDID_RESETGRAPHICS

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Versions of FreeRDP on the 3.x release branch before beta3 are subject to a Use-After-Free in processing RDPGFXCMDIDRESETGRAPHICS packets. If context-maxPlaneSize is 0, context-planesBuffer wil...

7CVSS8.4AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2023/08/31 7:45 p.m.53 views

CVE-2023-39355

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Versions of FreeRDP on the 3.x release branch before beta3 are subject to a Use-After-Free in processing RDPGFXCMDIDRESETGRAPHICS packets. If context-maxPlaneSize is 0, context-planesBuffer wil...

9.8CVSS8.7AI score0.01266EPSS
SaveExploits1
Rows per page
Query Builder