Files
CVEs-PoC/2011/CVE-2011-2496.md
T
2025-09-29 21:09:30 +02:00

18 lines
785 B
Markdown

### [CVE-2011-2496](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2496)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
Integer overflow in the vma_to_resize function in mm/mremap.c in the Linux kernel before 2.6.39 allows local users to cause a denial of service (BUG_ON and system crash) via a crafted mremap system call that expands a memory mapping.
### POC
#### Reference
- http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=982134ba62618c2d69fbbbd166d0a11ee3b7e3d8
#### Github
No PoCs found on GitHub currently.