GHSA-w24h-v9qh-8gxj - CRITICAL Vulnerability | GeekWala
Loading...
Skip to main content

GHSA-w24h-v9qh-8gxj

CRITICAL

SQL Injection in Django

Published April 13, 2022Updated February 21, 2025Source: osv

Details

A SQL injection issue was discovered in `QuerySet.explain()` in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. This occurs by passing a crafted dictionary (with dictionary expansion) as the `**options` argument, and placing the injection payload in an option name.

Remediation

Upgrade to the fixed version using your package manager.

pip
Update django to 3.2.13 or later
pip install "django>=3.2.13"
pip
Update django to 4.0.4 or later
pip install "django>=4.0.4"
pip
Update django to 2.2.28 or later
pip install "django>=2.2.28"

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (3)

PackageEcosystemAffectedFixed In
django
PyPI
3.2, 3.2.1, 3.2.10, 3.2.11 (+9 more)3.2.13
django
PyPI
4.0, 4.0.1, 4.0.2, 4.0.34.0.4
django
PyPI
2.2, 2.2.1, 2.2.10, 2.2.11 (+24 more)2.2.28

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 3.1 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Risk Assessment

CVSS Score
3.1

Exploitation is difficult or impact is minor. Address in your next planned update.

EPSS Score (30-day exploit probability)
1.03%
Higher than 77% of vulnerabilities

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies