# Exploitation

{% embed url="<https://www.exploit-db.com/exploits/48654>" %}

Upon arrival on the webserver on port 8081. I was greeted with a page with the tittle Exhibitor for Zookeeper.&#x20;

![](/files/QBpnxjPNHy6vmnA05rBT)

With a simple google search I came across a public exploit.&#x20;

![](/files/TdRbhL2ETVRRCpgYvqEw)

![](/files/amuIymczsDxW0isPxLIp)

> An exploitable command injection vulnerability exists in the Config editor of the Exhibitor Web UI versions 1.0.9 to 1.7.1. Arbitrary shell commands surrounded by backticks or $() can be inserted into the editor and will be executed by the Exhibitor process when it launches ZooKeeper. An attacker can execute any command as the user running the Exhibitor process.

CVE-Score = <mark style="color:red;">9.8 High</mark>&#x20;

Proof Of Concept

![](/files/EjujOEhX5fDHWjuN9pps)

![](/files/TGQMZFhJD2MnjKk9hDEL)

Once we commit all at once we receive a reverse shell.&#x20;

![](/files/0D8MWxJG0rqRy6XeKefa)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lyethar.gitbook.io/pelican/exploitation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
