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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Multiple vulnerabilities in the IGMP functionality for Linux kernel 2.4.22 to 2.4.28, and 2.6.x to 2.6.9, allow local and remote attackers to cause a denial of service or execute arbitrary code via (1) the ip_mc_source function, which decrements a counter to -1, or (2) the igmp_marksources function, which does not properly validate IGMP message parameters and performs an out-of-bounds read.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://isec.pl/vulnerabilities/isec-0018-igmp.txt
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|