Bug 913037 - Django: Host header poisoning hardening
Summary: Django: Host header poisoning hardening
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 913043 913044 913045 913048 913050 913054
Blocks: 916886
TreeView+ depends on / blocked
 
Reported: 2013-02-20 09:23 UTC by Kurt Seifried
Modified: 2019-09-29 13:01 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-07 18:56:33 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:0670 0 normal SHIPPED_LIVE Moderate: Django security update 2013-03-21 22:12:01 UTC

Description Kurt Seifried 2013-02-20 09:23:57 UTC
James Bennett of Django reports:

Issue: Host header poisoning

Several previous Django security releases have attempted to address persistent issues with the HTTP Host header. Django contains code -- and some functionality shipped with Django itself makes use of that code -- for constructing a fully-qualified URL based on the incoming HTTP request. Depending on configuration, this makes use of the Host header, and so an attacker who can cause a Django application to respond to arbitrary Host headers can cause Django to generate, and display to end users, URLs on arbitrary domains.

Previous iterations of this issue (see CVE-2011-4139 and CVE-2012-4520) have focused on tightening Django's parsing of Host headers, to eliminate various means by which attackers -- using techniques such as username/password pairs in their submitted Host header -- could exploit this.

Ultimately, however, Django alone cannot ensure that an attacker is unable to submit, and cause Django to accept, arbitrary Host headers. Properly securing this in a deployed Django instance additionally requires configuration of the web server, and both the configuration and the achievable level of security vary with the server being used.

In light of this, the get_host() method of django.http.HttpRequest will now validate the Host header against a new setting, ALLOWED_HOSTS. This setting is a list of strings (by default, an empty list) corresponding to acceptable values for the header, with some support for wildcards.

Code which does not use get_host(), or Django configurations which can determine the current hostname without recourse to HTTP headers (i.e., when Django's sites framework is enabled) will not be affected by this change.

Since this is hardening/tightening of a previous issue, it does not have a new CVE number.

External reference:
https://www.djangoproject.com/weblog/2013/feb/19/security/

Comment 1 Kurt Seifried 2013-02-20 09:32:56 UTC
Created Django tracking bugs for this issue

Affects: epel-5 [bug 913043]

Comment 2 Kurt Seifried 2013-02-20 09:34:52 UTC
Created Django14 tracking bugs for this issue

Affects: epel-6 [bug 913045]

Comment 3 Kurt Seifried 2013-02-20 09:34:56 UTC
Created Django tracking bugs for this issue

Affects: epel-6 [bug 913044]

Comment 4 Kurt Seifried 2013-02-20 09:37:45 UTC
Created Django tracking bugs for this issue

Affects: fedora-17 [bug 913048]

Comment 7 Fedora Update System 2013-03-11 19:32:21 UTC
Django14-1.4.5-1.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2013-03-12 08:49:21 UTC
python-django-1.4.5-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2013-03-12 08:53:29 UTC
Django-1.4.5-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 10 errata-xmlrpc 2013-03-21 18:12:35 UTC
This issue has been addressed in following products:

  OpenStack Folsom for RHEL 6

Via RHSA-2013:0670 https://rhn.redhat.com/errata/RHSA-2013-0670.html

Comment 11 Matthias Runge 2013-06-07 18:56:33 UTC
Since all dependent bugs are fixed, I guess, I can close this one, too?


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