Files
CVEs-PoC/2015/CVE-2015-8575.md
T
2025-09-29 21:09:30 +02:00

20 lines
853 B
Markdown

### [CVE-2015-8575](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8575)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
The sco_sock_bind function in net/bluetooth/sco.c in the Linux kernel before 4.3.4 does not verify an address length, which allows local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism via a crafted application.
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-2886-1
- http://www.ubuntu.com/usn/USN-2890-3
- https://github.com/torvalds/linux/commit/5233252fce714053f0151680933571a2da9cbfb4
#### Github
No PoCs found on GitHub currently.