cve/2005/CVE-2005-3274.md
2024-06-18 02:51:15 +02:00

18 lines
791 B
Markdown

### [CVE-2005-3274](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3274)
![](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
Race condition in ip_vs_conn_flush in Linux 2.6 before 2.6.13 and 2.4 before 2.4.32-pre2, when running on SMP systems, allows local users to cause a denial of service (null dereference) by causing a connection timer to expire while the connection table is being flushed before the appropriate lock is acquired.
### POC
#### Reference
- http://www.securityfocus.com/archive/1/427981/100/0/threaded
#### Github
No PoCs found on GitHub currently.