cve/2006/CVE-2006-3824.md
2024-05-26 14:27:05 +02:00

18 lines
769 B
Markdown

### [CVE-2006-3824](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3824)
![](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
systeminfo.c for Sun Solaris allows local users to read kernel memory via a 0 variable count argument to the sysinfo system call, which causes a -1 argument to be used by the copyout function. NOTE: this issue has been referred to as an integer overflow, but it is probably more like a signedness error or integer underflow.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/0xdea/exploits