⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deb_491_1.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
# OpenVAS Vulnerability Test# $Id$# Description: Auto-generated from advisory DSA 491-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(53178); 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 491-1 (kernel-source-2.4.19 kernel-patch-2.4.19-mips)"; script_name(english:name["english"]); desc["english"] = "The remote host is missing an update to kernel-source-2.4.19 kernel-patch-2.4.19-mipsannounced via advisory DSA 491-1.Several serious problems have been discovered in the Linux kernel.This update takes care of Linux 2.4.17 for the MIPS architecture.  TheCommon Vulnerabilities and Exposures project identifies the followingproblems that will be fixed with this update: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 are also fixed by upstream in Linux 2.4.26 and futureversions of 2.6.The following security matrix explains which kernel versions for whicharchitectures are already fixed and which will be removed instead.Architecture   stable (woody)            unstable (sid)     remove in sidsource         2.4.19-4.woody2           2.4.25-3           2.4.19-11mips           2.4.19-0.020911.1.woody4  2.4.25-0.040415.1  2.4.19-0.020911.8hWe recommend that you upgrade your kernel packages immediately, eitherSolution:https://secure1.securityspace.com/smysecure/catid.html?in=DSA%20491-1Risk factor : High"; script_description(english:desc["english"]); summary["english"] = "Debian Security Advisory DSA 491-1 (kernel-source-2.4.19 kernel-patch-2.4.19-mips)"; 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-doc-2.4.19", ver:"2.4.19-4.woody2", rls:"DEB3.0")) {    vuln = 1;}if(isdpkgvuln(pkg:"kernel-source-2.4.19", ver:"2.4.19-4.woody2", rls:"DEB3.0")) {    vuln = 1;}if(isdpkgvuln(pkg:"kernel-patch-2.4.19-mips", ver:"2.4.19-0.020911.1.woody4", rls:"DEB3.0")) {    vuln = 1;}if(isdpkgvuln(pkg:"kernel-headers-2.4.19", ver:"2.4.19-0.020911.1.woody4", rls:"DEB3.0")) {    vuln = 1;}if(isdpkgvuln(pkg:"kernel-image-2.4.19-r4k-ip22", ver:"2.4.19-0.020911.1.woody4", rls:"DEB3.0")) {    vuln = 1;}if(isdpkgvuln(pkg:"kernel-image-2.4.19-r5k-ip22", ver:"2.4.19-0.020911.1.woody4", rls:"DEB3.0")) {    vuln = 1;}if(isdpkgvuln(pkg:"mips-tools", ver:"2.4.19-0.020911.1.woody4", rls:"DEB3.0")) {    vuln = 1;}if(vuln) {    security_hole(0);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -