Segmentation Fault Vulnerability in Lua by Lua.org
CVE-2020-15945
5.5MEDIUM
What is CVE-2020-15945?
The Lua programming language, up to version 5.4.0, contains a segmentation fault vulnerability that occurs in the 'changedline' function located within 'ldebug.c'. During the execution of a function, the flow control does not properly update the 'oldpc' value, which can lead to unpredictable behavior or crashes. This vulnerability highlights the importance of correct state handling in control flow mechanics within programming languages, particularly for execution tracing mechanisms.