blob: 4a29b33da07f1533d77f8e5987ee2f580fcbabdc (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201412-49">
<title>fish: Multiple vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been found in fish, the worst of
which could result in local privilege escalation or remote arbitrary code
execution.
</synopsis>
<product type="ebuild">fish</product>
<announced>2014-12-28</announced>
<revised count="1">2014-12-28</revised>
<bug>509044</bug>
<access>local, remote</access>
<affected>
<package name="app-shells/fish" auto="yes" arch="*">
<unaffected range="ge">2.1.1</unaffected>
<vulnerable range="lt">2.1.1</vulnerable>
</package>
</affected>
<background>
<p>fish is the Friendly Interactive SHell.</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in fish. Please review the
CVE identifiers referenced below for details.
</p>
</description>
<impact type="high">
<p>A local attacker may be able to gain escalated privileges or overwrite
arbitrary files. Furthermore, a remote attacker may be able to execute
arbitrary code.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All fish users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-shells/fish-2.1.1"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-2905">CVE-2014-2905</uri>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-2906">CVE-2014-2906</uri>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-2914">CVE-2014-2914</uri>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3219">CVE-2014-3219</uri>
</references>
<metadata tag="requester" timestamp="2014-12-26T19:46:39Z">Zlogene</metadata>
<metadata tag="submitter" timestamp="2014-12-28T08:15:27Z">Zlogene</metadata>
</glsa>
|