summaryrefslogtreecommitdiff
blob: 89c05bbd28412bfd35770090beee124b3bba434c (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201801-11">
  <title>PySAML2: Security bypass</title>
  <synopsis>A vulnerability in PySAML2 might allow remote attackers to bypass
    authentication.
  </synopsis>
  <product type="ebuild">PySAML2</product>
  <announced>2018-01-11</announced>
  <revised count="2">2018-01-12</revised>
  <bug>644016</bug>
  <access>remote</access>
  <affected>
    <package name="dev-python/pysaml2" auto="yes" arch="*">
      <unaffected range="ge">4.0.2-r3</unaffected>
      <unaffected range="ge">4.5.0</unaffected>
      <vulnerable range="lt">4.0.2-r3</vulnerable>
      <vulnerable range="lt">4.5.0</vulnerable>
    </package>
  </affected>
  <background>
    <p>PySAML2 is a pure python implementation of SAML2</p>
  </background>
  <description>
    <p>It was found that the PySAML2 relies on an assert statement to check the
      user’s password. A python optimizations might remove this assertion.
    </p>
  </description>
  <impact type="normal">
    <p>A remote attacker could bypass security restrictions and access any
      application which is using PySAML2 for authentication.
    </p>
  </impact>
  <workaround>
    <p>Disable python optimizations.</p>
  </workaround>
  <resolution>
    <p>All PySAML2 4.0 users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=dev-python/pysaml2-4.0.2-r3"
    </code>
    
    <p>All PySAML2 4.5 users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=dev-python/pysaml2-4.5.0"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-1000433">
      CVE-2017-1000433
    </uri>
  </references>
  <metadata tag="requester" timestamp="2018-01-09T14:46:58Z">whissi</metadata>
  <metadata tag="submitter" timestamp="2018-01-12T01:23:24Z">whissi</metadata>
</glsa>