[3.10] lua5.3: use-after-free in lua_upvaluejoin in lapi.c (CVE-2019-6706)
Lua 5.3.5 has a use-after-free in lua_upvaluejoin in lapi.c. For
example, a crash outcome might be achieved by an
attacker who is able to trigger a debug.upvaluejoin call in which the
arguments have certain relationships.
References:
http://lua.2524044.n2.nabble.com/Bug-Report-Use-after-free-in-debug-upvaluejoin-tc7685506.html
https://security-tracker.debian.org/tracker/CVE-2019-6706
(from redmine: issue id 10252, created on 2019-04-15, closed on 2019-05-06)
- Relations:
- parent #10251 (closed)
- Changesets:
- Revision 7571f6ce by Natanael Copa on 2019-05-06T17:03:40Z:
main/lua5.3: security fix for CVE-2019-6706
fixes #10252