kstyrc / embedded-redis

Redis embedded server for Java integration testing
832 stars 366 forks source link

Updated redis version to 2.8.24 #112

Closed classloader closed 5 years ago

classloader commented 5 years ago

Integer overflow in the getnum function in lua_struct.c in Redis 2.8.x before 2.8.24 and 3.0.x before 3.0.6 allows context-dependent attackers with permission to run Lua code in a Redis session to cause a denial of service (memory corruption and application crash) or possibly bypass intended sandbox restrictions via a large number, which triggers a stack-based buffer overflow.