blob: 4ea09c8d695f6f601df7750b39a61c5ce018817a (
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
58
59
60
61
62
63
64
65
66
67
68
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201607-11">
<title>Bugzilla: Multiple vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been found in Bugzilla, the worst of
which could lead to the escalation of privileges.
</synopsis>
<product type="ebuild"/>
<announced>2016-07-20</announced>
<revised count="1">2016-07-20</revised>
<bug>524316</bug>
<bug>537448</bug>
<bug>560406</bug>
<bug>583236</bug>
<access>remote</access>
<affected>
<package name="www-apps/bugzilla" auto="yes" arch="*">
<unaffected range="ge">5.0.3</unaffected>
<unaffected range="rgt">4.4.12</unaffected>
<vulnerable range="lt">5.0.3</vulnerable>
</package>
</affected>
<background>
<p>Bugzilla is the bug-tracking system from the Mozilla project.</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in Bugzilla. Please review
the CVE identifiers referenced below for details.
</p>
</description>
<impact type="normal">
<p>Privileged account holders could execute system level commands, and the
new user process could be exploited to allow for the escalation of
privileges.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All Bugzilla 4.x users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-apps/bugzilla-4.4.12"
</code>
<p>All Bugzilla 5.x users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-apps/bugzilla-5.0.3"
</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1572">
CVE-2014-1572
</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1573">
CVE-2014-1573
</uri>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8630">CVE-2014-8630</uri>
</references>
<metadata tag="requester" timestamp="2016-02-25T05:32:55Z">
BlueKnight
</metadata>
<metadata tag="submitter" timestamp="2016-07-20T11:12:25Z">b-man</metadata>
</glsa>
|