summaryrefslogtreecommitdiff
blob: d6f1285460e2cfdc7194f0902dbcd41eda817679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<!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>2014-06-26</announced>
  <revised count="2">2014-12-03</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 "&gt;=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 "&gt;=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 "&gt;=dev-python/django-1.4.13"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0472">CVE-2014-0472</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0473">CVE-2014-0473</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0474">CVE-2014-0474</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-1418">CVE-2014-1418</uri>
  </references>
  <metadata tag="requester" timestamp="2014-05-02T18:37:13Z">
    BlueKnight
  </metadata>
  <metadata tag="submitter" timestamp="2014-12-03T01:03:38Z">
    creffett
  </metadata>
</glsa>