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-3359-exp — A PoC/exploit written in python for the unauthenticated SQL injection vulnerability CVE-2026-3359 situated within Form Maker (version <= 1.15.42) by 10Web. | Kitploit
Tools/GitHubGitHub/itsthalisman/cve-2026-3359-exp
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubitsthalisman/cve-2026-3359-exp

cve-2026-3359-exp

A PoC/exploit written in python for the unauthenticated SQL injection vulnerability CVE-2026-3359 situated within Form Maker (version <= 1.15.42) by 10Web.

View Repository
2 months 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-3359 is an unauthenticated SQL Injection vulnerability situated within Web10's wordpress plugin "Form Maker" in all versions up to version 1.15.42.

In order to use this PoC/exploit, first set up a virtual enviroment through the commands "virtualenv {name of your enviroment here}" or "venv {name of your enviroment here}".

After that is done, install the required libraries for this code through the command "source /bin/activate" and then run "pip install -r requirements.txt" on your terminal

After setting up your virtual enviroment and all required libraries, you may start the PoC code by running "python3 cve-2026-3359.py -u http://example.com -poc"

Successful execution of this PoC will look like this:

poc
Download Tool