cve/2006/CVE-2006-2071.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2006-2071](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2071)
![](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
Linux kernel 2.4.x and 2.6.x up to 2.6.16 allows local users to bypass IPC permissions and modify a readonly attachment of shared memory by using mprotect to give write permission to the attachment. NOTE: some original raw sources combined this issue with CVE-2006-1524, but they are different bugs.
### POC
#### Reference
- http://www.vmware.com/download/esx/esx-254-200610-patch.html
2024-06-09 00:33:16 +00:00
- http://www.vmware.com/download/esx/esx-254-200610-patch.html
2024-05-26 14:27:05 +02:00
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9978
2024-06-09 00:33:16 +00:00
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9978
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.