GHSA-68w8-qjq3-2gfm - MODERATE Vulnerability | GeekWala
Loading...
Skip to main content

GHSA-68w8-qjq3-2gfm

MODERATE

Path Traversal in Django

Published June 10, 2021Updated September 20, 2024Source: osv

Details

Django before 2.2.24, 3.x before 3.1.12, and 3.2.x before 3.2.4 has a potential directory traversal via django.contrib.admindocs. Staff members could use the TemplateDetailView view to check the existence of arbitrary files. Additionally, if (and only if) the default admindocs templates have been customized by application developers to also show file contents, then not only the existence but also the file contents would have been exposed. In other words, there is directory traversal outside of the template root directories.

Remediation

Upgrade to the fixed version using your package manager.

pip
Update django to 2.2.24 or later
pip install "django>=2.2.24"
pip
Update django to 3.1.12 or later
pip install "django>=3.1.12"
pip
Update django to 3.2.4 or later
pip install "django>=3.2.4"

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

Affected Packages (3)

PackageEcosystemAffectedFixed In
django
PyPI
1.0.1, 1.0.2, 1.0.3, 1.0.4 (+228 more)2.2.24
django
PyPI
3.0, 3.0.1, 3.0.10, 3.0.11 (+26 more)3.1.12
django
PyPI
3.2, 3.2.1, 3.2.2, 3.2.33.2.4

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
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/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.30%
Higher than 53% of vulnerabilities

Check if you're affected

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

Scan Your Dependencies