mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 02:31:38 +00:00
20 lines
851 B
Markdown
20 lines
851 B
Markdown
### [CVE-2023-33864](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-33864)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
StreamReader::ReadFromExternal in RenderDoc before 1.27 allows an Integer Overflow with a resultant Buffer Overflow. It uses uint32_t(m_BufferSize-m_InputSize) even though m_InputSize can exceed m_BufferSize.
|
|
|
|
### 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.
|
|
|