
Einigermaßen zuverlässiger PoC-Exploit für CVE-2022-36804 (BitBucket kritische Befehlseinschleusung)
Ein einigermaßen zuverlässiger PoC-Exploit für CVE-2022-36804 (BitBucket Critical Command Injection). Dieser Angriff erfordert im Allgemeinen, dass öffentliche Repos aktiviert sind, aber Session-Cookies sind ebenfalls mit diesem Exploit kompatibel. Hinweis: Dieser Exploit beinhaltet eine automatische Repo-Erkennung, die praktisch ist, wenn Sie nicht manuell nach offenen Repos suchen möchten.
git clone https://github.com/BenHays142/CVE-2022-36804-PoC-Exploit.git;
cd CVE-2022-36804-PoC-Exploit
python3 -m pip install -r requirements.txt
python3 main.py [target]
usage: main.py [-h] [--project PROJECT] [--repo REPO] [--skip-auto] [--session SESSION] [--command CMD] server
Exploit BitBucket Instances (< v8.3.1) using CVE-2022-36804. Exploits automagically without any extra parameters, but allows for custom settings as well.
positional arguments:
server
options:
-h, --help show this help message and exit
--project PROJECT The name of the project the repository resides in
--repo REPO The name of the repository
--skip-auto Skip the automatic finding of exploitable repos
--session SESSION Value of 'BITBUCKETSESSIONID' cookie, useful if target repo is private
--command CMD Command to execute if exploit is successful (Note: getting output isn't reliable so OOB exfil is a must)