1. Gentoo Linux Security Advisory
| 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
Mozilla Suite and Firefox are vulnerable to multiple issues, including some that might be exploited to execute arbitrary code.
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.
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.
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.
There is no known workaround for all the issues.
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" |