Mailing List Archive

Nessus Script ID 22535 version 1.2: Contains A Bug?
Hello All,

Script ID 22535 version 1.2 contains the following bug:

Old Code:
if ( "9.0" >< office_version )
{
rootfile = hotfix_get_programfilesdir();
dll = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1\Microsoft Shared\Office\mso9.dll", string:rootfile);

New Code:
dll = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1\Microsoft Office\Office\mso9.dll", string:rootfile);

Could someone verify?

Thanks,
Paul