cve/2009/CVE-2009-1298.md

18 lines
826 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2009-1298](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1298)
![](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 ip_frag_reasm function in net/ipv4/ip_fragment.c in the Linux kernel 2.6.32-rc8, and 2.6.29 and later versions before 2.6.32, calls IP_INC_STATS_BH with an incorrect argument, which allows remote attackers to cause a denial of service (NULL pointer dereference and hang) via long IP packets, possibly related to the ip_defrag function.
### POC
#### Reference
- http://www.theregister.co.uk/2009/12/11/linux_kernel_bugs_patched/
#### Github
No PoCs found on GitHub currently.