smb_nt_ms03-043.nasl
来自「漏洞扫描源码,可以扫描linux,windows,交换机路由器」· NASL 代码 · 共 52 行
NASL
52 行
# This script was written by Jeff Adams <jeffrey.adams@hqda.army.mil># This script is Copyright (C) 2003 Jeff Adamsif(description){ script_id(11888); script_bugtraq_id(8826); script_version("$Revision: 1323 $"); script_cve_id("CAN-2003-0717"); if(defined_func("script_xref"))script_xref(name:"IAVA", value:"2003-B-0007"); name["english"] = "Buffer Overrun in Messenger Service (828035)"; script_name(english:name["english"]); desc["english"] = "A security vulnerability exists in the Messenger Service that could allow arbitrary code execution on an affected system. An attacker who successfully exploited this vulnerability could be able to run code with Local System privileges on an affected system, or could cause the Messenger Service to fail.Disabling the Messenger Service will prevent the possibility of attack. This plugin determined by reading the remote registry that the patchMS03-043 has not been applied.Solution : see http://www.microsoft.com/technet/security/bulletin/ms03-043.mspx Risk factor : High"; script_description(english:desc["english"]); summary["english"] = "Checks for hotfix Q828035"; script_summary(english:summary["english"]); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2003 Jeff Adams"); 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(nt:7, win2k:5, xp:2, win2003:1) <= 0 ) exit(0);if ( hotfix_missing(name:"KB828035") > 0 ) security_hole(get_kb_item("SMB/transport"));
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?