Skip to content

Path Traversal in Django

Moderate severity GitHub Reviewed Published Jun 10, 2021 to the GitHub Advisory Database • Updated Sep 5, 2023

Package

pip django (pip)

Affected versions

< 2.2.24
>= 3.0.0, < 3.1.12
>= 3.2.0, < 3.2.4

Patched versions

2.2.24
3.1.12
3.2.4

Description

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.

References

Published by the National Vulnerability Database Jun 8, 2021
Reviewed Jun 10, 2021
Published to the GitHub Advisory Database Jun 10, 2021
Last updated Sep 5, 2023

Severity

Moderate
4.9
/ 10

CVSS base metrics

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

Weaknesses

CVE ID

CVE-2021-33203

GHSA ID

GHSA-68w8-qjq3-2gfm

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.