POC详情: eef57c3045ba40510ac1d6bb8955daaefcc2ca12

来源
关联漏洞
标题: Google Android 安全漏洞 (CVE-2023-45866)
描述:Google Android是美国谷歌(Google)公司的一套以Linux为基础的开源操作系统。 Google Android 存在安全漏洞,该漏洞源于 system 中的漏洞可能远程代码执行。
描述
CVE-2023-45866
介绍
# Bluepop

CVE-2023-45866

## Installation and Usage 🛠️

## Setup

```bash
sudo apt-get update
sudo apt-get -y upgrade
sudo apt install -y bluez-tools bluez-hcidump libbluetooth-dev \
                    git gcc python3-pip python3-setuptools \
                    python3-pydbus


git clone https://github.com/pybluez/pybluez.git
cd pybluez
sudo python3 setup.py install

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/
```

## Running
```bash
git clone https://github.com/cisnarfu/Bluepop.git
cd Bluepop
pip3 install -r requirements.txt
sudo hciconfig hci0 up
python3 ./src/bluepop.py
```

文件快照

[4.0K] /data/pocs/eef57c3045ba40510ac1d6bb8955daaefcc2ca12 ├── [4.0K] payloads │   ├── [ 238] payload_example_1.txt │   ├── [ 84] payload_example_2.txt │   └── [ 645] wp_payload.txt ├── [ 719] README.md ├── [ 81] requirements.txt └── [4.0K] src ├── [2.9K] bluepop.py ├── [4.0K] bluetoothM │   ├── [1.9K] adapter.py │   ├── [1.1K] agent.py │   └── [2.2K] __init__.py ├── [ 310] config.py ├── [6.3K] duckyscript.py ├── [ 1] __init__.py ├── [4.0K] L2CAP │   ├── [4.6K] client.py │   ├── [4.0K] exceptions │   │   ├── [ 54] ConnectionFailureException.py │   │   ├── [ 214] __init__.py │   │   └── [ 276] ReconnectionRequiredException.py │   ├── [ 81] __init__.py │   └── [ 741] manager.py └── [4.0K] utils ├── [4.1K] helper.py ├── [ 0] __init__.py ├── [4.0K] menu_functions.py └── [5.4K] register_device.py 6 directories, 22 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。