Changes between Version 34 and Version 35 of SecurityTeam


Ignore:
Timestamp:
Jul 22, 2026, 7:36:41 AM (2 hours ago)
Author:
Sarah Boyce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SecurityTeam

    v34 v35  
    211211Kind regards, The Django Security Team.
    212212
     213=== Symlink traversal and symlink-following within trusted storage locations ===
     214
     215Hello,
     216
     217Thank you for your report.
     218
     219After review, we do not consider this a security vulnerability.
     220
     221Django assumes configured storage locations and their contents are trusted. Symlinks within those locations are a valid deployment configuration and may legitimately be used by system administrators, so Django intentionally supports following them. The scenarios you describe require an attacker to already be able to create or modify filesystem objects within that storage. Because this falls outside Django's assumptions about configured storage locations, we do not consider this a security issue.
     222
     223Thanks for taking the time to submit it through the appropriate channel.
     224
     225Kind regards, the Django Security Team.
     226
    213227=== Unauthenticated cache purge/Pickle deserialization ===
    214228
Back to Top