blob: 8f3dc1c06fb063eb44d11b3c0c1766c09987719f (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201706-22">
<title>libksba: Denial of Service and information disclosure</title>
<synopsis>Multiple vulnerabilities have been found in libksba which might
allow remote attackers to obtain sensitive information or crash an
libksba-based application.
</synopsis>
<product type="ebuild">libksba</product>
<announced>2017-06-22</announced>
<revised count="1">2017-06-22</revised>
<bug>592078</bug>
<access>remote</access>
<affected>
<package name="dev-libs/libksba" auto="yes" arch="*">
<unaffected range="ge">1.3.5</unaffected>
<vulnerable range="lt">1.3.5</vulnerable>
</package>
</affected>
<background>
<p>Libksba is a X.509 and CMS (PKCS#7) library.</p>
</background>
<description>
<p>It was found that an unproportionate amount of memory is allocated when
parsing crafted certificates in libskba, which may lead to Denial of
Service condition.
</p>
<p>Moreover in libksba 1.3.4, allocated memory is uninitialized and could
potentially contain sensitive data left in freed memory block.
</p>
</description>
<impact type="normal">
<p>A remote attacker, able to interact with an libksba-based application,
could possibly obtain sensitive information or cause a Denial of Service
condition.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All libksba users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-libs/libksba-1.3.5"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-4579">CVE-2016-4579</uri>
<uri link="http://seclists.org/oss-sec/2016/q3/343">Upstream report</uri>
</references>
<metadata tag="requester" timestamp="2017-04-19T05:51:10Z">BlueKnight</metadata>
<metadata tag="submitter" timestamp="2017-06-22T17:42:08Z">whissi</metadata>
</glsa>
|