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.
[2.1.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
by
Isabelle the Irish Setter 2018-07-24 20:18:17 UTC
commit c4e5ff7fdb5fce447675e90291fd33fddd052b3c
Django
Fix
CVE-2018-14574
django/middleware/common.py
-3
django/urls/resolvers.py
+4
-2
django/utils/http.py
-11
docs/releases/1.11.15.txt
-13
docs/releases/2.0.8.txt
-13
tests/middleware/tests.py
-19
tests/middleware/urls.py
-2
tests/utils_tests/test_http.py
+4
-15
expand_less