Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1437236 - (CVE-2017-7234) CVE-2017-7234 python-django: Open redirect vulnerability in django.views.static.serve()
CVE-2017-7234 python-django: Open redirect vulnerability in django.views.stat...
Status: NEW
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
medium Severity medium
: ---
: ---
Assigned To: Red Hat Product Security
impact=moderate,public=20170404,repor...
: Security
Depends On:
Blocks: 1437237
  Show dependency treegraph
 
Reported: 2017-03-29 16:40 EDT by Adam Mariš
Modified: 2018-06-29 18:19 EDT (History)
27 users (show)

See Also:
Fixed In Version: python-django 1.8.18, python-django 1.9.13, python-django 1.10.7, python-django 1.11
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed:
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)
Upstream patch 1.8.x (2.88 KB, patch)
2017-03-29 16:48 EDT, Adam Mariš
no flags Details | Diff
Upstream patch 1.9.x (3.73 KB, patch)
2017-03-29 16:48 EDT, Adam Mariš
no flags Details | Diff
Upstream patch 1.10.x (5.03 KB, patch)
2017-03-29 16:49 EDT, Adam Mariš
no flags Details | Diff
Upstream patch 1.11.x (5.03 KB, patch)
2017-03-29 16:49 EDT, Adam Mariš
no flags Details | Diff
Upstream patch master (4.95 KB, patch)
2017-03-29 16:49 EDT, Adam Mariš
no flags Details | Diff

  None (edit)
Description Adam Mariš 2017-03-29 16:40:40 EDT
A maliciously crafted URL to a Django site using the serve() view could redirect to any other domain. The view no longer does any redirects as they don't provide any known, useful functionality.

Note, however, that this view has always carried a warning that it is not hardened for production use and should be used only as a development aid.

Affected versions:
* Django master development branch
* Django 1.11 (currently at release candidate status)
* Django 1.10
* Django 1.9
* Django 1.8
Comment 1 Adam Mariš 2017-03-29 16:40:58 EDT
Acknowledgments:

Name: the Django project
Comment 2 Adam Mariš 2017-03-29 16:48 EDT
Created attachment 1267358 [details]
Upstream patch 1.8.x
Comment 3 Adam Mariš 2017-03-29 16:48 EDT
Created attachment 1267359 [details]
Upstream patch 1.9.x
Comment 4 Adam Mariš 2017-03-29 16:49 EDT
Created attachment 1267360 [details]
Upstream patch 1.10.x
Comment 5 Adam Mariš 2017-03-29 16:49 EDT
Created attachment 1267361 [details]
Upstream patch 1.11.x
Comment 6 Adam Mariš 2017-03-29 16:49 EDT
Created attachment 1267362 [details]
Upstream patch master
Comment 9 Andrej Nemec 2017-04-05 08:51:31 EDT
Public via:

https://www.djangoproject.com/weblog/2017/apr/04/security-releases/

Note You need to log in before you can comment on or make changes to this bug.