📄 smb_nt_ms03-005.nasl
字号:
## This script was written by Michael Scheidell SECNAP Network Security## See the Nessus Scripts License for detailsif(description){ script_id(11231); script_bugtraq_id(6778); script_cve_id("CAN-2003-0004"); script_version("$Revision: 1323 $"); name["english"] = "Unchecked Buffer in XP Redirector (Q810577)"; script_name(english:name["english"]); desc["english"] = "The remote host is vulnerable to a flaw in the RPC redirectorwhich can allow a local attacker to run code of its choicewith the SYSTEM privileges.Solution : see http://www.microsoft.com/technet/security/bulletin/ms03-005.mspxRisk factor : Medium"; script_description(english:desc["english"]); summary["english"] = "Checks for MS Hotfix Q810577"; script_summary(english:summary["english"]); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2003 SECNAP Network Security"); 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:"810577") > 0 && hotfix_missing(name:"885835") > 0 ) security_warning(get_kb_item("SMB/transport"));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -