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.
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
Thanks Tom Christie for review.
by
Cameron the Insect 2015-01-07 18:41:29 UTC
commit 929684d6ee0efb5afad51dc584489d0437d2451b
Django
VCC
CVE-2018-14574
django/conf/global_settings.py
-8
django/core/exceptions.py
-16
django/http/multipartparser.py
+3
-34
django/http/request.py
+8
-19
django/utils/http.py
-60
docs/ref/exceptions.txt
-2
docs/ref/settings.txt
-49
docs/releases/1.10.txt
-13
tests/requests/test_data_upload_settings.py
-186
expand_less