Windows Extremely Critical Security Flaw Advisory - Part II
Two important things were announced today:
1] Microsoft has announced that they will have an official patch available a week from today: Tues Jan 10th.
http://www.microsoft.com/technet/security/advisory/912840.mspxMicrosoft is also advising people to not use the unofficial patch saying it could cause stability problems, however I personally am not aware of any.
2] Just before applying the official patch, everyone will need to undo the two steps previously recommended.
Here are the uninstall steps:
A] How to re-register the shimgvw.dll after an offical patch is out:
from
http://www.auditmypc.com/process/shimgvw.aspIf you need to enable shimgvw.dll, simply do the following:
* Logon as an administrative user (user with administrative privileges).
* Click the Windows "Start" button and select "Run"
* Enter the following text into the "Open" field:
regsvr32 %windir%\system32\shimgvw.dll
- You can copy and paste the command above into the "Open" field.
* Click "OK" to unregister the vulnerable DLL.
B] How to uninstall the unoffical patch:
Go to Control Panel -> Add/Remove Programs
uninstall Windows WMF Metafile Vulnerability HotFix
Reboot before installing official patch.
To manually uninstall the patch:
from:
http://www.hexblog.com/2005/12/wmf_vuln.html- remove any mention of wmfhotfix.dll from HKLM\Software\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs
- reboot
- if you want, you can delete %system%wmfhotfix.dll from the disk. This is 'the meat' of the fix, the only file that patches the system in the memory. It should be freely deletable after the reboot
There are some text files in %programfiles%WindowsMetafileFix, if you want, you can delete them too.