GHSA-2hrw-hx67-34x6 - HIGH Vulnerability | GeekWala
Loading...
Skip to main content

GHSA-2hrw-hx67-34x6

HIGH

Resource exhaustion in Django

Published February 15, 2023Updated March 19, 2025Source: osv

Details

An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack.

Remediation

Upgrade to the fixed version using your package manager.

pip
Update django to 3.2.18 or later
pip install "django>=3.2.18"
pip
Update django to 4.0.10 or later
pip install "django>=4.0.10"
pip
Update django to 4.1.7 or later
pip install "django>=4.1.7"

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 (+17 more)3.2.18
django
PyPI
4.0, 4.0.1, 4.0.2, 4.0.3 (+9 more)4.0.10
django
PyPI
4.1, 4.1.1, 4.1.2, 4.1.3 (+6 more)4.1.7

Vulnerability Classification

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

  • CWE-400
    Uncontrolled Resource ConsumptionMITRE

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
None
Integrity
None
Availability
High

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

References

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)
22.12%
Higher than 96% of vulnerabilities

Check if you're affected

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

Scan Your Dependencies