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-2022-1386-FusionBuilder-SSRF — Unauthenticated SSRF PoC in WordPress Fusion Builder <3.6.2 (CVE-2022-1386) | Kitploit
Tools/GitHubGitHub/fayassgit/cve-2022-1386-fusionbuilder-ssrf
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubfayassgit/cve-2022-1386-fusionbuilder-ssrf

CVE-2022-1386-FusionBuilder-SSRF

Unauthenticated SSRF PoC in WordPress Fusion Builder <3.6.2 (CVE-2022-1386)

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
21 year agoNot yet reviewed

CVE-2022-1386 – Fusion Builder < 3.6.2 - Unauthenticated SSRF

💥 Description

Unauthenticated Server-Side Request Forgery (SSRF) in the Fusion Builder plugin (used by the Avada WordPress theme) prior to version 3.6.2.
Allows attackers to make HTTP requests to arbitrary URLs, potentially targeting internal services.

🛡 Affected Product

  • Fusion Builder < 3.6.2
  • Avada Theme installations using vulnerable Fusion Builder plugin

🔍 CVE Details

  • CVE: CVE-2022-1386
  • Severity: Critical
  • Vector: Unauthenticated HTTP POST to admin-ajax.php

🧪 PoC Usage

root@kitploit:~
python3 exploit_cve_2022_1386.py <target_url> <your_callback_url>

Example:

root@kitploit:~
python3 exploit_cve_2022_1386.py https://vulnerable.site https://abc123.oast.fun

Use Interact.sh or [Burp Collaborator] to receive the callback.

📋 Sample Output

root@kitploit:~
[*] Fetching nonce from target...
[*] Sending SSRF payload to https://abc123.oast.fun...
[+] SSRF confirmed: received callback from victim server.

📌 Notes This PoC avoids data exfiltration. Ethical usage only: do not exploit systems without authorization.

📚 References https://wpscan.com/vulnerability/bf7034ab-24c4-461f-a709-3f73988b536b https://theme-fusion.com/documentation/avada/fusion-builder-changelog/

Download Tool