mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 15:58:01 +02:00
18 lines
739 B
Markdown
18 lines
739 B
Markdown
### [CVE-2015-7799](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7799)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The slhc_init function in drivers/net/slip/slhc.c in the Linux kernel through 4.2.3 does not ensure that certain slot numbers are valid, which allows local users to cause a denial of service (NULL pointer dereference and system crash) via a crafted PPPIOCSMAXCID ioctl call.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.ubuntu.com/usn/USN-2886-1
|
|
|
|
#### Github
|
|
- https://github.com/guoygang/vul-guoygang
|
|
|