mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 03:30:24 +02:00
19 lines
902 B
Markdown
19 lines
902 B
Markdown
### [CVE-2015-8080](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8080)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.openwall.com/lists/oss-security/2015/11/06/4
|
|
- https://github.com/antirez/redis/issues/2855
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|