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-2017-20192-formidable-forms — Docker lab for CVE-2017-20192 (Formidable Forms < 2.05.03 stored XSS) | Kitploit
Tools/GitHubGitHub/flame-11/cve-2017-20192-formidable-forms
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubflame-11/cve-2017-20192-formidable-forms

CVE-2017-20192-formidable-forms

Docker lab for CVE-2017-20192 (Formidable Forms < 2.05.03 stored XSS)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
8 months agoNot yet reviewed

CVE-2017-20192 — Formidable Forms (WordPress) — Vulnerable Docker Lab

Reproducible Docker lab for CVE-2017-20192 (Formidable Forms < 2.05.03 stored XSS).

Quickstart

root@kitploit:~
docker compose up -d --build

Target:

  • http://127.0.0.1:18080

Validate (lab helper)

This helper script:

  • submits a crafted entry unauthenticated
  • logs in as WordPress admin
  • fetches the Formidable admin entry view and checks for the stored marker
root@kitploit:~
bash ./scripts/poc.sh

Stop / Cleanup

root@kitploit:~
docker compose down -v
Download Tool