Files
CVEs-PoC/2016/CVE-2016-9800.md
T
2024-06-18 02:51:15 +02:00

18 lines
768 B
Markdown

### [CVE-2016-9800](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9800)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
In BlueZ 5.42, a buffer overflow was observed in "pin_code_reply_dump" function in "tools/parser/hci.c" source file. The issue exists because "pin" array is overflowed by supplied parameter due to lack of boundary checks on size of the buffer from frame "pin_code_reply_cp *cp" parameter.
### POC
#### Reference
- https://www.spinics.net/lists/linux-bluetooth/msg68892.html
#### Github
No PoCs found on GitHub currently.