Difference between revisions of "MS Security Advisory KB 2501696"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(MS Security Advisory KB 2501696 - Vulnerability in MHTML Could Allow Information Disclosure)
 
m
Line 9: Line 9:
 
Save the files in %software% directory "hotfix" and then subfolder "KB2501696"
 
Save the files in %software% directory "hotfix" and then subfolder "KB2501696"
  
This will work on all 32bit Windows XP,Vista,2003 (64 needs registry check written)
+
This will work on all 32bit Windows XP,Vista,2003,7 (64bit needs registry check written)
  
  

Revision as of 23:45, 2 February 2011

MS Security Advisory KB 2501696 (Advisory Published: January 28, 2011)

Vulnerability in MHTML Could Allow Information Disclosure

http://www.microsoft.com/technet/security/advisory/2501696.mspx

Download files from here: [1]

Save the files in %software% directory "hotfix" and then subfolder "KB2501696"

This will work on all 32bit Windows XP,Vista,2003,7 (64bit needs registry check written)


<package
   id='MS-Security-Advisory-KB2501696'
   name='Microsoft Security Advisory 2501696'
   revision='1'>
   <check type='registry' condition='equals' path='HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\1\mhtml' value='mhtml' />
   <install cmd='msiexec /qb /i "%SOFTWARE%\hotfix\KB2501696\MicrosoftFixit50602.msi" /passive /norestart' timeout='300'>
   <exit code='0' />
   <exit code='3010' reboot='true' />
   </install>
   <remove cmd='msiexec /qb /i "%SOFTWARE%\hotfix\KB2501696\MicrosoftFixit50603.msi" /passive /norestart' timeout='300'>
   <exit code='0' />
   <exit code='3010' reboot='true' />
    </remove>
</package>