mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 19:21:35 +02:00
18 lines
764 B
Markdown
18 lines
764 B
Markdown
### [CVE-2013-0290](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0290)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The __skb_recv_datagram function in net/core/datagram.c in the Linux kernel before 3.8 does not properly handle the MSG_PEEK flag with zero-length data, which allows local users to cause a denial of service (infinite loop and system hang) via a crafted application.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.mandriva.com/security/advisories?name=MDVSA-2013:176
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|