Lucene search
+L

19878 matches found

CVE
CVE
added 2026/09/11 7:44 p.m.2 views

CVE-2026-89583

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix OOB read in eirgetservicedata eirgetservicedata walks the advertising data for a Service Data field with a matching UUID. On a mismatch it advances: eir += dlen; eirlen -= dlen; eirgetdata reports dlen as the...

SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.2 views

CVE-2026-89569

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: serialize security confirmation handling rfcommsecuritycfm looks up a session on sessionlist and then walks its DLC list without holding rfcommmutex. Since RFCOMM session teardown uses rfcommmutex, krfcommd can...

SaveExploits0References4
Kitploit
Kitploit
added 2026/09/11 6:26 p.m.7 views

blueXploit

blueXploit blueXploit video blueXploit is my own proof-of-concept that reproduces CVE-2023-45866 , the Bluetooth keystroke-injection vulnerability discovered by Marc Newlin. It abuses a flaw in the Bluetooth protocol to inject keystrokes into a target device without pairing , opening the door to...

6.3CVSS7AI score0.07879EPSS
SaveExploits9References1
Kitploit
Kitploit
added 2026/09/11 6:19 p.m.4 views

system_bt_AOSP10_r33_CVE-2021-0435

Fluoride Bluetooth stack Building and running on AOSP Just build AOSP - Fluoride is there by default. Building and running on Linux Instructions for Ubuntu, tested on 14.04 with Clang 3.5.0 and 16.10 with Clang 3.8.0 Download source root@kitploit: mkdir /fluoride cd /fluoride git clone...

7.5CVSS7.4AI score0.01712EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 6:17 p.m.5 views

shining-mask

Shining Mask Hacks This repository contains code and instructions for creating a custom Bluetooth Low Energy BLE controller for the Shining LED Mask that automatically changes the face image of any masks within BLE range. This repository is a companion to Invasion of the Facechangers: Halloween...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 6:17 p.m.7 views

BTLE

BTLE BTLE is a free and open-source Bluetooth Low Energy BLE Software Defined Radio software suite and open BTLE chip design. It includes: BTLE baseband algorithms description, Python and Verilog implementation, FPGA and SkyWater 130 PDK OpenLane2 workflow results. Analog Devices AD9361 + Xilinx...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/11 5:49 p.m.43 views

crackle

crackle cracks BLE Encryption AKA Bluetooth Smart. crackle exploits a flaw in the BLE pairing process that allows an attacker to guess or very quickly brute force the TK Temporary Key. With the TK and other data collected from the pairing process, the STK Short Term Key and later the LTK Long Ter...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 5:44 p.m.4 views

BlueSpy

BlueSpy - PoC to record audio from a Bluetooth device This repository contains the implementation of a proof of concept to record and replay audio from a bluetooth device without the legitimate user's awareness. The PoC was demonstrated during the talk BSAM: Seguridad en Bluetooth at RootedCON 20...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 5:34 p.m.4 views

system_bt_AOSP10_r33_CVE-2021-0431

Fluoride Bluetooth stack Building and running on AOSP Just build AOSP - Fluoride is there by default. Building and running on Linux Instructions for Ubuntu, tested on 14.04 with Clang 3.5.0 and 16.10 with Clang 3.8.0 Download source root@kitploit: mkdir /fluoride cd /fluoride git clone...

7.5CVSS7.4AI score0.01712EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 5:22 p.m.7 views

Komfy-Switch-Wifi-Password-Disclosure

Komfy-Switch-Wifi-Password-Disclosure Intro This writeup will detail my finding on D-Link's Komfy Switch with Camera to retrieve the device's associated wifi ssid and password over bluetooth 4.0 BLE. The Komfy switch is a home security and automation product that can replace a wall switch in your...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/11 5:16 p.m.53 views

openwifipass

OpenWifiPass An open source implementation of the grantor role in Apple's Wi-Fi Password Sharing protocol. Disclaimer OpenWifiPass is experimental software and is the result of reverse engineering efforts by the Open Wireless Link project. The code serves solely documentary and educational...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 5:14 p.m.5 views

CVE-2017-0785

CVE-2017-0785 PoC This is just a personal study based on the Android information leak vulnerability released by Armis. Further reading: https://www.facebook.com/khelfatni To run, be sure to have pybluez and pwntools installed. root@kitploit: sudo apt-get install bluetooth libbluetooth-dev sudo pi...

6.5CVSS7.2AI score0.12388EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/11 5:12 p.m.5 views

DLPwn

DLPwn Data Leak Prevention via Bluetooth Speaker DLPwn is a Red Team tool designed for file exfiltration to bypass security systems such as EDR Endpoint Detection and Response, XDR Extended Detection and Response, DLP Data Loss Prevention, and more broadly any air-gapped information systems. It...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 5:11 p.m.11 views

wigle-wifi-wardriving

WiGLE Wireless Wardriving Network stumbling client for Android, from wigle.net. This client provides geolocated detection and logging for WiFi, Bluetooth, and cellular signals using Android devices. As of January 2023, this application supports Android SDK versions 24 Nougat and up. For older...

5.7AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/11 4:19 p.m.5 views

Mahesh-970-CVE-2023-21125_bluedriod_repo

This repository does not have a README...

8CVSS5.8AI score0.00194EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 3:52 p.m.4 views

system_bt_AOSP10_r33_CVE-2022-20224

Fluoride Bluetooth stack Building and running on AOSP Just build AOSP - Fluoride is there by default. Building and running on Linux Instructions for Ubuntu, tested on 14.04 with Clang 3.5.0 and 16.10 with Clang 3.8.0 Download source root@kitploit: mkdir /fluoride cd /fluoride git clone...

7.5CVSS7.4AI score0.01304EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 3:45 p.m.6 views

bitchat-android

!WARNING This software has not received external security review and may contain vulnerabilities and may not necessarily meet its stated security goals. Do not use it for sensitive use cases, and do not rely on its security until it has been reviewed. Work in progress. bitchat for Android A secur...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/11 3:38 p.m.5 views

om-research

OM Research This repository explores the Bluetooth Low Energy BLE protocol used by the Osmo Mobile series of gimbals. The official mobile apps are outdated and require broad system permissions. However, the gimbals themselves communicate through a simple BLE protocol. The goal of this project is ...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 3:36 p.m.9 views

BlueToolkit

Extensible Bluetooth vulnerability testing framework for BR/EDR and BLE. Docs • Installation • Usage • Exploits • Hardware • TODOs • Automotive Evaluation • Bluetooth Resources • License BlueToolkit is a modular, black-box Bluetooth security testing framework for Bluetooth Classic BR/EDR and...

6.1AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/11 3:18 p.m.3 views

Upgraded_BlueBourne-CVE-2017-0785-

UpgradedBlueBourne-CVE-2017-0785- upgraded of BlueBourne CVE-2017-0785 to python3 root@kitploit: $ sudo apt-get install bluetooth libbluetooth-dev $ pip install pybluez $ pip3 install pwntools...

6.5CVSS7.4AI score0.12388EPSS
SaveExploits12
Rows per page
Query Builder