SQL Injection Vulnerability in Django Framework Affects Multiple Versions
CVE-2022-28346
9.8CRITICAL
Key Information:
- Vendor
Djangoproject
- Status
- Vendor
- CVE Published:
- 12 April 2022
Badges
👾 Exploit Exists🟡 Public PoC
What is CVE-2022-28346?
A vulnerability exists in Django Framework affecting versions prior to 2.2.28, 3.2.13, and 4.0.4, allowing SQL injection through the QuerySet.annotate(), aggregate(), and extra() methods. This occurs when crafted dictionaries are passed as keyword arguments (**kwargs). Attackers can exploit this by manipulating column aliases, potentially allowing unauthorized access to database information.
Exploit Proof of Concept (PoC)
PoC code is written by security researchers to demonstrate the vulnerability can be exploited. PoC code is also a key component for weaponization which could lead to ransomware.
References
CVSS V3.1
Score:
9.8
Severity:
CRITICAL
Confidentiality:
High
Integrity:
High
Availability:
High
Attack Vector:
Network
Attack Complexity:
Low
Privileges Required:
None
User Interaction:
None
Scope:
Unchanged
Timeline
- 🟡
Public PoC available
- 👾
Exploit known to exist
Vulnerability published
Vulnerability Reserved