#VU50172 Path traversal in Django - CVE-2021-3281
Published: February 1, 2021 / Updated: July 5, 2021
Django
Django Software Foundation
Description
The vulnerability allows a remote attacker to perform directory traversal attacks.
The vulnerability exists due to input validation error when processing directory traversal sequences inside archives with "django.utils.archive.extract()" function. A remote attacker can pass specially crafted archive to the application and write files to arbitrary directory on the system.