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

20 lines
893 B
Markdown

### [CVE-2005-3857](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3857)
![](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 time_out_leases function in locks.c for Linux kernel before 2.6.15-rc3 allows local users to cause a denial of service (kernel log message consumption) by causing a large number of broken leases, which is recorded to the log using the printk function.
### POC
#### Reference
- http://www.securityfocus.com/archive/1/427981/100/0/threaded
- http://www.securityfocus.com/archive/1/428028/100/0/threaded
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9727
#### Github
No PoCs found on GitHub currently.