mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-07 05:26:37 +00:00
18 lines
852 B
Markdown
18 lines
852 B
Markdown
### [CVE-2016-9804](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9804)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In BlueZ 5.42, a buffer overflow was observed in "commands_dump" function in "tools/parser/csr.c" source file. The issue exists because "commands" array is overflowed by supplied parameter due to lack of boundary checks on size of the buffer from frame "frm->ptr" parameter. This issue can be triggered by processing a corrupted dump file and will result in hcidump crash.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.spinics.net/lists/linux-bluetooth/msg68892.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|