2 matches found
Directory Traversal
djangosendfile2 is vulnerable to directory traversal. The vulnerability exists as the nginx backend does not limit file paths to the SENDFILEROOT...
GHSA-6R3C-8XF3-GGRR Directory traversal outside of SENDFILE_ROOT in django-sendfile2
django-sendfile2 currently relies on the backend to correctly limit file paths to SENDFILEROOT. This is not the case for the simple and development backends, it is also not necessarily the case for any of the other backends either it's just an assumption that was made by the original author. This...