mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 23:31:36 +02:00
18 lines
992 B
Markdown
18 lines
992 B
Markdown
### [CVE-2020-15103](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15103)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In FreeRDP less than or equal to 2.1.2, an integer overflow exists due to missing input sanitation in rdpegfx channel. All FreeRDP clients are affected. The input rectangles from the server are not checked against local surface coordinates and blindly accepted. A malicious server can send data that will crash the client later on (invalid length arguments to a `memcpy`) This has been fixed in 2.2.0. As a workaround, stop using command line arguments /gfx, /gfx-h264 and /network:auto
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://usn.ubuntu.com/4481-1/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|