cve/2023/CVE-2023-33863.md
2024-06-18 02:51:15 +02:00

843 B

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

Github

No PoCs found on GitHub currently.