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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2018-5234 PoC — Symantec Norton Core路由器命令注入漏洞

Source
Associated Vulnerability
Title:Symantec Norton Core路由器命令注入漏洞 (CVE-2018-5234)
Description:Symantec Norton Core router是美国赛门铁克(Symantec)公司的一款家用安全路由器设备。 Symantec Norton Core路由器237之前版本中存在命令注入漏洞。攻击者可利用该漏洞在主机系统上执行任意命令。
Description
PoC exploit for CVE-2018-5234
Readme
# PoC command injection in BLE service of Norton Core Secure WiFi Router (CVE-2018-5234)

For more information read
[paper](https://embedi.com/blog/whos-watching-the-watchers-vol-ii-norton-core-secure-wifi-router).

To demonstrate the exploitation, we will use:
- OS GNU/Linux;
- Bluetooth dongle adapter;
- BlueZ utility (for testing Bluetooth connection).

In order to use the script, we will need to set all dependencies in a advance:

```shell
$ pip install -r ./requirements.txt
```

With the help of `BlueZ` utilities, we should ensure Bluetooth is enabled and
functions properly.

1. Restart the router to provide access to the engineering page.
2. Start the PoC on behalf of the root user (required for operating with
   Bluetooth) with the command on executing as an argument:

    ```shell
    $ ./ble_norton_core.py "/etc/init.d/dropbear start"
    ```

    After the script is successfully executed, we get access to the device via
    the SSH connection. We put `root` as a user and `admin` as password:

    ```shell
    $ ssh root@norton.core
    ```
File Snapshot

[4.0K] /data/pocs/a35c0bac60b23b1e461a3e336c36106a3768cb4c ├── [9.5K] ble_norton_core.py ├── [5.3K] proto.py ├── [1.0K] README.md ├── [ 30] requirements.txt └── [3.0K] web.py 0 directories, 5 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.