mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 23:14:03 +02:00
18 lines
837 B
Markdown
18 lines
837 B
Markdown
### [CVE-2005-3275](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3275)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The NAT code (1) ip_nat_proto_tcp.c and (2) ip_nat_proto_udp.c in Linux kernel 2.6 before 2.6.13 and 2.4 before 2.4.32-rc1 incorrectly declares a variable to be static, which allows remote attackers to cause a denial of service (memory corruption) by causing two packets for the same protocol to be NATed at the same time, which leads to memory corruption.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.securityfocus.com/archive/1/428028/100/0/threaded
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|