mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 23:28:04 +02:00
21 lines
891 B
Markdown
21 lines
891 B
Markdown
### [CVE-2015-8767](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8767)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
net/sctp/sm_sideeffect.c in the Linux kernel before 4.3 does not properly manage the relationship between a lock and a socket, which allows local users to cause a denial of service (deadlock) via a crafted sctp_accept call.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.oracle.com/technetwork/topics/security/linuxbulletinapr2016-2952096.html
|
|
- http://www.oracle.com/technetwork/topics/security/linuxbulletinjul2016-3090544.html
|
|
- http://www.ubuntu.com/usn/USN-2930-2
|
|
- http://www.ubuntu.com/usn/USN-2932-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|