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
django-connector-CVE-2025-64459-testbed — A self-contained testbed for Django CVE-2025-64459. Demonstrates QuerySet.filter() parameter injection via dictionary expansion using Docker. | Kitploit
Tools/GitHubGitHub/omarkurt/django-connector-cve-2025-64459-testbed
Vulnerability AnalysisWeb Application ExploitationCTFPenetration TestingLearning & EducationLabs & Practice
GitHubomarkurt/django-connector-cve-2025-64459-testbed

django-connector-CVE-2025-64459-testbed

A self-contained testbed for Django CVE-2025-64459. Demonstrates QuerySet.filter() parameter injection via dictionary expansion using Docker.

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 RepositoryWebsite
29 months agoNot yet reviewed

Django-CVE-2025-64459-Testbed

A self-contained testbed for Django CVE-2025-64459. Demonstrates QuerySet.filter() parameter injection via dictionary expansion using Docker.

About the Vulnerability

CVE-2025-64459 is a high-severity vulnerability in Django (specifically versions < 5.1.14) that allows parameter injection in QuerySet.filter() when user input is passed directly via dictionary expansion (e.g., **request.GET).

Attackers can inject internal parameters like _connector to manipulate query logic (e.g., changing AND to OR), potentially bypassing filters and accessing unauthorized data.

image

Test with Vulnerable Target

If you have the Vulnerable Target CLI installed or want to run it from source:

  1. Clone the Vulnerable Target repository:

    root@kitploit:~
    git clone https://github.com/HappyHackingSpace/vulnerable-target
    cd vulnerable-target
    
  2. Run the lab using the ID:

    root@kitploit:~
    go run cmd/vt/main.go start --id vt-2025-64459
    
  3. b00m!

    image
  4. with Nuclei

    image

🛠️ Usage & Exploitation

⚠️ Disclaimer

This repository is for educational and research purposes only. Do not use this on systems you do not own or have explicit permission to test. The author is not responsible for any misuse of this information.

Download Tool
DescriptionLink
Show All (Empty Search)/?
Normal Search/?title__icontains=Public
Exploit Attempt (Private)/?status=private&title__icontains=Area
_connector Exploit (CVE-2025-64459)/?_connector=OR 1=1 OR&title__icontains=Public