Files
CVEs-PoC/2015/CVE-2015-8080.md
T
2024-06-18 02:51:15 +02:00

19 lines
902 B
Markdown

### [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.