mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-05 10:48:01 +02:00
19 lines
667 B
Markdown
19 lines
667 B
Markdown
### [CVE-2020-24370](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24370)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
ldebug.c in Lua 5.4.0 allows a negation overflow and segmentation fault in getlocal and setlocal, as demonstrated by getlocal(3,2^31).
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://lua-users.org/lists/lua-l/2020-07/msg00324.html
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/Live-Hack-CVE/CVE-2020-24370
|
|
|