Files
CVEs-PoC/2010/CVE-2010-4805.md
T
2024-06-18 02:51:15 +02:00

18 lines
886 B
Markdown

### [CVE-2010-4805](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4805)
![](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 socket implementation in net/core/sock.c in the Linux kernel before 2.6.35 does not properly manage a backlog of received packets, which allows remote attackers to cause a denial of service by sending a large amount of network traffic, related to the sk_add_backlog function and the sk_rmem_alloc socket field. NOTE: this vulnerability exists because of an incomplete fix for CVE-2010-4251.
### POC
#### Reference
- http://kerneltrap.org/mailarchive/linux-netdev/2010/3/3/6271093/thread
#### Github
No PoCs found on GitHub currently.