GHSA-q2jf-h9jm-m7p4 - HIGH Vulnerability | GeekWala
Loading...
Skip to main content

GHSA-q2jf-h9jm-m7p4

HIGH

Django contains Uncontrolled Resource Consumption via cached header

Published February 1, 2023Updated September 20, 2024Source: osv

Details

In Django 3.2 before 3.2.17, 4.0 before 4.0.9, and 4.1 before 4.1.6, the parsed values of Accept-Language headers are cached in order to avoid repetitive parsing. This leads to a potential denial-of-service vector via excessive memory usage if the raw value of Accept-Language headers is very large.

Remediation

Upgrade to the fixed version using your package manager.

pip
Update django to 4.0.9 or later
pip install "django>=4.0.9"
pip
Update django to 3.2.17 or later
pip install "django>=3.2.17"
pip
Update django to 4.1.6 or later
pip install "django>=4.1.6"

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

Affected Packages (3)

PackageEcosystemAffectedFixed In
django
PyPI
4.0, 4.0.1, 4.0.2, 4.0.3 (+8 more)4.0.9
django
PyPI
3.2, 3.2.1, 3.2.10, 3.2.11 (+16 more)3.2.17
django
PyPI
4.1, 4.1.1, 4.1.2, 4.1.3 (+5 more)4.1.6

Vulnerability Classification

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

  • CWE-400
    Uncontrolled Resource ConsumptionMITRE
  • CWE-770
    Allocation of Resources Without LimitsMITRE

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

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)
6.09%
Higher than 91% of vulnerabilities

Check if you're affected

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

Scan Your Dependencies