📄 deb_480_1.nasl
字号:
# OpenVAS Vulnerability Test# $Id$# Description: Auto-generated from advisory DSA 480-1## 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(53683); script_cve_id("CVE-2004-0003", "CVE-2004-0010", "CVE-2004-0109", "CVE-2004-0177", "CVE-2004-0178"); script_version ("$"); name["english"] = "Debian Security Advisory DSA 480-1 (kernel-image-2.4.17-hppa kernel-image-2.4.18-hppa)"; script_name(english:name["english"]); desc["english"] = "The remote host is missing an update to kernel-image-2.4.17-hppa kernel-image-2.4.18-hppaannounced via advisory DSA 480-1.Several serious problems have been discovered in the Linux kernel.This update takes care of Linux 2.4.17 and 2.4.18 for the hppa(PA-RISC) architecture. The Common Vulnerabilities and Exposuresproject identifies the following problems that will be fixed with thisupdate:CVE-2004-0003A vulnerability has been discovered in the R128 drive in the Linuxkernel which could potentially lead an attacker to gainunauthorised privileges. Alan Cox and Thomas Biege developed acorrection for thisCVE-2004-0010Arjan van de Ven discovered a stack-based buffer overflow in thencp_lookup function for ncpfs in the Linux kernel, which couldlead an attacker to gain unauthorised privileges. Petr Vandrovecdeveloped a correction for this.CVE-2004-0109zen-parse discovered a buffer overflow vulnerability in theISO9660 filesystem component of Linux kernel which could be abusedby an attacker to gain unauthorised root access. SebastianKrahmer and Ernie Petrides developed a correction for this.CVE-2004-0177Solar Designer discovered an information leak in the ext3 code ofLinux. In a worst case an attacker could read sensitive data suchas cryptographic keys which would otherwise never hit disk media.Theodore Ts'o developed a correction for this.CVE-2004-0178Andreas Kies discovered a denial of service condition in the SoundBlaster driver in Linux. He also developed a correction for this.These problems will also be fixed by upstream in Linux 2.4.26 andfuture versions of 2.6.For the stable distribution (woody) these problems have been fixed inversion 32.4 for Linux 2.4.17 and in version 62.3 for Linux 2.4.18.For the unstable distribution (sid) these problems will be fixed soon.We recommend that you upgrade your kernel packages immediately, eitherSolution:https://secure1.securityspace.com/smysecure/catid.html?in=DSA%20480-1Risk factor : High"; script_description(english:desc["english"]); summary["english"] = "Debian Security Advisory DSA 480-1 (kernel-image-2.4.17-hppa kernel-image-2.4.18-hppa)"; 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:"kernel-source-2.4.17-hppa", ver:"32.4", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-source-2.4.18-hppa", ver:"62.3", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-headers-2.4.17-hppa", ver:"32.4", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-image-2.4.17-32", ver:"32.4", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-image-2.4.17-32-smp", ver:"32.4", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-image-2.4.17-64", ver:"32.4", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-image-2.4.17-64-smp", ver:"32.4", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-headers-2.4.18-hppa", ver:"62.3", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-image-2.4.18-32", ver:"62.3", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-image-2.4.18-32-smp", ver:"62.3", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-image-2.4.18-64", ver:"62.3", rls:"DEB3.0")) { vuln = 1;}if(isdpkgvuln(pkg:"kernel-image-2.4.18-64-smp", ver:"62.3", rls:"DEB3.0")) { vuln = 1;}if(vuln) { security_hole(0);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -