Skip to content
KitploitKITPLOIT
도구익스플로잇블로그
Log in
제출
도구익스플로잇블로그
제출

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-19598- — Exploits CVE-2026-19598 in WordPress Pods plugin to create admin accounts or overwrite passwords via unauthenticated AJAX request, with mass scanning and multi-threading support. | Kitploit
도구/GitHubGitHub/0xcyp1337/cve-2026-19598-
Privilege EscalationVulnerability ScannersExploitationWeb Application ExploitationPenetration Testing
GitHub0xcyp1337/cve-2026-19598-

CVE-2026-19598-

Exploits CVE-2026-19598 in WordPress Pods plugin to create admin accounts or overwrite passwords via unauthenticated AJAX request, with mass scanning and multi-threading support.

저장소 보기
920일 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

CVE-2026-19598 — Pods WordPress Plugin Unauthenticated Privilege Escalation

Python 3.6+ CVSS Author

Critical Unauthenticated Privilege Escalation (CVSS 9.8) — WordPress Pods Plugin ≤ 3.3.9

This tool exploits CVE-2026-19598, a vulnerability in the WordPress Pods plugin that allows unauthenticated attackers to create new administrator accounts or overwrite existing user passwords via the admin-ajax.php endpoint.


⚠️ Vulnerability Overview

PropertyValue
CVE IDCVE-2026-19598
CVSS Score9.8 (Critical)
CWECWE-284 — Improper Access Control
Affected ProductWordPress Pods Plugin ≤ 3.3.9
Patched Version3.3.9.1
Auth RequiredTIDAK (unauthenticated)
StatusActive Exploitation

Technical Details

The vulnerability exists in the pods_admin AJAX action. Due to improper permission checks, the save_user method can be called without authentication when the meta-box-loader parameter is present. This allows an attacker to:

  1. Create new admin users with arbitrary credentials
  2. Overwrite existing user passwords by specifying a user ID
  3. Escalate privileges from unauthenticated to full admin access

Attack Vector

POST /wp-admin/admin-ajax.php action=pods_admin method=save_user meta-box-loader=1 user_login=evil_admin user_pass=Hacked123! role=administrator

The plugin fails to verify that the user making the request has proper capabilities, and the meta-box-loader parameter bypasses the intended security checks.


🚀 Features

  • ✅ Single-target exploitation — create admin or overwrite password
  • ✅ Mass scanning & exploitation — load targets from file
  • ✅ Multi-threading — fast parallel processing
  • ✅ Automatic login verification — confirm admin access
  • ✅ Overwrite mode — take over existing user accounts
  • ✅ Custom credentials — set your own username/password
  • ✅ Progress bar with spinner and real-time stats
  • ✅ Colored output for easy reading
  • ✅ Results saving — pods_pwned.txt with all exploited targets
  • ✅ No external dependencies — uses Python standard library + requests

📥 Installation

root@kitploit:~
# Clone the repository
git clone https://github.com/0xCyp1337/CVE-2026-19598-.git
cd CVE-2026-19598
python3 CVE-2026-19598.py

# Install dependencies (only requests needed)
pip install requests
도구 다운로드