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

19 lines
904 B
Markdown

### [CVE-2008-5029](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5029)
![](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
The __scm_destroy function in net/core/scm.c in the Linux kernel 2.6.27.4, 2.6.26, and earlier makes indirect recursive calls to itself through calls to the fput function, which allows local users to cause a denial of service (panic) via vectors related to sending an SCM_RIGHTS message through a UNIX domain socket and closing file descriptors.
### POC
#### Reference
- http://securityreason.com/securityalert/4573
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9558
#### Github
No PoCs found on GitHub currently.