Asymmetric denial of service In django
Description
Django denial of service via file upload naming The default configuration for the file upload handling system in Django before 1.4.14, 1.5.x before 1.5.9, 1.6.x before 1.6.6, and 1.7 before release candidate 3 uses a sequential file name generation process when a file with a conflicting name is uploaded, which allows remote attackers to cause a denial of service (CPU consumption) by unloading a multiple files with the same name.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
pypi | 1.4.14, 1.5.9, 1.6.6 | ||
debian 11 | 1.6.6-1 | ||
debian 12 | 1.6.6-1 | ||
debian 14 | 1.6.6-1 | ||
debian 13 | 1.6.6-1 |
Aliases
1. 2. 3. 4. 5. 6.
References
1. 2. 3. 4. 5. 6. 7.