- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gentoo Linux Security Advisory                           GLSA 201510-06
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                           https://security.gentoo.org/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

 Severity: Normal
    Title: Django: Multiple vulnerabilities
     Date: October 31, 2015
     Bugs: #554864
       ID: 201510-06

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Synopsis
=======
Multiple vulnerabilities have been found in Django, the worst of which
may allow a remote attacker to cause Denial of Service.

Background
=========
Django is a Python-based web framework.

Affected packages
================
    -------------------------------------------------------------------
     Package              /     Vulnerable     /            Unaffected
    -------------------------------------------------------------------
  1  dev-python/django            < 1.8.3                    >= 1.8.3
                                                            *>= 1.7.9
                                                           *>= 1.4.21

Description
==========
Multiple vulnerabilities have been found in Django:

* Session backends create a new record anytime request.session was
  accessed (CVE-2015-5143)
* Built-in validators in Django do not properly sanitize input
  (CVE-2015-5144)
* URL validation included a regular expression that was extremely slow
  (CVE-2015-5145)

Impact
=====
A remote attacker may be able cause a Denial of Service condition,
inject arbitrary headers, and conduct HTTP response splitting attacks.

Workaround
=========
There is no known workaround at this time.

Resolution
=========
All Django 1.8 users should upgrade to the latest version:

  # emerge --sync
  # emerge --ask --oneshot --verbose ">=dev-python/django-1.8.3"

All Django 1.7 users should upgrade to the latest version:

  # emerge --sync
  # emerge --ask --oneshot --verbose ">=dev-python/django-1.7.9"

All Django 1.4 users should upgrade to the latest version:

  # emerge --sync
  # emerge --ask --oneshot --verbose ">=dev-python/django-1.4.21"

References
=========
[ 1 ] CVE-2015-5143
      http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-5143
[ 2 ] CVE-2015-5144
      http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-5144
[ 3 ] CVE-2015-5145
      http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-5145

Availability
===========
This GLSA and any updates to it are available for viewing at
the Gentoo Security Website:

 https://security.gentoo.org/glsa/201510-06

Concerns?
========
Security is a primary focus of Gentoo Linux and ensuring the
confidentiality and security of our users' machines is of utmost
importance to us. Any security concerns should be addressed to
security@gentoo.org or alternatively, you may file a bug at
https://bugs.gentoo.org.

License
======
Copyright 2015 Gentoo Foundation, Inc; referenced text
belongs to its owner(s).

The contents of this document are licensed under the
Creative Commons - Attribution / Share Alike license.

https://creativecommons.org/licenses/by-sa/2.5/

Gentoo: GLSA-201510-06: Django: Multiple vulnerabilities

Multiple vulnerabilities have been found in Django, the worst of which may allow a remote attacker to cause Denial of Service.

Summary

Multiple vulnerabilities have been found in Django: * Session backends create a new record anytime request.session was accessed (CVE-2015-5143) * Built-in validators in Django do not properly sanitize input (CVE-2015-5144) * URL validation included a regular expression that was extremely slow (CVE-2015-5145)

Resolution

All Django 1.8 users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose ">=dev-python/django-1.8.3"
All Django 1.7 users should upgrade to the latest version:
# emerge --sync # emerge --ask --oneshot --verbose ">=dev-python/django-1.7.9"
All Django 1.4 users should upgrade to the latest version:
# emerge --sync # emerge --ask --oneshot --verbose ">=dev-python/django-1.4.21"

References

[ 1 ] CVE-2015-5143 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-5143 [ 2 ] CVE-2015-5144 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-5144 [ 3 ] CVE-2015-5145 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-5145

Availability

This GLSA and any updates to it are available for viewing at the Gentoo Security Website: https://security.gentoo.org/glsa/201510-06

Concerns

Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users' machines is of utmost importance to us. Any security concerns should be addressed to security@gentoo.org or alternatively, you may file a bug at https://bugs.gentoo.org.

Severity
Severity: Normal
Title: Django: Multiple vulnerabilities
Date: October 31, 2015
Bugs: #554864
ID: 201510-06

Synopsis

Multiple vulnerabilities have been found in Django, the worst of which may allow a remote attacker to cause Denial of Service.

Background

Django is a Python-based web framework.

Affected Packages

------------------------------------------------------------------- Package / Vulnerable / Unaffected ------------------------------------------------------------------- 1 dev-python/django < 1.8.3 >= 1.8.3 *>= 1.7.9 *>= 1.4.21

Impact

===== A remote attacker may be able cause a Denial of Service condition, inject arbitrary headers, and conduct HTTP response splitting attacks.

Workaround

There is no known workaround at this time.

Related News