Executive Summary

Summary
Title Firefox vulnerabilities
Informations
Name USN-149-1 First vendor Publication 2005-07-21
Vendor Ubuntu Last vendor Modification 2005-07-21
Severity (Vendor) N/A Revision N/A

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector : (AV:N/AC:L/Au:N/C:P/I:P/A:P)
Cvss Base Score 7.5 Attack Range Network
Cvss Impact Score 6.4 Attack Complexity Low
Cvss Expoit Score 10 Authentication None Required
Calculate full CVSS 2.0 Vectors scores

Detail

A security issue affects the following Ubuntu releases:

Ubuntu 5.04 (Hoary Hedgehog)

The following packages are affected:

mozilla-firefox

The problem can be corrected by upgrading the affected package to version 1.0.2-0ubuntu5.4. After a standard system upgrade you need to restart Firefox to effect the necessary changes.

Please note that the Ubuntu 4.10 version is also affected; an upgrade is in preparation.

Details follow:

Secunia.com reported that one of the recent security patches in Firefox reintroduced the frame injection patch that was originally known as CAN-2004-0718. This allowed a malicious web site to spoof the contents of other web sites. (CAN-2005-1937)

In several places the browser user interface did not correctly distinguish between true user events, such as mouse clicks or keystrokes, and synthetic events genenerated by web content. This could be exploited by malicious web sites to generate e. g. mouse clicks that install malicious plugins. Synthetic events are now prevented from reaching the browser UI entirely. (CAN-2005-2260)

Scripts in XBL controls from web content continued to be run even when Javascript was disabled. This could be combined with most script-based exploits to attack people running vulnerable versions who thought disabling Javascript would protect them. (CAN-2005-2261)

Matthew Mastracci discovered a flaw in the addons installation launcher. By forcing a page navigation immediately after calling the install method a callback function could end up running in the context of the new page selected by the attacker. This callback script could steal data from the new page such as cookies or passwords, or perform actions on the user's behalf such as make a purchase if the user is already logged into the target site. However, the default settings allow only http://addons.mozilla.org to bring up this install dialog. This could only be exploited if users have added untrustworthy sites to the installation whitelist, and if a malicious site can convince you to install from their site. (CAN-2005-2263)

Kohei Yoshino discovered a Javascript injection vulnerability in the sidebar. Sites can use the _search target to open links in the Firefox sidebar. A missing security check allowed the sidebar to inject "data:" URLs containing scripts into any page open in the browser. This could be used to steal cookies, passwords or other sensitive data. (CAN-2005-2264)

The function for version comparison in the addons installer did not properly verify the type of its argument. By passing specially crafted Javascript objects to it, a malicious web site could crash the browser and possibly even execute arbitrary code with the privilege of the user account Firefox runs in. (CAN-2005-2265)

A child frame can call top.focus() even if the framing page comes from a different origin and has overridden the focus() routine. Andreas Sandblad discovered that the call is made in the context of the child frame. This could be exploited to steal cookies and passwords from the framed page, or take actions on behalf of a signed-in user. However, web sites with above properties are not very common. (CAN-2005-2266)

Several media players, for example Flash and QuickTime, support scripted content with the ability to open URLs in the default browser. The default behavior for Firefox was to replace the currently open browser window's content with the externally opened content. Michael Krax discovered that if the external URL was a javascript: URL it would run as if it came from the site that served the previous content, which could be used to steal sensitive information such as login cookies or passwords. If the media player content first caused a privileged chrome: url to load then the subsequent javascript: url could execute arbitrary code. (CAN-2005-2267)

Alerts and prompts created by scripts in web pages were presented with the generic title [JavaScript Application] which sometimes made it difficult to know which site created them. A malicious page could exploit this by causing a prompt to appear in front of a trusted site in an attempt to extract information such as passwords from the user. In the fixed version these prompts contain the hostname of the page which created it. (CAN-2005-2268)

The XHTML DOM node handler did not take namespaces into account when verifying node types based on their names. For example, an XHTML document could contain an tag with malicious contents, which would then be processed as the standard trusted HTML tag. By tricking an user to view malicious web sites, this could be exploited to execute attacker-specified code with the full privileges of the user. (CAN-2005-2269)

It was discovered that some objects were not created appropriately. This allowed malicious web content scripts to trace back the creation chain until they found a privileged object and execute code with higher privileges than allowed by the current site. (CAN-2005-2270)

Original Source

Url : http://www.ubuntu.com/usn/USN-149-1

CAPEC : Common Attack Pattern Enumeration & Classification

Id Name
CAPEC-17 Accessing, Modifying or Executing Executable Files
CAPEC-30 Hijacking a Privileged Thread of Execution
CAPEC-35 Leverage Executable Code in Nonexecutable Files

CWE : Common Weakness Enumeration

% Id Name

OVAL Definitions

Definition Id: oval:org.mitre.oval:def:100003
 
Oval ID: oval:org.mitre.oval:def:100003
Title: Firefox and Mozilla Shared Object Code Execution
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 does not properly clone base objects, which allows remote attackers to execute arbitrary code by navigating the prototype chain to reach a privileged object.
Family: windows Class: vulnerability
Reference(s): CVE-2005-2270
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100004
 
Oval ID: oval:org.mitre.oval:def:100004
Title: Firefox and Mozilla DOM Node Spoofing
Description: Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 does not properly verify the associated types of DOM node names within the context of their namespaces, which allows remote attackers to modify certain tag properties, possibly leading to execution of arbitrary script or code, as demonstrated using an XHTML document with IMG tags with custom properties ("XHTML node spoofing").
Family: windows Class: vulnerability
Reference(s): CVE-2005-2269
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100005
 
Oval ID: oval:org.mitre.oval:def:100005
Title: Firefox and Mozilla Javascript Dialog Box Spoofing
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 does not clearly associate a Javascript dialog box with the web page that generated it, which allows remote attackers to spoof a dialog box from a trusted site and facilitates phishing attacks, aka the "Dialog Origin Spoofing Vulnerability."
Family: windows Class: vulnerability
Reference(s): CVE-2005-2268
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100006
 
Oval ID: oval:org.mitre.oval:def:100006
Title: Firefox External App Code Acceptance Vulnerability
Description: Firefox before 1.0.5 allows remote attackers to steal information and possibly execute arbitrary code by using standalone applications such as Flash and QuickTime to open a javascript: URL, which is run in the context of the previous page, and may lead to code execution if the standalone application loads a privileged chrome: URL.
Family: windows Class: vulnerability
Reference(s): CVE-2005-2267
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): Mozilla Firefox
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100007
 
Oval ID: oval:org.mitre.oval:def:100007
Title: Firefox and Mozilla Framed Site Spoofing Vulnerability
Description: A regression error in Firefox 1.0.3 and Mozilla 1.7.7 allows remote attackers to inject arbitrary Javascript from one page into the frameset of another site, aka the frame injection spoofing vulnerability, a re-introduction of a vulnerability that was originally identified and addressed by CVE-2004-0718.
Family: windows Class: vulnerability
Reference(s): CVE-2005-1937
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100008
 
Oval ID: oval:org.mitre.oval:def:100008
Title: InstallVersion.compareTo() DoS and Code Execution Vulnerability
Description: Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 and 7.2 allows remote attackers to cause a denial of service (access violation and crash), and possibly execute arbitrary code, by calling InstallVersion.compareTo with an object instead of a string.
Family: windows Class: vulnerability
Reference(s): CVE-2005-2265
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): mozilla
Mozilla Firefox
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100009
 
Oval ID: oval:org.mitre.oval:def:100009
Title: Firefox Sidebar Script Injection via _search Target
Description: Firefox before 1.0.5 allows remote attackers to steal sensitive information by opening a malicious link in the Firefox sidebar using the _search target, then injecting script into other pages via a data: URL.
Family: windows Class: vulnerability
Reference(s): CVE-2005-2264
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): Mozilla Firefox
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100010
 
Oval ID: oval:org.mitre.oval:def:100010
Title: Firefox InstallTrigger Callback Vulnerability
Description: The InstallTrigger.install method in Firefox before 1.0.5 and Mozilla before 1.7.9 allows remote attackers to execute a callback function in the context of another domain by forcing a page navigation after the install method has been called, which causes the callback to be run in the context of the new page and results in a same origin violation.
Family: windows Class: vulnerability
Reference(s): CVE-2005-2263
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): Mozilla Firefox
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100012
 
Oval ID: oval:org.mitre.oval:def:100012
Title: XBL Script Security Bypass Vulnerability
Description: Firefox before 1.0.5, Thunderbird before 1.0.5, Mozilla before 1.7.9, Netscape 8.0.2, and K-Meleon 0.9 runs XBL scripts even when Javascript has been disabled, which makes it easier for remote attackers to bypass such protection.
Family: windows Class: vulnerability
Reference(s): CVE-2005-2261
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): mozilla
Mozilla Firefox
Mozilla Thunderbird
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100013
 
Oval ID: oval:org.mitre.oval:def:100013
Title: Improper Handling of Synthetic Events in Mozilla
Description: The browser user interface in Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 and 7.2 does not properly distinguish between user-generated events and untrusted synthetic events, which makes it easier for remote attackers to perform dangerous actions that normally could only be performed manually by the user.
Family: windows Class: vulnerability
Reference(s): CVE-2005-2260
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): mozilla
Mozilla Firefox
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100016
 
Oval ID: oval:org.mitre.oval:def:100016
Title: Mozilla Suite InstallTrigger Callback Vulnerability
Description: The InstallTrigger.install method in Firefox before 1.0.5 and Mozilla before 1.7.9 allows remote attackers to execute a callback function in the context of another domain by forcing a page navigation after the install method has been called, which causes the callback to be run in the context of the new page and results in a same origin violation.
Family: windows Class: vulnerability
Reference(s): CVE-2005-2263
Version: 6
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:100107
 
Oval ID: oval:org.mitre.oval:def:100107
Title: Firefox and Mozilla top.focus() Cross-Site Scripting Vulnerability
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 allows a child frame to call top.focus and other methods in a parent frame, even when the parent is in a different domain, which violates the same origin policy and allows remote attackers to steal sensitive information such as cookies and passwords from web sites whose child frames do not verify that they are in the same domain as their parents.
Family: windows Class: vulnerability
Reference(s): CVE-2005-2266
Version: 2
Platform(s): Microsoft Windows NT
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:10132
 
Oval ID: oval:org.mitre.oval:def:10132
Title: The browser user interface in Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 and 7.2 does not properly distinguish between user-generated events and untrusted synthetic events, which makes it easier for remote attackers to perform dangerous actions that normally could only be performed manually by the user.
Description: The browser user interface in Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 and 7.2 does not properly distinguish between user-generated events and untrusted synthetic events, which makes it easier for remote attackers to perform dangerous actions that normally could only be performed manually by the user.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2260
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:10397
 
Oval ID: oval:org.mitre.oval:def:10397
Title: Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 and 7.2 allows remote attackers to cause a denial of service (access violation and crash), and possibly execute arbitrary code, by calling InstallVersion.compareTo with an object instead of a string.
Description: Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 and 7.2 allows remote attackers to cause a denial of service (access violation and crash), and possibly execute arbitrary code, by calling InstallVersion.compareTo with an object instead of a string.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2265
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:10517
 
Oval ID: oval:org.mitre.oval:def:10517
Title: Firefox before 1.0.5 and Mozilla before 1.7.9 does not clearly associate a Javascript dialog box with the web page that generated it, which allows remote attackers to spoof a dialog box from a trusted site and facilitates phishing attacks, aka the "Dialog Origin Spoofing Vulnerability."
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 does not clearly associate a Javascript dialog box with the web page that generated it, which allows remote attackers to spoof a dialog box from a trusted site and facilitates phishing attacks, aka the "Dialog Origin Spoofing Vulnerability."
Family: unix Class: vulnerability
Reference(s): CVE-2005-2268
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:10633
 
Oval ID: oval:org.mitre.oval:def:10633
Title: A regression error in Firefox 1.0.3 and Mozilla 1.7.7 allows remote attackers to inject arbitrary Javascript from one page into the frameset of another site, aka the frame injection spoofing vulnerability, a re-introduction of a vulnerability that was originally identified and addressed by CVE-2004-0718.
Description: A regression error in Firefox 1.0.3 and Mozilla 1.7.7 allows remote attackers to inject arbitrary Javascript from one page into the frameset of another site, aka the frame injection spoofing vulnerability, a re-introduction of a vulnerability that was originally identified and addressed by CVE-2004-0718.
Family: unix Class: vulnerability
Reference(s): CVE-2005-1937
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:10712
 
Oval ID: oval:org.mitre.oval:def:10712
Title: Firefox before 1.0.5 and Mozilla before 1.7.9 allows a child frame to call top.focus and other methods in a parent frame, even when the parent is in a different domain, which violates the same origin policy and allows remote attackers to steal sensitive information such as cookies and passwords from web sites whose child frames do not verify that they are in the same domain as their parents.
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 allows a child frame to call top.focus and other methods in a parent frame, even when the parent is in a different domain, which violates the same origin policy and allows remote attackers to steal sensitive information such as cookies and passwords from web sites whose child frames do not verify that they are in the same domain as their parents.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2266
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:1073
 
Oval ID: oval:org.mitre.oval:def:1073
Title: RHE4 Firefox External App Code Acceptance Vulnerability
Description: Firefox before 1.0.5 allows remote attackers to steal information and possibly execute arbitrary code by using standalone applications such as Flash and QuickTime to open a javascript: URL, which is run in the context of the previous page, and may lead to code execution if the standalone application loads a privileged chrome: URL.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2267
Version: 5
Platform(s): Red Hat Enterprise Linux 4
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:10947
 
Oval ID: oval:org.mitre.oval:def:10947
Title: Firefox before 1.0.5, Thunderbird before 1.0.5, Mozilla before 1.7.9, Netscape 8.0.2, and K-Meleon 0.9 runs XBL scripts even when Javascript has been disabled, which makes it easier for remote attackers to bypass such protection.
Description: Firefox before 1.0.5, Thunderbird before 1.0.5, Mozilla before 1.7.9, Netscape 8.0.2, and K-Meleon 0.9 runs XBL scripts even when Javascript has been disabled, which makes it easier for remote attackers to bypass such protection.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2261
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:11334
 
Oval ID: oval:org.mitre.oval:def:11334
Title: Firefox before 1.0.5 allows remote attackers to steal information and possibly execute arbitrary code by using standalone applications such as Flash and QuickTime to open a javascript: URL, which is run in the context of the previous page, and may lead to code execution if the standalone application loads a privileged chrome: URL.
Description: Firefox before 1.0.5 allows remote attackers to steal information and possibly execute arbitrary code by using standalone applications such as Flash and QuickTime to open a javascript: URL, which is run in the context of the previous page, and may lead to code execution if the standalone application loads a privileged chrome: URL.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2267
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:11629
 
Oval ID: oval:org.mitre.oval:def:11629
Title: The InstallTrigger.install method in Firefox before 1.0.5 and Mozilla before 1.7.9 allows remote attackers to execute a callback function in the context of another domain by forcing a page navigation after the install method has been called, which causes the callback to be run in the context of the new page and results in a same origin violation.
Description: The InstallTrigger.install method in Firefox before 1.0.5 and Mozilla before 1.7.9 allows remote attackers to execute a callback function in the context of another domain by forcing a page navigation after the install method has been called, which causes the callback to be run in the context of the new page and results in a same origin violation.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2263
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:1172
 
Oval ID: oval:org.mitre.oval:def:1172
Title: RHE3 Firefox External App Code Acceptance Vulnerability
Description: Firefox before 1.0.5 allows remote attackers to steal information and possibly execute arbitrary code by using standalone applications such as Flash and QuickTime to open a javascript: URL, which is run in the context of the previous page, and may lead to code execution if the standalone application loads a privileged chrome: URL.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2267
Version: 1
Platform(s): Red Hat Enterprise Linux 3
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:11751
 
Oval ID: oval:org.mitre.oval:def:11751
Title: Firefox before 1.0.5 and Mozilla before 1.7.9 does not properly clone base objects, which allows remote attackers to execute arbitrary code by navigating the prototype chain to reach a privileged object.
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 does not properly clone base objects, which allows remote attackers to execute arbitrary code by navigating the prototype chain to reach a privileged object.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2270
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:1226
 
Oval ID: oval:org.mitre.oval:def:1226
Title: RHE4 Improper Handling of Synthetic Events in Mozilla
Description: The browser user interface in Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 and 7.2 does not properly distinguish between user-generated events and untrusted synthetic events, which makes it easier for remote attackers to perform dangerous actions that normally could only be performed manually by the user.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2260
Version: 5
Platform(s): Red Hat Enterprise Linux 4
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:1258
 
Oval ID: oval:org.mitre.oval:def:1258
Title: RHE3 Firefox and Mozilla DOM Node Spoofing
Description: Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 does not properly verify the associated types of DOM node names within the context of their namespaces, which allows remote attackers to modify certain tag properties, possibly leading to execution of arbitrary script or code, as demonstrated using an XHTML document with IMG tags with custom properties ("XHTML node spoofing").
Family: unix Class: vulnerability
Reference(s): CVE-2005-2269
Version: 1
Platform(s): Red Hat Enterprise Linux 3
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:1268
 
Oval ID: oval:org.mitre.oval:def:1268
Title: RHE3 Firefox and Mozilla Javascript Dialog Box Spoofing
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 does not clearly associate a Javascript dialog box with the web page that generated it, which allows remote attackers to spoof a dialog box from a trusted site and facilitates phishing attacks, aka the "Dialog Origin Spoofing Vulnerability."
Family: unix Class: vulnerability
Reference(s): CVE-2005-2268
Version: 1
Platform(s): Red Hat Enterprise Linux 3
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:1281
 
Oval ID: oval:org.mitre.oval:def:1281
Title: RHE3 Firefox InstallTrigger Callback Vulnerability
Description: The InstallTrigger.install method in Firefox before 1.0.5 and Mozilla before 1.7.9 allows remote attackers to execute a callback function in the context of another domain by forcing a page navigation after the install method has been called, which causes the callback to be run in the context of the new page and results in a same origin violation.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2263
Version: 1
Platform(s): Red Hat Enterprise Linux 3
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:1311
 
Oval ID: oval:org.mitre.oval:def:1311
Title: RHE4 Firefox InstallTrigger Callback Vulnerability
Description: The InstallTrigger.install method in Firefox before 1.0.5 and Mozilla before 1.7.9 allows remote attackers to execute a callback function in the context of another domain by forcing a page navigation after the install method has been called, which causes the callback to be run in the context of the new page and results in a same origin violation.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2263
Version: 5
Platform(s): Red Hat Enterprise Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:1313
 
Oval ID: oval:org.mitre.oval:def:1313
Title: RHE4 Firefox and Mozilla Javascript Dialog Box Spoofing
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 does not clearly associate a Javascript dialog box with the web page that generated it, which allows remote attackers to spoof a dialog box from a trusted site and facilitates phishing attacks, aka the "Dialog Origin Spoofing Vulnerability."
Family: unix Class: vulnerability
Reference(s): CVE-2005-2268
Version: 5
Platform(s): Red Hat Enterprise Linux 4
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:1348
 
Oval ID: oval:org.mitre.oval:def:1348
Title: RHE3 XBL Script Security Bypass Vulnerability
Description: Firefox before 1.0.5, Thunderbird before 1.0.5, Mozilla before 1.7.9, Netscape 8.0.2, and K-Meleon 0.9 runs XBL scripts even when Javascript has been disabled, which makes it easier for remote attackers to bypass such protection.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2261
Version: 1
Platform(s): Red Hat Enterprise Linux 3
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:1415
 
Oval ID: oval:org.mitre.oval:def:1415
Title: RHE4 Mozilla top.focus() Cross-Site Scripting Vulnerability
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 allows a child frame to call top.focus and other methods in a parent frame, even when the parent is in a different domain, which violates the same origin policy and allows remote attackers to steal sensitive information such as cookies and passwords from web sites whose child frames do not verify that they are in the same domain as their parents.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2266
Version: 5
Platform(s): Red Hat Enterprise Linux 4
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:417
 
Oval ID: oval:org.mitre.oval:def:417
Title: RHE4 InstallVersion.compareTo() DoS and Code Execution Vulnerability
Description: Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 and 7.2 allows remote attackers to cause a denial of service (access violation and crash), and possibly execute arbitrary code, by calling InstallVersion.compareTo with an object instead of a string.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2265
Version: 5
Platform(s): Red Hat Enterprise Linux 4
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:4756
 
Oval ID: oval:org.mitre.oval:def:4756
Title: Mozilla, Firebird, Firefox Frame Injection Vulnerability
Description: The (1) Mozilla 1.6, (2) Firebird 0.7, (3) Firefox 0.8, and (4) Netscape 7.1 web browsers do not properly prevent a frame in one domain from injecting content into a frame that belongs to another domain, which facilitates web site spoofing and other attacks, aka the frame injection vulnerability.
Family: unix Class: vulnerability
Reference(s): CVE-2004-0718
Version: 1
Platform(s): Sun Solaris 8
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:550
 
Oval ID: oval:org.mitre.oval:def:550
Title: RHE4 Firefox and Mozilla Shared Object Code Execution
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 does not properly clone base objects, which allows remote attackers to execute arbitrary code by navigating the prototype chain to reach a privileged object.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2270
Version: 5
Platform(s): Red Hat Enterprise Linux 4
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:637
 
Oval ID: oval:org.mitre.oval:def:637
Title: RHE3 Firefox and Mozilla Framed Site Spoofing Vulnerability
Description: A regression error in Firefox 1.0.3 and Mozilla 1.7.7 allows remote attackers to inject arbitrary Javascript from one page into the frameset of another site, aka the frame injection spoofing vulnerability, a re-introduction of a vulnerability that was originally identified and addressed by CVE-2004-0718.
Family: unix Class: vulnerability
Reference(s): CVE-2005-1937
Version: 1
Platform(s): Red Hat Enterprise Linux 3
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:729
 
Oval ID: oval:org.mitre.oval:def:729
Title: RHE4 Firefox and Mozilla DOM Node Spoofing
Description: Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 does not properly verify the associated types of DOM node names within the context of their namespaces, which allows remote attackers to modify certain tag properties, possibly leading to execution of arbitrary script or code, as demonstrated using an XHTML document with IMG tags with custom properties ("XHTML node spoofing").
Family: unix Class: vulnerability
Reference(s): CVE-2005-2269
Version: 5
Platform(s): Red Hat Enterprise Linux 4
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:742
 
Oval ID: oval:org.mitre.oval:def:742
Title: RHE3 Improper Handling of Synthetic Events in Mozilla
Description: The browser user interface in Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 and 7.2 does not properly distinguish between user-generated events and untrusted synthetic events, which makes it easier for remote attackers to perform dangerous actions that normally could only be performed manually by the user.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2260
Version: 1
Platform(s): Red Hat Enterprise Linux 3
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:759
 
Oval ID: oval:org.mitre.oval:def:759
Title: RHE4 Firefox and Mozilla Framed Site Spoofing Vulnerability
Description: A regression error in Firefox 1.0.3 and Mozilla 1.7.7 allows remote attackers to inject arbitrary Javascript from one page into the frameset of another site, aka the frame injection spoofing vulnerability, a re-introduction of a vulnerability that was originally identified and addressed by CVE-2004-0718.
Family: unix Class: vulnerability
Reference(s): CVE-2005-1937
Version: 5
Platform(s): Red Hat Enterprise Linux 4
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:773
 
Oval ID: oval:org.mitre.oval:def:773
Title: RHE3 Mozilla top.focus() Cross-Site Scripting Vulnerability
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 allows a child frame to call top.focus and other methods in a parent frame, even when the parent is in a different domain, which violates the same origin policy and allows remote attackers to steal sensitive information such as cookies and passwords from web sites whose child frames do not verify that they are in the same domain as their parents.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2266
Version: 1
Platform(s): Red Hat Enterprise Linux 3
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:781
 
Oval ID: oval:org.mitre.oval:def:781
Title: RHE3 InstallVersion.compareTo() DoS and Code Execution Vulnerability
Description: Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 and 7.2 allows remote attackers to cause a denial of service (access violation and crash), and possibly execute arbitrary code, by calling InstallVersion.compareTo with an object instead of a string.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2265
Version: 1
Platform(s): Red Hat Enterprise Linux 3
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:808
 
Oval ID: oval:org.mitre.oval:def:808
Title: RHE4 XBL Script Security Bypass Vulnerability
Description: Firefox before 1.0.5, Thunderbird before 1.0.5, Mozilla before 1.7.9, Netscape 8.0.2, and K-Meleon 0.9 runs XBL scripts even when Javascript has been disabled, which makes it easier for remote attackers to bypass such protection.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2261
Version: 5
Platform(s): Red Hat Enterprise Linux 4
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:817
 
Oval ID: oval:org.mitre.oval:def:817
Title: RHE3 Firefox and Mozilla Shared Object Code Execution
Description: Firefox before 1.0.5 and Mozilla before 1.7.9 does not properly clone base objects, which allows remote attackers to execute arbitrary code by navigating the prototype chain to reach a privileged object.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2270
Version: 1
Platform(s): Red Hat Enterprise Linux 3
Product(s): mozilla
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:9777
 
Oval ID: oval:org.mitre.oval:def:9777
Title: Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 does not properly verify the associated types of DOM node names within the context of their namespaces, which allows remote attackers to modify certain tag properties, possibly leading to execution of arbitrary script or code, as demonstrated using an XHTML document with IMG tags with custom properties ("XHTML node spoofing").
Description: Firefox before 1.0.5, Mozilla before 1.7.9, and Netscape 8.0.2 does not properly verify the associated types of DOM node names within the context of their namespaces, which allows remote attackers to modify certain tag properties, possibly leading to execution of arbitrary script or code, as demonstrated using an XHTML document with IMG tags with custom properties ("XHTML node spoofing").
Family: unix Class: vulnerability
Reference(s): CVE-2005-2269
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:9887
 
Oval ID: oval:org.mitre.oval:def:9887
Title: Firefox before 1.0.5 allows remote attackers to steal sensitive information by opening a malicious link in the Firefox sidebar using the _search target, then injecting script into other pages via a data: URL.
Description: Firefox before 1.0.5 allows remote attackers to steal sensitive information by opening a malicious link in the Firefox sidebar using the _search target, then injecting script into other pages via a data: URL.
Family: unix Class: vulnerability
Reference(s): CVE-2005-2264
Version: 5
Platform(s): Red Hat Enterprise Linux 4
CentOS Linux 4
Oracle Linux 4
Product(s):
Definition Synopsis:
Definition Id: oval:org.mitre.oval:def:9997
 
Oval ID: oval:org.mitre.oval:def:9997
Title: The (1) Mozilla 1.6, (2) Firebird 0.7, (3) Firefox 0.8, and (4) Netscape 7.1 web browsers do not properly prevent a frame in one domain from injecting content into a frame that belongs to another domain, which facilitates web site spoofing and other attacks, aka the frame injection vulnerability.
Description: The (1) Mozilla 1.6, (2) Firebird 0.7, (3) Firefox 0.8, and (4) Netscape 7.1 web browsers do not properly prevent a frame in one domain from injecting content into a frame that belongs to another domain, which facilitates web site spoofing and other attacks, aka the frame injection vulnerability.
Family: unix Class: vulnerability
Reference(s): CVE-2004-0718
Version: 5
Platform(s): Red Hat Enterprise Linux 3
CentOS Linux 3
Product(s):
Definition Synopsis:

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 1
Application 13
Application 25
Application 17
Application 1

OpenVAS Exploits

Date Description
2009-10-10 Name : SLES9: Security update for Mozilla
File : nvt/sles9p5016546.nasl
2008-09-24 Name : Gentoo Security Advisory GLSA 200507-14 (mozilla)
File : nvt/glsa_200507_14.nasl
2008-09-24 Name : Gentoo Security Advisory GLSA 200507-24 (mozilla)
File : nvt/glsa_200507_24.nasl
2008-09-04 Name : FreeBSD Ports: firefox
File : nvt/freebsd_firefox18.nasl
2008-09-04 Name : FreeBSD Ports: kdelibs
File : nvt/freebsd_kdelibs1.nasl
2008-01-17 Name : Debian Security Advisory DSA 775-1 (mozilla)
File : nvt/deb_775_1.nasl
2008-01-17 Name : Debian Security Advisory DSA 777-1 (mozilla)
File : nvt/deb_777_1.nasl
2008-01-17 Name : Debian Security Advisory DSA 779-1 (mozilla-firefox)
File : nvt/deb_779_1.nasl
2008-01-17 Name : Debian Security Advisory DSA 779-2 (mozilla-firefox)
File : nvt/deb_779_2.nasl
2008-01-17 Name : Debian Security Advisory DSA 781-1 (mozilla-thunderbird)
File : nvt/deb_781_1.nasl
2008-01-17 Name : Debian Security Advisory DSA 810-1 (mozilla)
File : nvt/deb_810_1.nasl
0000-00-00 Name : Slackware Advisory SSA:2004-223-01 Mozilla
File : nvt/esoft_slk_ssa_2004_223_01.nasl

Open Source Vulnerability Database (OSVDB)

Id Description
77534 Netscape Multiple DHTML Property Manipulation XSS

59835 Netscape Cross-domain Frame Injection Content Spoofing

59834 Mozilla Multiple Browser Cross-domain Frame Injection Content Spoofing

17971 Mozilla Firefox Standalone Media Player Passed URL Script Execution

17970 Mozilla Multiple Browser Base Object Cloning Manipulation Arbitrary Code Exec...

17969 Multiple Browser XHTML IMG Element Node Spoofing

17968 Mozilla Multiple Browsers InstallVersion.compareTo() Access Violation

A code execution flaw exists in multiple Mozilla-based web browsers. The InstallVersion.compare() method fails to validate input. With a specially crafted website, a context-dependent attacker can cause arbitrary code execution resulting in a loss of integrity.
17967 Mozilla Browsers _search Target Sidebar Script Injection

17966 Mozilla Browsers InstallTrigger.install() Callback Same-origin Violation

17964 Multiple Browser Content-generated Event Multiple Issues

17942 Multiple Browser XBL Controls Arbitrary Script Execution

17913 Mozilla Firefox Multiple DHTML Property Manipulation XSS

17397 Multiple Browser Javascript Dialog Origin Spoofing

Multiple web browsers contain a Javascript flaw that may lead to an unauthorized password exposure or other information disclosure. It is possible for a malicious web site to open a dialog box in front of a window displaying a trusted web site. It may appear that the dialog box comes from the trusted web site prompting users to enter passwords or other sensitive information, which may lead to a loss of confidentiality.

Snort® IPS/IDS

Date Description
2014-01-10 Mozilla compareTo arbitrary code execution attempt
RuleID : 10131 - Revision : 10 - Type : BROWSER-FIREFOX

Nessus® Vulnerability Scanner

Date Description
2011-10-13 Name : The remote FreeBSD host is missing one or more security-related updates.
File : freebsd_pkg_641859e8eca111d8b913000c41e2cdad.nasl - Type : ACT_GATHER_INFO
2006-07-05 Name : The remote CentOS host is missing a security update.
File : centos_RHSA-2005-586.nasl - Type : ACT_GATHER_INFO
2006-07-05 Name : The remote CentOS host is missing a security update.
File : centos_RHSA-2005-601.nasl - Type : ACT_GATHER_INFO
2006-07-03 Name : The remote CentOS host is missing one or more security updates.
File : centos_RHSA-2005-587.nasl - Type : ACT_GATHER_INFO
2006-01-15 Name : The remote Ubuntu host is missing one or more security-related patches.
File : ubuntu_USN-157-1.nasl - Type : ACT_GATHER_INFO
2006-01-15 Name : The remote Ubuntu host is missing one or more security-related patches.
File : ubuntu_USN-155-1.nasl - Type : ACT_GATHER_INFO
2006-01-15 Name : The remote Ubuntu host is missing one or more security-related patches.
File : ubuntu_USN-149-3.nasl - Type : ACT_GATHER_INFO
2006-01-15 Name : The remote Ubuntu host is missing one or more security-related patches.
File : ubuntu_USN-149-2.nasl - Type : ACT_GATHER_INFO
2006-01-15 Name : The remote Ubuntu host is missing one or more security-related patches.
File : ubuntu_USN-149-1.nasl - Type : ACT_GATHER_INFO
2005-10-05 Name : The remote Mandrake Linux host is missing one or more security updates.
File : mandrake_MDKSA-2005-128.nasl - Type : ACT_GATHER_INFO
2005-09-13 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-810.nasl - Type : ACT_GATHER_INFO
2005-08-23 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-781.nasl - Type : ACT_GATHER_INFO
2005-08-23 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-779.nasl - Type : ACT_GATHER_INFO
2005-08-18 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-777.nasl - Type : ACT_GATHER_INFO
2005-08-18 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-775.nasl - Type : ACT_GATHER_INFO
2005-08-01 Name : The remote FreeBSD host is missing one or more security-related updates.
File : freebsd_pkg_5d72701af60111d9bcd102061b08fc24.nasl - Type : ACT_GATHER_INFO
2005-07-22 Name : The remote Red Hat host is missing a security update.
File : redhat-RHSA-2005-601.nasl - Type : ACT_GATHER_INFO
2005-07-22 Name : The remote Red Hat host is missing one or more security updates.
File : redhat-RHSA-2005-587.nasl - Type : ACT_GATHER_INFO
2005-07-22 Name : The remote Fedora Core host is missing a security update.
File : fedora_2005-619.nasl - Type : ACT_GATHER_INFO
2005-07-22 Name : The remote Fedora Core host is missing a security update.
File : fedora_2005-616.nasl - Type : ACT_GATHER_INFO
2005-07-21 Name : The remote Fedora Core host is missing a security update.
File : fedora_2005-603.nasl - Type : ACT_GATHER_INFO
2005-07-21 Name : The remote Fedora Core host is missing a security update.
File : fedora_2005-606.nasl - Type : ACT_GATHER_INFO
2005-07-21 Name : The remote Windows host contains a mail client that is affected by multiple v...
File : mozilla_thunderbird_106.nasl - Type : ACT_GATHER_INFO
2005-07-21 Name : The remote Fedora Core host is missing a security update.
File : fedora_2005-605.nasl - Type : ACT_GATHER_INFO
2005-07-21 Name : The remote Red Hat host is missing a security update.
File : redhat-RHSA-2005-586.nasl - Type : ACT_GATHER_INFO
2005-07-21 Name : The remote Fedora Core host is missing a security update.
File : fedora_2005-604.nasl - Type : ACT_GATHER_INFO
2005-07-13 Name : The remote Slackware host is missing a security update.
File : Slackware_SSA_2004-223-01.nasl - Type : ACT_GATHER_INFO
2005-07-13 Name : The remote Windows host contains a web browser that is affected by multiple v...
File : mozilla_firefox_105.nasl - Type : ACT_GATHER_INFO
2005-07-13 Name : A web browser installed on the remote host contains multiple vulnerabilities.
File : mozilla_179.nasl - Type : ACT_GATHER_INFO
2004-08-22 Name : The remote Mandrake Linux host is missing one or more security updates.
File : mandrake_MDKSA-2004-082.nasl - Type : ACT_GATHER_INFO
2004-08-12 Name : The remote device is missing a vendor-supplied security patch
File : freebsd_kdelibs_3233.nasl - Type : ACT_GATHER_INFO
2004-08-05 Name : The remote Red Hat host is missing one or more security updates.
File : redhat-RHSA-2004-421.nasl - Type : ACT_GATHER_INFO

Alert History

If you want to see full details history, please login or register.
0
1
Date Informations
2014-02-17 12:00:20
  • Multiple Updates
2013-05-11 12:25:05
  • Multiple Updates