Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Relating CVE IDs in Nessus Plugins |
|---|---|
| Date: | Tue, 14 Nov 2006 11:11:18 +0530 |
Hi,
In Nessus plug-ins CVE IDs are written in script_cve_id (...).
In some plug-ins few CVE IDs are mentioned with IF conditions like:
if(defined_func("script_xref"))script_xref(name:"CVE",
value:"CVE-2003-0533");
if(defined_func("script_xref"))script_xref(name:"CVE",
value:"CVE-2003-0663");
Can we relate CVE ID with the plug-in if it's mentioned in IF condition
but not in script_cve_id tag?
To make my question clearer, below is the small section of a plug-in:
------------------------------------------------------------------------
-----------------------------------------------------
#
# (C) Tenable Network Security
#
if(description)
{
script_id(12205);
script_bugtraq_id(10111, 10113, 10117, 10119, 10122, 10124, 10125);
script_cve_id( "CVE-2003-0907", "CVE-2003-0908", "CVE-2003-0909",
"CVE-2003-0910", "CVE-2004-0117",
"CVE-2004-0118", "CVE-2004-0119", "CVE-2004-0121");
if(defined_func("script_xref"))script_xref(name:"CVE",
value:"CVE-2003-0533");
if(defined_func("script_xref"))script_xref(name:"CVE",
value:"CVE-2003-0663");
if(defined_func("script_xref"))script_xref(name:"CVE",
value:"CVE-2003-0719");
if(defined_func("script_xref"))script_xref(name:"CVE",
value:"CVE-2003-0806");
if(defined_func("script_xref"))script_xref(name:"CVE",
value:"CVE-2003-0906");
if(defined_func("script_xref"))script_xref(name:"IAVA",
value:"2004-A-0006");
script_version("$Revision: 1.17 $");
------------------------------------------------------------------------
-----------------------------------------------------
In the above script "CVE-2003-0533", "CVE-2003-0663"... are not
mentioned in script_cve_id(...) so can we relate these CVE IDs with the
plug-in?
Warm Regards
Nitin Shingari
_______________________________________________ Nessus mailing list Nessus@list.nessus.org http://mail.nessus.org/mailman/listinfo/nessus
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | False negatives?, felix lin |
|---|---|
| Next by Date: | Re: False negatives?, George A. Theall |
| Previous by Thread: | False negatives?, felix lin |
| Next by Thread: | Re: Relating CVE IDs in Nessus Plugins, George A. Theall |
| Indexes: | [Date] [Thread] [Top] [All Lists] |