Mozilla Suite, Mozilla Firefox: Multiple vulnerabilities

Security Team  Contact Address

Updated September 18, 2005

1.  Gentoo Linux Security Advisory

Version Information

Advisory Reference GLSA 200509-11 / mozilla
Release Date September 18, 2005
Latest Revision September 29, 2005: 02
Impact normal
Exploitable remote
Package Vulnerable versions Unaffected versions Architecture(s)
www-client/mozilla-firefox < 1.0.7-r2 >= 1.0.7-r2 All supported architectures
www-client/mozilla < 1.7.12-r2 >= 1.7.12-r2 All supported architectures
www-client/mozilla-firefox-bin < 1.0.7 >= 1.0.7 All supported architectures
www-client/mozilla-bin < 1.7.12 >= 1.7.12 All supported architectures
net-libs/gecko-sdk < 1.7.12 >= 1.7.12 All supported architectures

Related bugreports: #105396

Synopsis

Mozilla Suite and Firefox are vulnerable to multiple issues, including some that might be exploited to execute arbitrary code.

2.  Impact Information

Background

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. Gecko is the layout engine used in both products.

Description

The Mozilla Suite and Firefox are both vulnerable to the following issues:

The Gecko engine in itself is also affected by some of these issues and has been updated as well.

Impact

A remote attacker could setup a malicious site and entice a victim to visit it, potentially resulting in arbitrary code execution with the victim's privileges or facilitated spoofing of known websites.

3.  Resolution Information

Workaround

There is no known workaround for all the issues.

Resolution

All Mozilla Firefox users should upgrade to the latest version:

Code Listing 3.1: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=www-client/mozilla-firefox-1.0.7-r2"

All Mozilla Suite users should upgrade to the latest version:

Code Listing 3.2: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=www-client/mozilla-1.7.12-r2"

All Mozilla Firefox binary users should upgrade to the latest version:

Code Listing 3.3: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=www-client/mozilla-firefox-bin-1.0.7"

All Mozilla Suite binary users should upgrade to the latest version:

Code Listing 3.4: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=www-client/mozilla-bin-1.7.12"

All Gecko library users should upgrade to the latest version:

Code Listing 3.5: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=net-libs/gecko-sdk-1.7.12"

4.  References