Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2022-36804 — A simple PoC for Atlassian Bitbucket RCE [CVE-2022-36804] | Kitploit
Tools/GitHubGitHub/tahtaciburak/cve-2022-36804
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubtahtaciburak/cve-2022-36804

cve-2022-36804

A simple PoC for Atlassian Bitbucket RCE [CVE-2022-36804]

View Repository
723 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Atlassian Bitbucket RCE PoC - CVE-2022-36804

This repo contains a simple PoC script for Atlassian Bitbucket's remove code execution vulnerability. You can simply run this script via following commands:

root@kitploit:~
echo 'bitbucket.redacted.com' | python3 cve-2022-36804.py

Or you can create a targets file from another tools like (subfinder, sublist3r or go-dork etc.)

root@kitploit:~
cat targets.txt |  python3 cve-2022-36804.py 

References

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36804
https://packetstormsecurity.com/files/168470/Bitbucket-Git-Command-Injection.html

Download Tool