6.3

CVE-2021-44964

Exploit
Use after free in garbage collector and finalizer of lgc.c in Lua interpreter 5.4.0~5.4.3 allows attackers to perform Sandbox Escape via a crafted script file.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LuaLua Version >= 5.4.0 <= 5.4.3
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.99% 0.578
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 6.3 1.8 4
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H
nvd@nist.gov 4.3 8.6 2.9
AV:N/AC:M/Au:N/C:N/I:N/A:P
CWE-416 Use After Free

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

http://lua-users.org/lists/lua-l/2021-11/msg00186.html
Vendor Advisory
Exploit
Mailing List
Technical Description
http://lua-users.org/lists/lua-l/2021-12/msg00007.html
Vendor Advisory
Exploit
Mailing List
http://lua-users.org/lists/lua-l/2021-12/msg00015.html
Vendor Advisory
Mailing List
http://lua-users.org/lists/lua-l/2021-12/msg00030.html
Vendor Advisory
Mailing List
https://github.com/Lua-Project/lua-5.4.4-sandbox-escape-with-new-vulnerability
Third Party Advisory
Exploit