Renderdoc

Renderdoc

3 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.2%
  • Veröffentlicht 07.06.2023 20:15:10
  • Zuletzt bearbeitet 03.11.2025 22:16:22

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.

Exploit
  • EPSS 0.03%
  • Veröffentlicht 07.06.2023 20:15:10
  • Zuletzt bearbeitet 03.11.2025 22:16:22

RenderDoc before 1.27 allows local privilege escalation via a symlink attack. It relies on the /tmp/RenderDoc directory regardless of ownership.

Exploit
  • EPSS 0.24%
  • Veröffentlicht 07.06.2023 20:15:09
  • Zuletzt bearbeitet 03.11.2025 22:16:22

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.