PoC for CVE-2019-10207# CVE-2019-10207
PoC for CVE-2019-10207 linux kernel: bluetooth: hci_uart: kernel NULL pointer dereference
```
gcc CVE-2019-10207.c -o cve-2019-10207-poc -static
```
test on 4.20.0
kernel compile CONFIG_* must be opened:
```
CONFIG_BT_HCIUART_MRVL=y
CONFIG_BT_MRVL=y
```
[4.0K] /data/pocs/36a1d78abf24c798fcb8bfa1f8ca4ad16ae40525
├── [1.4K] CVE-2019-10207.c
├── [587K] linux kernel bluetooth模块研究和一个最新漏洞案例.docx
└── [ 279] README.md
0 directories, 3 files