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

📄 secpod_ms08-051_900033.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
################################################################################  Microsoft PowerPoint Could Allow Remote Code Execution Vulnerabilities (949785)##  Copyright: SecPod##  Date Written: 2008/08/13##  Revision: 1.1 ##  Log: schandan#  Issue #0113#  ------------------------------------------------------------------------#  This program was written by SecPod and is licensed under the GNU GPL #  license. Please refer to the below link for details,#  http://www.gnu.org/licenses/gpl.html#  This header contains information regarding licensing terms under the GPL, #  and information regarding obtaining source code from the Author. #  Consequently, pursuant to section 3(c) of the GPL, you must accompany the #  information found in this header with any distribution you make of this #  Program.#  ------------------------------------------------------------------------##############################################################################if(description){ script_id(900033); script_bugtraq_id(30552, 30554, 30579); script_cve_id("CVE-2008-0120", "CVE-2008-0121", "CVE-2008-1455"); script_copyright(english:"Copyright (C) 2008 SecPod"); script_version("Revision: 1.1 "); script_category(ACT_GATHER_INFO); script_family(english:"Windows"); script_name(english:"Microsoft PowerPoint Could Allow Remote Code Execution Vulnerabilities (949785)"); script_summary(english:"Check for Microsoft PowerPoint file version"); desc["english"] = " MS08-051 Overview : This host is missing critical security update according to Microsoft Bulletin MS08-051. Vulnerability Insight :        Multiple flaw are due to,        - an integer overflow error when handling CString objects.        - a memory calculation error when processing malformed picture          indexes and list values.        Impact : Remote attackers could be able to corrupt memory locations        via a specially crafted PowerPoint files. Impact Level : System Affected Software/OS :        Microsoft PowerPoint 2002/XP/2003/2007 on Windows (All).        Microsoft PowerPoint Viewer 2003/2007 on Windows (All).         Fix : Run Windows Update and update the listed hotfixes or download and update mentioned hotfixes in the advisory from the below link. http://www.microsoft.com/technet/security/bulletin/ms08-051.mspx References : http://www.microsoft.com/technet/security/bulletin/ms08-051.mspx CVSS Score :        CVSS Base Score     : 8.3 (AV:N/AC:M/Au:NR/C:P/I:P/A:C)        CVSS Temporal Score : 6.1  Risk factor : High"; script_description(english:desc["english"]); script_dependencies("secpod_reg_enum.nasl", "secpod_office_products_version_900032.nasl",		     "secpod_ms_office_detection_900025.nasl"); script_require_keys("SMB/WindowsVersion"); exit(0);} include("smb_nt.inc"); if(!get_kb_item("SMB/WindowsVersion")){        exit(0); } if(egrep(pattern:"^(9|10|11|12)\..*", string:get_kb_item("MS/Office/Ver"))) {        # Grep for MS Office PowerPoint Version < (9.0.8969, 10.0.6842, 11.0.8227, and 12.0.6300.5000)	if(egrep(pattern:"^(9\.0\.([0-7]?[0-9]?[0-9]?[0-9]|8([0-8][0-9][0-9]|9[0-5][0-9]|96[0-8]))|" +		 "10\.0\.([0-5]?[0-9]?[0-9]?[0-9]|6([0-7][0-9][0-9]|8([0-3][0-9]|4[01])))|" +		 "11\.0\.([0-7]?[0-9]?[0-9]?[0-9]|8([01][0-9][0-9]|2[01][0-9])|22[0-6])|" +		 "12\.0\.([0-5].*|62.*|6300\.[0-4]?[0-9]?[0-9]?[0-9]))$", 	  	 string:get_kb_item("SMB/Office/PowerPnt/Version"))){	 	security_hole(0); 	} }

⌨️ 快捷键说明

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