Lucene search

K
veracodeVeracode Vulnerability DatabaseVERACODE:48032
HistoryJul 11, 2024 - 6:51 a.m.

Path Traversal

2024-07-1106:51:35
Veracode Vulnerability Database
sca.analysiscenter.veracode.com
5
django
path traversal
storage

AI Score

6.5

Confidence

Low

Django is vulnerable to Path Traversal. The vulnerability is due to derived classes of the django.core.files.storage.Storage base class that override generate_filename() without replicating the file-path validations from the parent class, potentially allowing path traversal via certain inputs during a save() call.