The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
[1.5.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
This is a security fix. Disclosure following shortly.
by
Lindsey the Elephant Seal 2014-08-08 14:20:08 UTC
commit 26cd48e166ac4d84317c8ee6d63ac52a87e8da99
Django
Fix
1File 2File RedFile BlueFile CVE-2014-0481
django/core/files/storage.py
+6
-5
docs/howto/custom-file-storage.txt
+2
-11
docs/ref/files/storage.txt
-11
docs/releases/1.4.14.txt
-20
docs/releases/1.5.9.txt
-20
tests/modeltests/files/tests.py
+9
-13
tests/regressiontests/file_storage/tests.py
+8
-13
expand_less