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.




Network Security Nessus-Users
[Top] [All Lists]

Re: Relating CVE IDs in Nessus Plugins

Subject: Re: Relating CVE IDs in Nessus Plugins
Date: Tue, 14 Nov 2006 10:29:02 -0500
On Tue, Nov 14, 2006 at 11:11:18AM +0530, Shingari, Nitin V. wrote:

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?

Yes. Older versions of Nessus (pre 2.2.x, I believe) had issues if there were more than 8 ids in a call to script_cve_id(). So if a plugin corresponded to more than that, additional ones would be added using script_xref(). The report should still lists all [unless you're running with a version of Nessus that didn't support script_xref(), which is the reason for the 'if(defined_func("script_xref"))'].


I'll adjust this particular plugin shortly to collect all the CVE ids together since no one should be using Nessus 2.0 any longer. If you're aware of any similar plugins, let me know please.

George
--
theall@tenablesecurity.com
_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>