[Plugins-writers] Nessus Script ID: 23999 version 1.2 Contain A Bug?

From: Paul Bellefeuille (nessusd@private)
Date: Wed Jan 10 2007 - 02:54:54 PST


Hello All,

I believe Script ID contains the following bug.

Old Code:
if ( hotfix_check_fversion(path:value[1], file:"Outllibr.dll", version:"10.0.6816.0") == HCF_OLDER ) security_hole(port);

New Code Should Be:
if ( hotfix_check_fversion(path:value[1], file:"Outllib.dll", version:"10.0.6822.0") == HCF_OLDER ) security_hole(port);

Could someone verify?

Thanks,
Paul 



_______________________________________________
Plugins-writers mailing list
Plugins-writers@private
http://mail.nessus.org/mailman/listinfo/plugins-writers



This archive was generated by hypermail 2.1.3 : Wed Jan 10 2007 - 02:58:38 PST