GHSA-jrh2-hc4r-7jwx - MODERATE Vulnerability | GeekWala
Loading...
Skip to main content

GHSA-jrh2-hc4r-7jwx

MODERATE

Directory-traversal in Django

Published January 12, 2022Updated September 20, 2024Source: osv

Details

Storage.save in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1 allows directory traversal if crafted filenames are directly passed to it.

Remediation

Upgrade to the fixed version using your package manager.

pip
Update django to 2.2.26 or later
pip install "django>=2.2.26"
pip
Update django to 3.2.11 or later
pip install "django>=3.2.11"
pip
Update django to 4.0.1 or later
pip install "django>=4.0.1"

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

Affected Packages (3)

PackageEcosystemAffectedFixed In
django
PyPI
2.2, 2.2.1, 2.2.10, 2.2.11 (+22 more)2.2.26
django
PyPI
3.2, 3.2.1, 3.2.10, 3.2.2 (+7 more)3.2.11
django
PyPI
4.04.0.1

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

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

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)
0.27%
Higher than 50% of vulnerabilities

Check if you're affected

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

Scan Your Dependencies