Skip to content
KitploitKITPLOIT
ToolsExploitsBlog
Submit
ToolsExploitsBlog
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-5118 — Detection tooling for CVE-2026-5118, an unauthenticated privilege escalation in Divi Form Builder <= 5.1.2, identifying affected WordPress installations and plugin versions. | Kitploit
Tools/GitHubGitHub/sangsenimanwartefak/cve-2026-5118
Defensive ToolsPrivilege EscalationVulnerability ScannersVulnerability AnalysisInformation GatheringWeb SecurityPenetration TestingLearning & Education

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
GitHub
sangsenimanwartefak/cve-2026-5118

CVE-2026-5118

Detection tooling for CVE-2026-5118, an unauthenticated privilege escalation in Divi Form Builder <= 5.1.2, identifying affected WordPress installations and plugin versions.

View Repository
31 day agoNot yet reviewed
Share
⚡ CVE-2026-5118

Divi Form Builder — Unauthenticated Privilege Escalation



"Security Research" • "Defensive Detection" • "Vulnerability Research"

---

🔥 Overview

CVE-2026-5118 is an unauthenticated privilege-escalation vulnerability affecting Divi Form Builder versions up to 5.1.2.

The issue involves insufficient validation of user-controlled registration parameters, allowing registration data to influence the requested WordPress user role.

This repository contains research and defensive detection tooling for authorized security testing.


📌 Vulnerability Information

Property| Details CVE| "CVE-2026-5118" Product| Divi Form Builder Affected| "<= 5.1.2" Fixed| "5.1.3" Authentication| Unauthenticated Impact| Privilege Escalation Researcher| SangSenimanWartefak


🎯 Affected Versions

Divi Form Builder

<= 5.1.2 → Potentially Affected 5.1.3+ → Fixed

«Always verify the affected-version range against the current vendor advisory and CVE record.»


🔬 Vulnerability

The vulnerable functionality is related to the plugin's form-registration workflow.

The issue occurs when attacker-controlled registration data is insufficiently restricted before being passed to WordPress user-creation functionality.

┌─────────────────────────┐ │ Registration Request │ └────────────┬────────────┘ │ ▼ ┌─────────────────────────┐ │ User-Controlled Data │ └────────────┬────────────┘ │ ▼ ┌─────────────────────────┐ │ Insufficient Validation │ └────────────┬────────────┘ │ ▼ ┌─────────────────────────┐ │ WordPress User Creation │ └────────────┬────────────┘ │ ▼ Potential Privilege Escalation

---

The potential security impact includes unauthorized privilege escalation.


🛡️ Detection

The research tooling focuses on identifying potentially affected installations.

Detection can evaluate:

[+] WordPress reachability [+] Divi Form Builder presence [+] Plugin version [+] Known plugin indicators [+] Vulnerable version range

Detection Flow

Target │ ▼ WordPress Detection │ ▼ Plugin Identification │ ▼ Version Detection │ ▼ Version Assessment │ ├── <= 5.1.2 ──► POTENTIALLY AFFECTED │ └── >= 5.1.3 ──► FIXED

«Detection results should be independently validated before being treated as confirmed findings.»


🚀 Installation

git clone https://github.com/SangSenimanWartefak/CVE-2026-5118.git cd CVE-2026-5118 pip install -r requirements.txt


🧪 Lab Environment

Recommended environment:

WordPress Divi Form Builder <= 5.1.2 PHP Python 3.x Local / Isolated Test Server

For responsible testing, use systems that you own or have explicit permission to assess.


🔧 Mitigation

Administrators should update Divi Form Builder to 5.1.3 or later according to the applicable vendor security guidance.

After remediation, review:

WordPress Users User Roles Authentication Logs Web-Server Access Logs Recently Modified Plugins Recently Modified Themes Unexpected Administrator Accounts


✅ Security Checklist

[ ] Identify installed Divi Form Builder version [ ] Determine affected version status [ ] Upgrade to 5.1.3+ [ ] Review WordPress administrator accounts [ ] Review user-role changes [ ] Review authentication logs [ ] Review web-server logs [ ] Check modified plugins/themes [ ] Re-test after remediation


⚠️ Disclaimer

This repository is intended for:

  • Security research
  • Authorized penetration testing
  • Vulnerability assessment
  • Defensive security validation
  • Educational laboratory environments

Only test systems that you own or have explicit permission to assess.

The author is not responsible for unauthorized use, damage, data loss, service disruption, or other consequences resulting from misuse of this research.


👤 Researcher

SangSenimanWartefak

Security Researcher / Vulnerability Research

📚 References

  • CVE-2026-5118
  • Divi Form Builder security advisories
  • WordPress Plugin Security documentation

⭐ If this research is useful for defensive security research, consider starring the repository.


"SangSenimanWartefak" • "2026"

Download Tool