📄 smb_nt_ms02-054.nasl
字号:
## This script was written by Michael Scheidell SECNAP Network Security## See the Nessus Scripts License for details#if(description){ script_id(11148); script_bugtraq_id(5873, 5876); script_version("$Revision: 1323 $"); script_cve_id("CAN-2002-0370", "CAN-2002-1139"); name["english"] = "Unchecked Buffer in Decompression Functions(Q329048)"; script_name(english:name["english"]); desc["english"] = "Two vulnerabilities exist in the Compressed Folders function: An unchecked buffer exists in the programs that handlesthe decompressing of files from a zipped file. Asecurity vulnerability results because attempts to opena file with a specially malformed filename contained ina zipped file could possibly result in Windows Explorerfailing, or in code of the attacker's choice being run.The decompression function could place a file in adirectory that was not the same as, or a child of, thetarget directory specified by the user as where thedecompressed zip files should be placed. This couldallow an attacker to put a file in a known location onthe users system, such as placing a program in astartup directoryImpact of vulnerability: Two vulnerabilities, the most seriousof which could run code of attacker's choiceMaximum Severity Rating: Moderate Recommendation: Consider applying the patch to affected systems Affected Software: Microsoft Windows 98 with Plus! Pack Microsoft Windows Me Microsoft Windows XP Seehttp://www.microsoft.com/technet/security/bulletin/ms02-054.mspxRisk factor : High"; script_description(english:desc["english"]); summary["english"] = "Checks for MS Hotfix Q329048, Unchecked Buffer in Decompression functions"; script_summary(english:summary["english"]); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2002 SECNAP Network Security, LLC"); family["english"] = "Windows : Microsoft Bulletins"; script_family(english:family["english"]); script_dependencies("secpod_reg_enum.nasl"); script_require_keys("SMB/Registry/Enumerated"); exit(0);}include("secpod_reg.inc");if ( hotfix_check_sp(xp:2) <= 0 ) exit(0);if ( hotfix_missing(name:"329048") > 0 && hotfix_missing(name:"873376") > 0 ) security_hole(get_kb_item("SMB/transport"));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -