summaryrefslogtreecommitdiff
blob: ab29551f8eb8ca7f12a459325534bece1f708dd4 (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
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200505-11">
  <title>Mozilla Suite, Mozilla Firefox: Remote compromise</title>
  <synopsis>
    Several vulnerabilities in the Mozilla Suite and Firefox allow an attacker
    to conduct cross-site scripting attacks or to execute arbitrary code.
  </synopsis>
  <product type="ebuild">mozilla</product>
  <announced>2005-05-15</announced>
  <revised>2005-05-15: 01</revised>
  <bug>91859</bug>
  <bug>92393</bug>
  <bug>92394</bug>
  <access>remote</access>
  <affected>
    <package name="www-client/mozilla-firefox" auto="yes" arch="*">
      <unaffected range="ge">1.0.4</unaffected>
      <vulnerable range="lt">1.0.4</vulnerable>
    </package>
    <package name="www-client/mozilla-firefox-bin" auto="yes" arch="*">
      <unaffected range="ge">1.0.4</unaffected>
      <vulnerable range="lt">1.0.4</vulnerable>
    </package>
    <package name="www-client/mozilla" auto="yes" arch="*">
      <unaffected range="ge">1.7.8</unaffected>
      <vulnerable range="lt">1.7.8</vulnerable>
    </package>
    <package name="www-client/mozilla-bin" auto="yes" arch="*">
      <unaffected range="ge">1.7.8</unaffected>
      <vulnerable range="lt">1.7.8</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The Mozilla Suite is a popular all-in-one web browser that
    includes a mail and news reader. Mozilla Firefox is the next-generation
    browser from the Mozilla project.
    </p>
  </background>
  <description>
    <p>
    The Mozilla Suite and Firefox do not properly protect "IFRAME"
    JavaScript URLs from being executed in context of another URL in the
    history list (CAN-2005-1476). The Mozilla Suite and Firefox also fail
    to verify the "IconURL" parameter of the "InstallTrigger.install()"
    function (CAN-2005-1477). Michael Krax and Georgi Guninski discovered
    that it is possible to bypass JavaScript-injection security checks by
    wrapping the javascript: URL within the view-source: or jar:
    pseudo-protocols (MFSA2005-43).
    </p>
  </description>
  <impact type="normal">
    <p>
    A malicious remote attacker could use the "IFRAME" issue to
    execute arbitrary JavaScript code within the context of another
    website, allowing to steal cookies or other sensitive data. By
    supplying a javascript: URL as the "IconURL" parameter of the
    "InstallTrigger.Install()" function, a remote attacker could also
    execute arbitrary JavaScript code. Combining both vulnerabilities with
    a website which is allowed to install software or wrapping javascript:
    URLs within the view-source: or jar: pseudo-protocols could possibly
    lead to the execution of arbitrary code with user privileges.
    </p>
  </impact>
  <workaround>
    <p>
    Affected systems can be protected by disabling JavaScript.
    However, we encourage Mozilla Suite or Mozilla Firefox users to upgrade
    to the latest available version.
    </p>
  </workaround>
  <resolution>
    <p>
    All Mozilla Firefox users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-client/mozilla-firefox-1.0.4"</code>
    <p>
    All Mozilla Firefox binary users should upgrade to the latest
    version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-client/mozilla-firefox-bin-1.0.4"</code>
    <p>
    All Mozilla Suite users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-client/mozilla-1.7.8"</code>
    <p>
    All Mozilla Suite binary users should upgrade to the latest
    version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-client/mozilla-bin-1.7.8"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1476">CAN-2005-1476</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1477">CAN-2005-1477</uri>
    <uri link="https://www.mozilla.org/security/announce/mfsa2005-43.html">Mozilla Foundation Security Advisory 2005-43</uri>
  </references>
  <metadata tag="requester" timestamp="2005-05-12T04:49:53Z">
    jaervosz
  </metadata>
  <metadata tag="submitter" timestamp="2005-05-12T08:27:49Z">
    DerCorny
  </metadata>
  <metadata tag="bugReady" timestamp="2005-05-15T08:10:06Z">
    koon
  </metadata>
</glsa>