📄 deb_779_2.nasl
字号:
# OpenVAS Vulnerability Test# $Id$# Description: Auto-generated from advisory DSA 779-2## Authors:# Thomas Reinke <reinke@securityspace.com>## Copyright:# Copyright (c) 2007 E-Soft Inc. http://www.securityspace.com# Text descriptions are largerly excerpted from the referenced# advisory, and are Copyright (c) the respective author(s)## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License version 2,# as published by the Free Software Foundation## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.#if(description){ script_id(55205); if(NASL_LEVEL>=2191) { 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"); } else { 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"); } script_bugtraq_id(14242); script_version ("$"); name["english"] = "Debian Security Advisory DSA 779-2 (mozilla-firefox)"; script_name(english:name["english"]); desc["english"] = "The remote host is missing an update to mozilla-firefoxannounced via advisory DSA 779-2.We experienced that the update for Mozilla Firefox from DSA 779-1unfortunately was a regression in several cases. Since the usualpraxis of backporting apparently does not work, this update isbasically version 1.0.6 with the version number rolled back, and hencestill named 1.0.4-*. For completeness below is the original advisorytext:Several problems have been discovered in Mozilla Firefox, alightweight web browser based on Mozilla. The Common Vulnerabilitiesand Exposures project identifies the following problems:CVE-2005-2260The browser user interface does not properly distinguish betweenuser-generated events and untrusted synthetic events, which makesit easier for remote attackers to perform dangerous actions thatnormally could only be performed manually by the user.CVE-2005-2261XML scripts ran even when Javascript disabled.CVE-2005-2262The user can be tricked to executing arbitrary JavaScript code byusing a JavaScript URL as wallpaper.CVE-2005-2263It is possible for a remote attacker to execute a callbackfunction in the context of another domain (i.e. frame).CVE-2005-2264By opening a malicious link in the sidebar it is possible forremote attackers to steal sensitive information.CVE-2005-2265Missing input sanitising of InstallVersion.compareTo() can causethe application to crash.CVE-2005-2266Remote attackers could steal sensitive information such as cookiesand passwords from web sites by accessing data in alien frames.CVE-2005-2267By using standalone applications such as Flash and QuickTime toopen a javascript: URL, it is possible for a remote attacker tosteal sensitive information and possibly execute arbitrary code.CVE-2005-2268It is possible for a Javascript dialog box to spoof a dialog boxfrom a trusted site and facilitates phishing attacks.CVE-2005-2269Remote attackers could modify certain tag properties of DOM nodesthat could lead to the execution of arbitrary script or code.CVE-2005-2270The Mozilla browser familie does not properly clone base objects,which allows remote attackers to execute arbitrary code.The old stable distribution (woody) is not affected by these problems.For the stable distribution (sarge) these problems have been fixed inversion 1.0.4-2sarge3.For the unstable distribution (sid) these problems have been fixed inversion 1.0.6-1.We recommend that you upgrade your Mozilla Firefox packages.Solution:https://secure1.securityspace.com/smysecure/catid.html?in=DSA%20779-2Risk factor : High"; script_description(english:desc["english"]); summary["english"] = "Debian Security Advisory DSA 779-2 (mozilla-firefox)"; script_summary(english:summary["english"]); script_category(ACT_GATHER_INFO); script_copyright(english:"Copyright (c) 2005 E-Soft Inc. http://www.securityspace.com"); family["english"] = "Debian Local Security Checks"; script_family(english:family["english"]); script_dependencies("gather-package-list.nasl"); script_require_keys("ssh/login/packages"); exit(0);}## The script code starts here#include("revisions-lib.inc");include("pkg-lib-deb.inc");vuln = 0;if(isdpkgvuln(pkg:"mozilla-firefox", ver:"1.0.4-2sarge3", rls:"DEB3.1")) { vuln = 1;}if(isdpkgvuln(pkg:"mozilla-firefox-dom-inspector", ver:"1.0.4-2sarge3", rls:"DEB3.1")) { vuln = 1;}if(isdpkgvuln(pkg:"mozilla-firefox-gnome-support", ver:"1.0.4-2sarge3", rls:"DEB3.1")) { vuln = 1;}if(vuln) { security_hole(0);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -