nessus-plugins/scripts smb_nt_ms05-001.nasl, NONE, 1.1 smb_nt_ms05-002.nasl, NONE, 1.1 smb_nt_ms05-003.nasl, NONE, 1.1
Update of /usr/local/cvs/nessus-plugins/scripts
In directory raccoon.nessus.org:/tmp/cvs-serv28238
Added Files:
smb_nt_ms05-001.nasl smb_nt_ms05-002.nasl smb_nt_ms05-003.nasl
Log Message:
Added.
--- NEW FILE: smb_nt_ms05-001.nasl ---
#
# (C) Tenable Network Security
#
if(description)
{
script_id(16123);
script_version("$Revision: 1.1 $");
script_cve_id("CAN-2004-1043");
name["english"] = "HTML Help Code Execution (890175) (registry check)";
script_name(english:name["english"]);
desc["english"] = "
The remote host contains a version of the HTML Help ActiveX control which
is vulnerable to a security flaw which may allow an attacker to execute
arbitrary code on the remote host by constructing a malicious web page
and entice a victim to visit this web page.
Solution : http://www.microsoft.com/technet/security/bulletin/ms05-001.mspx
Risk factor : High";
script_description(english:desc["english"]);
summary["english"] = "Checks the remote registry for MS05-001";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2005 Tenable Network Security");
family["english"] = "Windows : Microsoft Bulletins";
script_family(english:family["english"]);
script_dependencies("smb_hotfixes.nasl");
script_require_keys("SMB/Registry/Enumerated");
exit(0);
}
include("smb_hotfixes.inc");
if ( hotfix_check_sp(nt:7, xp:3, win2k:5, win2003:1) <= 0 ) exit(0);
if ( hotfix_missing(name:"890175") > 0 )
security_hole(get_kb_item("SMB/transport"));
--- NEW FILE: smb_nt_ms05-002.nasl ---
#
# (C) Tenable Network Security
#
if(description)
{
script_id(15962);
script_version("$Revision: 1.1 $");
script_cve_id("CAN-2004-1305", "CAN-2004-1049");
name["english"] = "Cursor and Icon Format Handling Code Execution (891711) (registry check)";
script_name(english:name["english"]);
desc["english"] = "
The remote host contains a version of the Windows kernel which is vulnerable
to a security flaw in the way that cursors and icons are handleld. An attacker
may be able to execute arbitrary code on the remote host by constructing a
malicious web page and entice a victim to visit this web page. An attacker may
send a malicious email to the victim to exploit this flaw too.
Solution : http://www.microsoft.com/technet/security/bulletin/ms05-002.mspx
Risk factor : High";
script_description(english:desc["english"]);
summary["english"] = "Checks the remote registry for MS05-002";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2005 Tenable Network Security");
family["english"] = "Windows : Microsoft Bulletins";
script_family(english:family["english"]);
script_dependencies("smb_hotfixes.nasl");
script_require_keys("SMB/Registry/Enumerated");
exit(0);
}
include("smb_hotfixes.inc");
if ( hotfix_check_sp(nt:7, xp:2, win2k:5, win2003:1) <= 0 ) exit(0);
if ( hotfix_missing(name:"891711") > 0 )
security_hole(get_kb_item("SMB/transport"));
--- NEW FILE: smb_nt_ms05-003.nasl ---
#
# (C) Tenable Network Security
#
if(description)
{
script_id(16125);
script_version("$Revision: 1.1 $");
script_cve_id("CAN-2004-897");
name["english"] = "Indexing Service Code Execution (871250) (registry check)";
script_name(english:name["english"]);
desc["english"] = "
The remote host contains a version of the Indexing Service which is
vulnerable to a security flaw which may allow an attacker to execute
arbitrary code on the remote host by constructing a malicious query.
Solution : http://www.microsoft.com/technet/security/bulletin/ms05-003.mspx
Risk factor : High";
script_description(english:desc["english"]);
summary["english"] = "Checks the remote registry for MS05-003";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2005 Tenable Network Security");
family["english"] = "Windows : Microsoft Bulletins";
script_family(english:family["english"]);
script_dependencies("smb_hotfixes.nasl");
script_require_keys("SMB/Registry/Enumerated");
exit(0);
}
include("smb_hotfixes.inc");
if ( hotfix_check_sp(nt:7, xp:2, win2k:5, win2003:1) <= 0 ) exit(0);
if ( hotfix_missing(name:"871250") > 0 )
security_hole(get_kb_item("SMB/transport"));
- Previous by Date: nessus-plugins/scripts greymatter_html_injection.nasl,1.1,1.2
- Next by Date: nessus-plugins/scripts smb_nt_ms05-002.nasl,1.1,1.2
- Previous by Thread: nessus-plugins/scripts smb_nt_886185.nasl, 1.2, 1.3 smb_nt_kb870669.nasl, 1.4, 1.5 smb_nt_ms00-029.nasl, 1.21, 1.22 smb_nt_ms00-035.nasl, 1.4, 1.5 smb_nt_ms00-036.nasl, 1.20, 1.21 smb_nt_ms00-047.nasl, 1.20, 1.21 smb_nt_ms00-052.nasl, 1.22, 1.23 smb_nt_ms00-053.nasl, 1.17, 1.18 smb_nt_ms00-062.nasl, 1.18, 1.19 smb_nt_ms00-065.nasl, 1.17, 1.18 smb_nt_ms00-066.nasl, 1.16, 1.17 smb_nt_ms00-067.nasl, 1.17, 1.18 smb_nt_ms00-070.nasl, 1.18, 1.19 smb_nt_ms00-086.nasl, 1.17, 1.18 smb_nt_ms00-089.nasl, 1.16, 1.17 smb_nt_ms00-091.nasl, 1.18, 1.19 smb_nt_ms01-003.nasl, 1.17, 1.18 smb_nt_ms01-008.nasl, 1.17, 1.18 smb_nt_ms01-009.nasl, 1.17, 1.18 smb_nt_ms01-011.nasl, 1.21, 1.22 smb_nt_ms01-025.nasl, 1.21, 1.22 smb_nt_ms01-046.nasl, 1.22, 1.23 smb_nt_ms01-048.nasl, 1.14, 1.15 smb_nt_ms02-001.nasl, 1.9, 1.10 smb_nt_ms02-003.nasl, 1.6, 1.7 smb_nt_ms02-005.nasl, 1.51, 1.52 smb_nt_ms02-006.nasl, 1.15, 1.16 smb_nt_ms02-008.nasl, 1.16, 1.17 smb_nt_ms02-009.nasl, 1.15, 1.16 smb_nt_ms02-013.nasl, 1.11, 1.12 smb_nt_ms02-014.nasl, 1.7, 1.8 smb_nt_ms02-016.nasl, 1.11, 1.12 smb_nt_ms02-017.nasl, 1.11, 1.12 smb_nt_ms02-018.nasl, 1.19, 1.20 smb_nt_ms02-021.nasl, 1.12, 1.13 smb_nt_ms02-024.nasl, 1.11, 1.12 smb_nt_ms02-025.nasl, 1.7, 1.8 smb_nt_ms02-026.nasl, 1.5, 1.6 smb_nt_ms02-029.nasl, 1.11, 1.12 smb_nt_ms02-030.nasl, 1.10, 1.11 smb_nt_ms02-031.nasl, 1.9, 1.10 smb_nt_ms02-032.nasl, 1.8, 1.9 smb_nt_ms02-035.nasl, 1.9, 1.10 smb_nt_ms02-040.nasl, 1.21, 1.22 smb_nt_ms02-042.nasl, 1.16, 1.17 smb_nt_ms02-045.nasl, 1.7, 1.8 smb_nt_ms02-048.nasl, 1.5, 1.6 smb_nt_ms02-050.nasl, 1.16, 1.17 smb_nt_ms02-051.nasl, 1.8, 1.9 smb_nt_ms02-052.nasl, 1.12, 1.13 smb_nt_ms02-054.nasl, 1.8, 1.9 smb_nt_ms02-055.nasl, 1.8, 1.9 smb_nt_ms02-060.nasl, 1.4, 1.5 smb_nt_ms02-063.nasl, 1.11, 1.12 smb_nt_ms02-070.nasl, 1.7, 1.8 smb_nt_ms02-071.nasl, 1.12, 1.13 smb_nt_ms02-072.nasl, 1.5, 1.6 smb_nt_ms03-001.nasl, 1.9, 1.10 smb_nt_ms03-005.nasl, 1.8, 1.9 smb_nt_ms03-007.nasl, 1.14, 1.15 smb_nt_ms03-008.nasl, 1.10, 1.11 smb_nt_ms03-009.nasl, 1.8, 1.9 smb_nt_ms03-010.nasl, 1.10, 1.11 smb_nt_ms03-011.nasl, 1.6, 1.7 smb_nt_ms03-012.nasl, 1.6, 1.7 smb_nt_ms03-013.nasl, 1.12, 1.13 smb_nt_ms03-017.nasl, 1.10, 1.11 smb_nt_ms03-018.nasl, 1.8, 1.9 smb_nt_ms03-021.nasl, 1.9, 1.10 smb_nt_ms03-023.nasl, 1.7, 1.8 smb_nt_ms03-024.nasl, 1.17, 1.18 smb_nt_ms03-025.nasl, 1.8, 1.9 smb_nt_ms03-026.nasl, 1.17, 1.18 smb_nt_ms03-027.nasl, 1.13, 1.14 smb_nt_ms03-029.nasl, 1.4, 1.5 smb_nt_ms03-030.nasl, 1.15, 1.16 smb_nt_ms03-031.nasl, 1.7, 1.8 smb_nt_ms03-035.nasl, 1.5, 1.6 smb_nt_ms03-037.nasl, 1.6, 1.7 smb_nt_ms03-041.nasl, 1.8, 1.9 smb_nt_ms03-042.nasl, 1.4, 1.5 smb_nt_ms03-043.nasl, 1.10, 1.11 smb_nt_ms03-044.nasl, 1.5, 1.6 smb_nt_ms03-045.nasl, 1.10, 1.11 smb_nt_ms03-049.nasl, 1.14, 1.15 smb_nt_ms03-050.nasl, 1.6, 1.7 smb_nt_ms04-001.nasl, 1.4, 1.5 smb_nt_ms04-002.nasl, 1.7, 1.8 smb_nt_ms04-003.nasl, 1.12, 1.13 smb_nt_ms04-006.nasl, 1.11, 1.12 smb_nt_ms04-007.nasl, 1.12, 1.13 smb_nt_ms04-008.nasl, 1.3, 1.4 smb_nt_ms04-009.nasl, 1.3, 1.4 smb_nt_ms04-010.nasl, 1.2, 1.3 smb_nt_ms04-011.nasl, 1.11, 1.12 smb_nt_ms04-012.nasl, 1.7, 1.8 smb_nt_ms04-013.nasl, 1.9, 1.10 smb_nt_ms04-014.nasl, 1.5, 1.6 smb_nt_ms04-015.nasl, 1.4, 1.5 smb_nt_ms04-016.nasl, 1.6, 1.7 smb_nt_ms04-018.nasl, 1.4, 1.5 smb_nt_ms04-019.nasl, 1.5, 1.6 smb_nt_ms04-020.nasl, 1.3, 1.4 smb_nt_ms04-021.nasl, 1.4, 1.5 smb_nt_ms04-022.nasl, 1.6, 1.7 smb_nt_ms04-023.nasl, 1.5, 1.6 smb_nt_ms04-024.nasl, 1.5, 1.6 smb_nt_ms04-026.nasl, 1.5, 1.6 smb_nt_ms04-027.nasl, 1.5, 1.6 smb_nt_ms04-028.nasl, 1.10, 1.11 smb_nt_ms04-029.nasl, 1.1, 1.2 smb_nt_ms04-030.nasl, 1.3, 1.4 smb_nt_ms04-031.nasl, 1.4, 1.5 smb_nt_ms04-032.nasl, 1.7, 1.8 smb_nt_ms04-033.nasl, 1.3, 1.4 smb_nt_ms04-034.nasl, 1.2, 1.3 smb_nt_ms04-037.nasl, 1.3, 1.4 smb_nt_ms04-039.nasl, 1.1, 1.2 smb_nt_ms04-040.nasl, 1.4, 1.5 smb_nt_ms04-041.nasl, 1.2, 1.3 smb_nt_ms04-042.nasl, 1.3, 1.4 smb_nt_ms04-043.nasl, 1.3, 1.4 smb_nt_ms04-044.nasl, 1.2, 1.3 smb_nt_ms04-045.nasl, 1.2, 1.3 smb_xp_ms01-059.nasl, 1.12, 1.13
- Next by Thread: nessus-plugins/scripts smb_nt_ms05-002.nasl, 1.2, 1.3 smb_nt_ms05-003.nasl, 1.1, 1.2
-
Nessus-cvs January 2005 archives indexes sorted by: [ thread ]
[ subject ]
[ author ]
[ date ]
-
Nessus-cvs list archive Table of Contents
-
More information about the Nessus-cvs mailing list
This archive was generated by a fusion of
Pipermail 0.09 (Mailman edition) and
MHonArc 2.6.8.