mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-29 16:29:28 +02:00
19 lines
904 B
Markdown
19 lines
904 B
Markdown
### [CVE-2008-5029](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5029)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|