SQL Injection Vulnerability in Django Web Framework
CVE-2021-35042
9.8CRITICAL
Key Information:
- Vendor
Djangoproject
- Status
- Vendor
- CVE Published:
- 2 July 2021
Badges
👾 Exploit Exists🟡 Public PoC
What is CVE-2021-35042?
A vulnerability exists in the Django web framework that allows SQL injection through unsanitized input in the QuerySet.order_by method. When a web application uses client-supplied input to construct queries without proper validation or sanitization, it opens the door for attackers to manipulate the order of query results, leading to unauthorized data access or modification.
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
EPSS Score
7% chance of being exploited in the next 30 days.
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