Share
## https://sploitus.com/exploit?id=309C5280-385C-5BE2-A576-29844DBB332A
This is a PoC exploit for CVE-2018-14847, a vulnerability in RouterOS. The repository contains a simple implementation of a Winbox server, which is a protocol used to manage RouterOS devices. The server accepts a single Winbox message, parses it, and responds with a message indicating insufficient permissions. The code is written in C++ and uses the Boost library for building.

The build dependencies for this project are:

Boost 1.66 or higher
libgeoip-dev
Geolite2++
libmaxminddb
cmake

The code is built using cmake, and the build process is not specified in the provided context.

The exploit targets the mproxy handler #2 in RouterOS, which is where the CVE-2018-14847 vulnerability is exploited. The code parses the incoming message and examines what it is and where it would be routed. It is specifically interested in messages sent to mproxy handler #2.

The code does not specify how to invoke the exploit, but it is likely that it is run using a command-line interface or a script.

The expected impact of this exploit is remote code execution, privilege escalation, or data exfiltration. The code does not specify the exact impact, but it is likely that it