summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-202309-08.xml
blob: 0b12314c2221d524ca35c5c3659e2aaa6e4d650f (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202309-08">
    <title>Requests: Information Leak</title>
    <synopsis>A vulnerability has been discovered in Requests which could result in the disclosure of plaintext secrets.</synopsis>
    <product type="ebuild">requests</product>
    <announced>2023-09-17</announced>
    <revised count="1">2023-09-17</revised>
    <bug>906970</bug>
    <access>remote</access>
    <affected>
        <package name="dev-python/requests" auto="yes" arch="*">
            <unaffected range="ge">2.31.0</unaffected>
            <vulnerable range="lt">2.31.0</vulnerable>
        </package>
    </affected>
    <background>
        <p>Requests is an HTTP library for human beings.</p>
    </background>
    <description>
        <p>Requests is vulnerable to potentially leaking Proxy-Authorization headers to destination servers, specifically during redirects to an HTTPS origin with authentication credentials encoded into the URL.</p>
    </description>
    <impact type="low">
        <p>Users&#39; proxy authentication secrets could be disclosed to parties beyond the used HTTP proxy server.</p>
    </impact>
    <workaround>
        <p>There is no known workaround at this time.</p>
    </workaround>
    <resolution>
        <p>All Requests users should upgrade to the latest version:</p>
        
        <code>
          # emerge --sync
          # emerge --ask --oneshot --verbose ">=dev-python/requests-2.31.0"
        </code>
    </resolution>
    <references>
        <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-32681">CVE-2023-32681</uri>
        <uri>GHSA-j8r2-6x86-q33q</uri>
    </references>
    <metadata tag="requester" timestamp="2023-09-17T06:32:25.550438Z">ajak</metadata>
    <metadata tag="submitter" timestamp="2023-09-17T06:32:25.553604Z">sam</metadata>
</glsa>