Mailing List Archive

Nessus Script ID: 23999 version 1.2 Contain A Bug?
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