Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2019-10207 PoC — Linux kernel 安全漏洞

Source
Associated Vulnerability
Title:Linux kernel 安全漏洞 (CVE-2019-10207)
Description:Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 3.x.x版本至4.18.0之前版本和5.x.x版本中存在安全漏洞。攻击者利用该漏洞导致系统崩溃。
Description
PoC for CVE-2019-10207
Readme
# 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
```





File Snapshot

[4.0K] /data/pocs/36a1d78abf24c798fcb8bfa1f8ca4ad16ae40525 ├── [1.4K] CVE-2019-10207.c ├── [587K] linux kernel bluetooth模块研究和一个最新漏洞案例.docx └── [ 279] README.md 0 directories, 3 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.