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-2021-35042 — Reproduce CVE-2021-35042 | Kitploit
Tools/GitHubGitHub/mrlihd/cve-2021-35042
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationDatabase Security
GitHubmrlihd/cve-2021-35042

CVE-2021-35042

Reproduce CVE-2021-35042

View Repository
334 years 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-2021-35042

SQL injection via QuerySet.order_by() untrusted input

Setup:

Start the instances using: docker-compose up

Now open the following URL to load sample data:

http://localhost:8000/vul_app/setup

Then go to the vulnerable page at: http://localhost:8000/vul_app/

Exploit the parameter at: http://localhost:8000/vul_app/?order_by=name

Download Tool