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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-21306 PoC — Microsoft Bluetooth Driver 安全漏洞

Source
Associated Vulnerability
Title:Microsoft Bluetooth Driver 安全漏洞 (CVE-2024-21306)
Description:Microsoft Bluetooth Driver是美国微软(Microsoft)公司的应用软件蓝牙驱动。 Microsoft Bluetooth Driver存在安全漏洞。攻击者利用该漏洞执行欺骗攻击。以下产品和版本受到影响:Windows 10 Version 21H2 for 32-bit Systems,Windows 10 Version 21H2 for ARM64-based Systems,Windows 10 Version 21H2 for x64-based Systems,Win
Readme
# install dependencies from apt

sudo apt install -y bluez-tools bluez-hcidump libbluetooth-dev git gcc python3-pip python3-setuptools python3-pydbus

# install pybluez from source

git clone https://github.com/pybluez/pybluez.git

cd pybluez

sudo python3 setup.py install

# build bdaddr from the bluez source

cd ~/

git clone --depth=1 https://github.com/bluez/bluez.git

gcc -o bdaddr ~/bluez/tools/bdaddr.c ~/bluez/src/oui.c -I ~/bluez -lbluetooth

sudo cp bdaddr /usr/local/bin/

# compile

gcc -o CVE-2024-21306 CVE-2024-21306.c -lbluetooth

# usage

./CVE-2024-21306 interface keyboard_address computer_address
File Snapshot

[4.0K] /data/pocs/2450cfb7a46717792ce8c7256026680aec923045 ├── [3.6K] CVE-2024-21306.c └── [ 620] README.md 0 directories, 2 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.