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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200408-22">
<title>Mozilla, Firefox, Thunderbird, Galeon, Epiphany: New releases fix vulnerabilities</title>
<synopsis>
New releases of Mozilla, Epiphany, Galeon, Mozilla Thunderbird, and Mozilla
Firefox fix several vulnerabilities, including remote DoS and buffer
overflows.
</synopsis>
<product type="ebuild">www-client/mozilla, www-client/mozilla-firefox, mail-client/mozilla-thunderbird, www-client/galeon, www-client/epiphany</product>
<announced>2004-08-23</announced>
<revised count="06">2007-12-30</revised>
<bug>57380</bug>
<bug>59419</bug>
<access>remote</access>
<affected>
<package name="www-client/mozilla" auto="yes" arch="*">
<unaffected range="ge">1.7.2</unaffected>
<vulnerable range="lt">1.7.2</vulnerable>
</package>
<package name="www-client/mozilla-firefox" auto="yes" arch="*">
<unaffected range="ge">0.9.3</unaffected>
<vulnerable range="lt">0.9.3</vulnerable>
</package>
<package name="mail-client/mozilla-thunderbird" auto="yes" arch="*">
<unaffected range="ge">0.7.3</unaffected>
<vulnerable range="lt">0.7.3</vulnerable>
</package>
<package name="www-client/mozilla-bin" auto="yes" arch="*">
<unaffected range="ge">1.7.2</unaffected>
<vulnerable range="lt">1.7.2</vulnerable>
</package>
<package name="www-client/mozilla-firefox-bin" auto="yes" arch="*">
<unaffected range="ge">0.9.3</unaffected>
<vulnerable range="lt">0.9.3</vulnerable>
</package>
<package name="mail-client/mozilla-thunderbird-bin" auto="yes" arch="*">
<unaffected range="ge">0.7.3</unaffected>
<vulnerable range="lt">0.7.3</vulnerable>
</package>
<package name="www-client/epiphany" auto="yes" arch="*">
<unaffected range="ge">1.2.7-r1</unaffected>
<vulnerable range="lt">1.2.7-r1</vulnerable>
</package>
<package name="www-client/galeon" auto="yes" arch="*">
<unaffected range="ge">1.3.17</unaffected>
<vulnerable range="lt">1.3.17</vulnerable>
</package>
</affected>
<background>
<p>
Mozilla is a popular web browser that includes a mail and newsreader.
Galeon and Epiphany are both web browsers that use gecko, the Mozilla
rendering engine. Mozilla Firefox is the next-generation browser from
the Mozilla project that incorporates advanced features that are yet to
be incorporated into Mozilla. Mozilla Thunderbird is the
next-generation mail client from the Mozilla project.
</p>
</background>
<description>
<p>
Mozilla, Galeon, Epiphany, Mozilla Firefox and Mozilla Thunderbird
contain the following vulnerabilities:
</p>
<ul>
<li>All Mozilla tools use libpng for graphics. This library contains a
buffer overflow which may lead to arbitrary code execution.</li>
<li>If a user imports a forged Certificate Authority (CA) certificate,
it may overwrite and corrupt the valid CA already installed on the
machine.</li>
</ul>
<p>
Mozilla, Mozilla Firefox, and other gecko-based browsers also contain a
bug in their caching which may allow the SSL icon to remain visible,
even when the site in question is an insecure site.
</p>
</description>
<impact type="normal">
<p>
Users of Mozilla, Mozilla Firefox, and other gecko-based browsers are
susceptible to SSL certificate spoofing, a Denial of Service against
legitimate SSL sites, crashes, and arbitrary code execution. Users of
Mozilla Thunderbird are susceptible to crashes and arbitrary code
execution via malicious e-mails.
</p>
</impact>
<workaround>
<p>
There is no known workaround for most of these vulnerabilities. All
users are advised to upgrade to the latest available version.
</p>
</workaround>
<resolution>
<p>
All users should upgrade to the latest stable version:
</p>
<code>
# emerge sync
# emerge -pv your-version
# emerge your-version</code>
</resolution>
<references>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0763">CAN-2004-0763</uri>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0758">CAN-2004-0758</uri>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0597">CAN-2004-0597</uri>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0598">CAN-2004-0598</uri>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0599">CAN-2004-0599</uri>
</references>
<metadata tag="requester" timestamp="2004-08-05T18:21:36Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2004-08-05T19:57:21Z">
dmargoli
</metadata>
</glsa>
|