cve/2004/CVE-2004-1335.md

18 lines
670 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2004-1335](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1335)
![](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
Memory leak in the ip_options_get function in the Linux kernel before 2.6.10 allows local users to cause a denial of service (memory consumption) by repeatedly calling the ip_cmsg_send function.
### POC
#### Reference
- http://www.redhat.com/support/errata/RHSA-2005-017.html
#### Github
No PoCs found on GitHub currently.