cve/2015/CVE-2015-8080.md

19 lines
902 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2015-8080](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8080)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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.