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-57811 — Exploits CVE-2026-57811, an unauthenticated RCE in Realtyna Organic IDX + WPL Real Estate WordPress plugin, enabling shell upload and command execution with mass scanning and multi-threading. | Kitploit
Tools/GitHubGitHub/0xcyp1337/cve-2026-57811
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHub0xcyp1337/cve-2026-57811

CVE-2026-57811

Exploits CVE-2026-57811, an unauthenticated RCE in Realtyna Organic IDX + WPL Real Estate WordPress plugin, enabling shell upload and command execution with mass scanning and multi-threading.

View Repository
4h 12m 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-57811 — Realtyna Organic IDX + WPL Real Estate Unauthenticated RCE

Python 3.6+ CVSS Author

Critical Unauthenticated Remote Code Execution (CVSS 10.0) — Realtyna Organic IDX + WPL Real Estate ≤ 5.2.0

This tool exploits CVE-2026-57811, a critical vulnerability in the Realtyna Organic IDX + WPL Real Estate WordPress plugin that allows unauthenticated attackers to upload a malicious web shell via a deprecated mobile API endpoint and execute arbitrary system commands as the web server user.


⚠️ Vulnerability Overview

PropertyValue
CVE IDCVE-2026-57811
CVSS Score10.0 (Critical)
CWECWE-94 — Code Injection
Affected ProductRealtyna Organic IDX + WPL Real Estate
Versions≤ 5.2.0
Patched Version5.2.1
Auth RequiredTIDAK (unauthenticated)
Attack VectorNetwork-based (remote)
StatusActively Exploited

Technical Details

The vulnerability exists in a deprecated mobile API endpoint with insufficient validation on the commands_directory parameter and file upload handling. An unauthenticated attacker can:

  1. Access the vulnerable I/O endpoint (?wplview=io&wplformat=io)
  2. Bypass signature verification using default keys
  3. Upload a malicious PHP shell via set_property command
  4. Determine the uploaded file path via PID brute-forcing
  5. Execute system commands by accessing the uploaded shell

🚀 Features

  • ✅ Single-target exploitation (-u)
  • ✅ Mass scanning & exploitation (-f targets.txt)
  • ✅ Multi-threading (-t 10) — fast parallel processing
  • ✅ Auto PID detection with intelligent brute-forcing
  • ✅ Real-time progress bar with spinner animation
  • ✅ JSONL/CSV export — full result details
  • ✅ Shell URL saving — shells.txt with all shell URLs
  • ✅ Custom payload URL — use your own shell (--payload-url)
  • ✅ Delay support — avoid rate limiting (--delay)
  • ✅ Proxy support (--proxy)
  • ✅ Colorful output with animated banner

📥 Installation

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

# Install dependencies
pip install requests
Download Tool