blob: 7b4b9805887aa6efcd4827e9346f08d3d6911030 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201702-25">
<title>libass: Multiple vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been found in libass, the worst of
which have unknown impacts.
</synopsis>
<product type="ebuild">libass</product>
<announced>2017-02-20</announced>
<revised count="1">2017-02-20</revised>
<bug>596422</bug>
<access>remote</access>
<affected>
<package name="media-libs/libass" auto="yes" arch="*">
<unaffected range="ge">0.13.4</unaffected>
<vulnerable range="lt">0.13.4</vulnerable>
</package>
</affected>
<background>
<p>libass is a portable subtitle renderer for the ASS/SSA (Advanced
Substation Alpha/Substation Alpha) subtitle format.
</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in libass. Please review
the CVE identifiers referenced below for details.
</p>
</description>
<impact type="normal">
<p>A remote attacker could cause a Denial of Service condition or other
unknown impacts via unknown attack vectors.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All libass users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-libs/libass-0.13.4"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-7969">CVE-2016-7969</uri>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-7970">CVE-2016-7970</uri>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-7971">CVE-2016-7971</uri>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-7972">CVE-2016-7972</uri>
</references>
<metadata tag="requester" timestamp="2017-02-05T23:35:59Z">b-man</metadata>
<metadata tag="submitter" timestamp="2017-02-20T23:46:16Z">whissi</metadata>
</glsa>
|