GHSA-xgxc-v2qg-chmh
MODERATE
Directory Traversal in Django
Published April 8, 2021Updated September 20, 2024Source: osv
Details
In Django 2.2 before 2.2.20, 3.0 before 3.0.14, and 3.1 before 3.1.8, MultiPartParser allowed directory traversal via uploaded files with suitably crafted file names. Built-in upload handlers were not affected by this vulnerability.
Remediation
Upgrade to the fixed version using your package manager.
pip
Update django to 3.1.8 or laterpip install "django>=3.1.8"
pip
Update django to 3.0.14 or laterpip install "django>=3.0.14"
pip
Update django to 2.2.20 or laterpip install "django>=2.2.20"
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (3)
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-22Path TraversalMITRE
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
References
- https://nvd.nist.gov/vuln/detail/CVE-2021-28658ADVISORY
- https://docs.djangoproject.com/en/3.1/releases/securityWEB
- https://github.com/advisories/GHSA-xgxc-v2qg-chmhADVISORY
- https://github.com/django/djangoPACKAGE
- https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2021-6.yamlWEB
- https://groups.google.com/g/django-announce/c/ePr5j-ngdPUWEB
- https://lists.debian.org/debian-lts-announce/2021/04/msg00008.htmlWEB
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZVKYPHR3TKR2ESWXBPOJEKRO2OSJRZUEWEB
- https://pypi.org/project/DjangoWEB
- https://security.netapp.com/advisory/ntap-20210528-0001WEB
- https://www.djangoproject.com/weblog/2021/apr/06/security-releasesWEB
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.50%
Higher than 81% of vulnerabilities
Also Known As
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies