diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201406-26.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201406-26.xml')
-rw-r--r-- | glsa-201406-26.xml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/glsa-201406-26.xml b/glsa-201406-26.xml new file mode 100644 index 00000000..6020e014 --- /dev/null +++ b/glsa-201406-26.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201406-26"> + <title>Django: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found Django, the worst of which + may allow a remote attacker to execute code. + </synopsis> + <product type="ebuild">django</product> + <announced>June 26, 2014</announced> + <revised>December 03, 2014: 2</revised> + <bug>508514</bug> + <bug>510382</bug> + <access>remote</access> + <affected> + <package name="dev-python/django" auto="yes" arch="*"> + <unaffected range="ge">1.6.5</unaffected> + <unaffected range="rge">1.5.8</unaffected> + <unaffected range="rge">1.4.13</unaffected> + <unaffected range="rge">1.5.10</unaffected> + <unaffected range="rge">1.4.15</unaffected> + <vulnerable range="lt">1.6.5</vulnerable> + </package> + </affected> + <background> + <p>Django is a Python-based web framework.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Django. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could execute code with the privileges of the process, + modify SQL queries, or disclose sensitive information. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Django 1.6 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-python/django-1.6.5" + </code> + + <p>All Django 1.5 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-python/django-1.5.8" + </code> + + <p>All Django 1.4 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-python/django-1.4.13" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0472">CVE-2014-0472</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0473">CVE-2014-0473</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0474">CVE-2014-0474</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-1418">CVE-2014-1418</uri> + </references> + <metadata tag="requester" timestamp="Fri, 02 May 2014 18:37:13 +0000"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="Wed, 03 Dec 2014 01:03:38 +0000"> + creffett + </metadata> +</glsa> |