mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-02 16:11:39 +02:00
18 lines
825 B
Markdown
18 lines
825 B
Markdown
### [CVE-2010-4165](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4165)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The do_tcp_setsockopt function in net/ipv4/tcp.c in the Linux kernel before 2.6.37-rc2 does not properly restrict TCP_MAXSEG (aka MSS) values, which allows local users to cause a denial of service (OOPS) via a setsockopt call that specifies a small value, leading to a divide-by-zero error or incorrect use of a signed integer.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/8111
|
|
|
|
#### Github
|
|
- https://github.com/hackerhouse-opensource/exploits
|
|
|