Heap-Based Buffer Over-Read in Lua 5.4.0 by Lua.org
CVE-2020-15889
9.8CRITICAL
What is CVE-2020-15889?
In Lua version 5.4.0, a vulnerability manifests as a heap-based buffer over-read within the getobjname function. This issue arises due to the youngcollection process in lgc.c, which employs the markold method but is insufficiently handled for the number of list members. This mismanagement can lead to security risks, potentially allowing attackers to read sensitive data from the memory that should otherwise be inaccessible.