cve/2017/CVE-2017-1000172.md
2024-06-18 02:51:15 +02:00

777 B

CVE-2017-1000172

Description

Creolabs Gravity Version: 1.0 Use-After-Free Possible code execution. An example of a Heap-Use-After-Free after the 'sublexer' pointer has been freed. Line 542 of gravity_lexer.c. 'lexer' is being used to access a variable but 'lexer' has already been freed, creating a Heap Use-After-Free condition.

POC

Reference

Github

No PoCs found on GitHub currently.