mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 10:41:43 +00:00
20 lines
843 B
Markdown
20 lines
843 B
Markdown
![]() |
### [CVE-2023-33863](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-33863)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
SerialiseValue in RenderDoc before 1.27 allows an Integer Overflow with a resultant Buffer Overflow. 0xffffffff is sign-extended to 0xffffffffffffffff (SIZE_MAX) and then there is an attempt to add 1.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- http://packetstormsecurity.com/files/172804/RenderDoc-1.26-Local-Privilege-Escalation-Remote-Code-Execution.html
|
||
|
- http://seclists.org/fulldisclosure/2023/Jun/2
|
||
|
- https://www.qualys.com/2023/06/06/renderdoc/renderdoc.txt
|
||
|
|
||
|
#### Github
|
||
|
No PoCs found on GitHub currently.
|
||
|
|