blob: 6033d073253a8a6e2f0482a3a8faf31ff3789d45 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202105-02">
<title>stunnel: Improper certificate validation</title>
<synopsis>Stunnel was not properly verifying TLS certificates, possibly
allowing an integrity/confidentiality compromise.
</synopsis>
<product type="ebuild">stunnel</product>
<announced>2021-05-26</announced>
<revised count="1">2021-05-26</revised>
<bug>772146</bug>
<access>local, remote</access>
<affected>
<package name="net-misc/stunnel" auto="yes" arch="*">
<unaffected range="ge">5.58</unaffected>
<vulnerable range="lt">5.58</vulnerable>
</package>
</affected>
<background>
<p>The stunnel program is designed to work as an SSL/TLS encryption wrapper
between a client and a local or remote server.
</p>
</background>
<description>
<p>It was discovered that stunnel did not correctly verified the client
certificate when options “redirect” and “verifyChain” are used.
</p>
</description>
<impact type="low">
<p>A remote attacker could send a specially crafted certificate, possibly
resulting in a breach of integrity or confidentiality.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All stunnel users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/stunnel-5.58"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-20230">CVE-2021-20230</uri>
</references>
<metadata tag="requester" timestamp="2021-05-25T22:51:07Z">whissi</metadata>
<metadata tag="submitter" timestamp="2021-05-26T07:44:01Z">whissi</metadata>
</glsa>
|