📄 deb_1489_1.nasl
字号:
# OpenVAS Vulnerability Test# $Id$# Description: Auto-generated from advisory DSA 1489-1 (iceweasel)## Authors:# Thomas Reinke <reinke@securityspace.com>## Copyright:# Copyright (c) 2008 E-Soft Inc. http://www.securityspace.com# Text descriptions are largely 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(60364); if(NASL_LEVEL>=2191) { script_cve_id("CVE-2008-0412", "CVE-2008-0413", "CVE-2008-0414", "CVE-2008-0415", "CVE-2008-0416", "CVE-2008-0417", "CVE-2008-0418", "CVE-2008-0419", "CVE-2008-0591", "CVE-2008-0592", "CVE-2008-0593", "CVE-2008-0594"); } else { script_cve_id("CVE-2008-0412", "CVE-2008-0413", "CVE-2008-0414", "CVE-2008-0415", "CVE-2008-0416", "CVE-2008-0417", "CVE-2008-0418", "CVE-2008-0419"); }; script_version ("$"); name["english"] = "Debian Security Advisory DSA 1489-1 (iceweasel)"; script_name(english:name["english"]); desc["english"] = "The remote host is missing an update to iceweaselannounced via advisory DSA 1489-1.Several remote vulnerabilities have been discovered in the Iceweaselweb browser, an unbranded version of the Firefox browser. The CommonVulnerabilities and Exposures project identifies the following problems:CVE-2008-0412Jesse Ruderman, Kai Engert, Martijn Wargers, Mats Palmgren and PaulNickerson discovered crashes in the layout engine, which might allowthe execution of arbitrary code.CVE-2008-0413Carsten Book, Wesley Garland, Igor Bukanov, moz_bug_r_a4, shutdown,Philip Taylor and tgirmann discovered crashes in the Javascriptengine, which might allow the execution of arbitrary code.CVE-2008-0414hong and Gregory Fleisher discovered that file input focusvulnerabilities in the file upload control could allow informationdisclosure of local files.CVE-2008-0415moz_bug_r_a4 and Boris Zbarsky discovered discovered severalvulnerabilities in Javascript handling, which could allowprivilege escalation.CVE-2008-0417Justin Dolske discovered that the password storage machanism couldbe abused by malicious web sites to corrupt existing saved passwords.CVE-2008-0418Gerry Eisenhaur and moz_bug_r_a4 discovered that a directorytraversal vulnerability in chrome: URI handling could lead toinformation disclosure.CVE-2008-0419David Bloom discovered a race condition in the image handling ofdesignMode elements, which can lead to information disclosure orpotentially the execution of arbitrary code.CVE-2008-0591Michal Zalewski discovered that timers protecting security-sensitivedialogs (which disable dialog elements until a timeout is reached)could be bypassed by window focus changes through Javascript.CVE-2008-0592It was discovered that malformed content declarations of savedattachments could prevent a user in the opening local fileswith a .txt file name, resulting in minor denial of service.CVE-2008-0593Martin Straka discovered that insecure stylesheet handling duringredirects could lead to information disclosure.CVE-2008-0594Emil Ljungdahl and Lars-Olof Moilanen discovered that phishingprotections could be bypassed with <div> elements.For the stable distribution (etch), these problems have been fixed inversion 2.0.0.12-0etch1.The Mozilla products from the old stable distribution (sarge) are nolonger supported with security updates.We recommend that you upgrade your iceweasel packages.Solution:https://secure1.securityspace.com/smysecure/catid.html?in=DSA%201489-1Risk factor : High"; script_description(english:desc["english"]); summary["english"] = "Debian Security Advisory DSA 1489-1 (iceweasel)"; script_summary(english:summary["english"]); script_category(ACT_GATHER_INFO); script_copyright(english:"Copyright (c) 2008 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:"firefox", ver:"2.0.0.12-0etch1", rls:"DEB4.0")) { vuln = 1;}if(isdpkgvuln(pkg:"firefox-gnome-support", ver:"2.0.0.12-0etch1", rls:"DEB4.0")) { vuln = 1;}if(isdpkgvuln(pkg:"mozilla-firefox-dom-inspector", ver:"2.0.0.12-0etch1", rls:"DEB4.0")) { vuln = 1;}if(isdpkgvuln(pkg:"firefox-dom-inspector", ver:"2.0.0.12-0etch1", rls:"DEB4.0")) { vuln = 1;}if(isdpkgvuln(pkg:"mozilla-firefox", ver:"2.0.0.12-0etch1", rls:"DEB4.0")) { vuln = 1;}if(isdpkgvuln(pkg:"mozilla-firefox-gnome-support", ver:"2.0.0.12-0etch1", rls:"DEB4.0")) { vuln = 1;}if(isdpkgvuln(pkg:"iceweasel-dom-inspector", ver:"2.0.0.12-0etch1", rls:"DEB4.0")) { vuln = 1;}if(isdpkgvuln(pkg:"iceweasel-gnome-support", ver:"2.0.0.12-0etch1", rls:"DEB4.0")) { vuln = 1;}if(isdpkgvuln(pkg:"iceweasel-dbg", ver:"2.0.0.12-0etch1", rls:"DEB4.0")) { vuln = 1;}if(isdpkgvuln(pkg:"iceweasel", ver:"2.0.0.12-0etch1", rls:"DEB4.0")) { vuln = 1;}if(vuln) { security_hole(0);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -