Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2019-10207 — PoC for CVE-2019-10207 | Kitploit
Tools/GitHubGitHub/butterflyhack/cve-2019-10207
Bluetooth SecurityVulnerability AnalysisExploitationBinary Exploitation
GitHubbutterflyhack/cve-2019-10207

CVE-2019-10207

PoC for CVE-2019-10207

View Repository
2064 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2019-10207

PoC for CVE-2019-10207 linux kernel: bluetooth: hci_uart: kernel NULL pointer dereference

root@kitploit:~
gcc CVE-2019-10207.c -o cve-2019-10207-poc -static

test on 4.20.0

kernel compile CONFIG_* must be opened:

root@kitploit:~
CONFIG_BT_HCIUART_MRVL=y
CONFIG_BT_MRVL=y
Download Tool