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-82222-MassExploit — Exploit tool for CVE-2026-82222, an unauthenticated RCE in GiveWP WordPress plugin. Supports single-target and batch exploitation with multi-threading, proxy support, and JSON/TXT export. | Kitploit
Tools/GitHubGitHub/0xcyp1337/cve-2026-82222-massexploit
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHub0xcyp1337/cve-2026-82222-massexploit

CVE-2026-82222-MassExploit

Exploit tool for CVE-2026-82222, an unauthenticated RCE in GiveWP WordPress plugin. Supports single-target and batch exploitation with multi-threading, proxy support, and JSON/TXT export.

View Repository
16h 10m 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-82222 — GiveWP WordPress Plugin Unauthenticated RCE

Python 3.6+ CVSS Author

Critical Unauthenticated Remote Code Execution (CVSS 9.8) — GiveWP ≤ 4.16.7.1

This tool exploits CVE-2026-82222, a vulnerability in the WordPress GiveWP plugin that allows unauthenticated attackers to execute arbitrary commands on the server via a PHP Object Injection (POP chain) deserialization attack.


⚠️ Vulnerability Overview

PropertyValue
CVE IDCVE-2026-82222
CVSS Score9.8 (Critical)
CWECWE-502 — Deserialization of Untrusted Data
Affected ProductGiveWP — Donation Plugin & Fundraising Platform ≤ 4.16.7.1
Patched Version4.16.8
Auth RequiredTIDAK (unauthenticated)
StatusActive Exploitation

Technical Details

The vulnerability exists in the TCPDF class deserialization chain. By sending a crafted payload through the donation form submission process, an attacker can:

  1. Register a new user account (if registration is open)
  2. Inject a POP gadget chain via the last_name field in the user profile
  3. Trigger deserialization through the donation processing endpoint (give_process_donation)
  4. Execute arbitrary system commands on the server

The exploit uses Base64 encoding to bypass WAF/filters and ensure reliable execution.

Attack Chain (6 Steps)

StepActionDescription
1FingerprintDetect GiveWP plugin presence
2RegisterCreate a new WordPress user account
3Store PayloadInject POP gadget chain into user profile
4Discover FormFind a valid donation form ID
5Find GatewayTest payment gateways for working endpoint
6ExecuteTrigger deserialization and run command

🚀 Features

  • ✅ Single-target exploitation (-u)
  • ✅ Batch scanning & exploitation (-f targets.txt)
  • ✅ Multi-threading (-t 20) — fast parallel processing
  • ✅ Real-time progress bar with spinner animation
  • ✅ JSON export — full result details
  • ✅ TXT export — VULNERABLE and EXPLOITED summaries
  • ✅ Colorful output with animated banner
  • ✅ Proxy support (--proxy)
  • ✅ Configurable timeout (--timeout)
  • ✅ Verbose mode (-v) for debugging
  • ✅ No external dependencies beyond requests

📥 Installation

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

# Install dependencies
pip install requests
Download Tool