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

18 lines
910 B
Markdown

### [CVE-2011-2906](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2906)
![](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
** DISPUTED ** Integer signedness error in the pmcraid_ioctl_passthrough function in drivers/scsi/pmcraid.c in the Linux kernel before 3.1 might allow local users to cause a denial of service (memory consumption or memory corruption) via a negative size value in an ioctl call. NOTE: this may be a vulnerability only in unusual environments that provide a privileged program for obtaining the required file descriptor.
### POC
#### Reference
- http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1
#### Github
- https://github.com/Live-Hack-CVE/CVE-2011-2906