mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
19 lines
885 B
Markdown
19 lines
885 B
Markdown
### [CVE-2017-2671](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2671)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The ping_unhash function in net/ipv4/ping.c in the Linux kernel through 4.10.8 is too late in obtaining a certain lock and consequently cannot ensure that disconnect function calls are safe, which allows local users to cause a denial of service (panic) by leveraging access to the protocol value of IPPROTO_ICMP in a socket system call.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/danieljiang0415/android_kernel_crash_poc
|
|
- https://www.exploit-db.com/exploits/42135/
|
|
|
|
#### Github
|
|
- https://github.com/homjxi0e/CVE-2017-2671
|
|
|