Weborum Webmaster Forum > extremely critical Windows XP flaw
Help - Search - Members - Calendar
Full Version: extremely critical Windows XP flaw
Weborum Webmaster Forum > Foo / General > Security warnings
leo
critical windows xp security risk

QUOTE

Secunia Advisory: SA18255 Print Advisory
Release Date: 2005-12-28
Last Update: 2005-12-29

Critical:
Extremely critical
Impact: System access
Where: From remote
Solution Status: Unpatched

OS: Microsoft Windows Server 2003 Datacenter Edition
Microsoft Windows Server 2003 Enterprise Edition
Microsoft Windows Server 2003 Standard Edition
Microsoft Windows Server 2003 Web Edition
Microsoft Windows XP Home Edition
Microsoft Windows XP Professional

Select a product and view a complete list of all Patched/Unpatched Secunia advisories affecting it.

CVE reference: CVE-2005-4560

Description:
A vulnerability has been discovered in Microsoft Windows, which can be exploited by malicious people to compromise a vulnerable system.

The vulnerability is caused due to an error in the handling of Windows Metafile files (".wmf") containing specially crafted SETABORTPROC "Escape" records. Such records allow arbitrary user-defined function to be executed when the rendering of a WMF file fails. This can be exploited to execute arbitrary code by tricking a user into opening a malicious ".wmf" file in "Windows Picture and Fax Viewer" or previewing a malicious ".wmf" file in explorer (i.e. opening a folder containing a malicious image file).

The vulnerability can also be exploited automatically when a user visits a malicious web site using Microsoft Internet Explorer.

NOTE: Exploit code is publicly available. This is being exploited in the wild. The vulnerability can also be triggered from explorer if the malicious file has been saved to a folder and renamed to other image file extensions like ".jpg", ".gif, ".tif", and ".png" etc.

The vulnerability has been confirmed on a fully patched system running Microsoft Windows XP SP2. Microsoft Windows XP SP1 and Microsoft Windows Server 2003 SP0 / SP1 are reportedly also affected. Other platforms may also be affected.

Solution:
Do not save, open or preview untrusted image files from email or other sources, or open untrusted folders and network shares in explorer.

Set security level to "High" in Microsoft Internet Explorer to prevent automatic exploitation.

The risks can be mitigated by unregistering "Shimgvw.dll". However, this will disable certain functionalities. Secunia do not recommend the use of this workaround on production systems until it has been thoroughly tested.
Willy Duitt
To un-register Shimgvw.dll, follow these steps:
( Un-register the Windows Picture and Fax Viewer (Shimgvw.dll) on Windows XP Service Pack 1; Windows XP Service Pack 2; Windows Server 2003 and Windows Server 2003 Service Pack 1 )
  • Click Start, click Run, type "regsvr32 -u %windir%\system32\shimgvw.dll" (without the quotation marks), and then click OK...
  • A dialog box appears to confirm that the un-registration process has succeeded. Click OK to close the dialog box...

Impact of Workaround: The Windows Picture and Fax Viewer will no longer be started when users click on a link to an image type that is associated with the Windows Picture and Fax Viewer.

To undo this change, re-register Shimgvw.dll by following the above steps. Replace the text in Step 1 with “regsvr32 %windir%\system32\shimgvw.dll” (without the quotation marks).


The other workaround which has less impact upon the system but has more steps is to set your file type associations for WMF from "Windows Picture and Fax Viewer" to "Notepad"...

Additionally, the vulnerability can also be triggered from explorer if the malicious file has been saved to a folder and renamed to other image file extensions like ".jpg", ".gif, ".tif", and ".png" etc...
http://secunia.com/advisories/18255/


.....Willy
leo
Thanks Willy, always on top of working around problems biggrin.gif


QUOTE
The vulnerability can also be exploited automatically when a user visits a malicious web site using Microsoft Internet Explorer.


from the secunia report i quoted, this is not restrained to internet explorer, the exploit can be triggered via firefox and opera also
Willy Duitt
QUOTE(leo @ Dec 30 2005, 10:37 AM) [snapback]32355[/snapback]

Thanks Willy, always on top of working around problems biggrin.gif


QUOTE
The vulnerability can also be exploited automatically when a user visits a malicious web site using Microsoft Internet Explorer.


from the secunia report i quoted, this is not restrained to internet explorer, the exploit can be triggered via firefox and opera also



Aye... But I meant Windows Explorer... wink.gif

For example, if a user is tricked into saving one of these meta files which has had the extension changed to ".jpg", ".gif, ".tif", and ".png" etc... - and has their folder setting set to "thumbnail" whenever the folder is opened, the meta file image will load and run the exploit...


.....Willy

BTW: I have not checked but I would assume that favicon ico images would also be affected by this exploit... There are many other exploits regarding favicons which is why I do not allow them on my system...


.....Willy

How the he!! did that ^ happen??

My BTW was added as a Fast Reply but it appeared within my previous post... Weird...

Fast Reply #3...

It did it again!! Is that how Fast Reply is suppose to work??
Willy Duitt
Here's a link to a windows movie which shows the exploit in action...
http://www.websensesecuritylabs.com/images...exfol-movie.wmv

The above link is provided by WebSense Security Labs here:
http://www.websensesecuritylabs.com/alerts...php?AlertID=387
leo
yeah sorry the reference to internet explorer was aimed at my own quote in the first post smile.gif

hmm, i think that fast reply thing may be a bug of some sort as it only happens if you post a second post in a row, i'll go check invision about it
leo
apparently it is a new feature, and captures concurrent posts within X minutes and merges them. Going to see what the time delay is set at smile.gif
GillyH
Dammit! I've noticed this brief flash of the Win Picture and fax viewer window opening recently and thought it was a WinXp bug or glitch cos I only just reformated my HD and reinstalled my OS. I should've guessed it was a trojan or something. My AVG has picked up and quarentined a few things this last day or so, but it healed them. sad.gif

I've unregistered the shimgvw.dll as you suggested above, Willy. Thanks very much for the info thumbsupsmileyanim.gif

Gilly
smile.gif
Willy Duitt
BTW: The lateest news is that Microsoft Word is also vulnerable (although Microsoft's official party line is that has "yet to be confirmed") and...

Lotus notes is vulnerable even if the shimgvw.dll is unregistered...
http://www.nist.org/nist_plugins/content/c....php?content.25

QUOTE

John Herron at NIST.org discovered today that Lotus Notes versions 6.x and higher is vulnerable to the WMF 0-day exploit. In the advisory, located on the NIST website here, John reports that Lotus Notes remained vulerable even after running the regsvr32 workaround in the Microsoft security advisory.

http://isc.sans.org/


.....Willy
GillyH
^^ I'm going back to a quill and ink, mate! whistle.gif

Willy Duitt
Unofficial patch released:


How does the unofficial patch work?
http://isc.sans.org/diary.php?storyid=994
  • The wmfhotfix.dll is injected into any process loading user32.dll. The DLL then patches (in memory) gdi32.dll's Escape() function so that it ignores any call using the SETABORTPROC (ie. 0x09) parameter. This should allow Windows programs to display WMF files normally while still blocking the exploit. The version of the patch located here has been carefully checked against the source code provided as well as tested against all known versions of the exploit. It should work on WinXP (SP1 and SP2) and Win2K.

    http://handlers.sans.org/tliston/wmffix_hexblog11.exe
    MD5 Checksum: 99b27206824d9f128af6aa1cc2ad05bc


.....Willy

BTW: A 2nd generation WMF exploit has been released into the wild and when the HappyNewYear.jpg hits the hard drive and is accessed (file opened, folder viewed, file indexed by Google Desktop), it executes and downloads a Bifrose backdoor (detected as Backdoor.Win32.Bifrose.kt) from www[dot]ritztours.com...
Willy Duitt
This is getting worse and worser...

Firstly, please note that the unofficial patch as been updated in response to 2nd and 3rd generations of this exploit being released... The new update can be found here:

http://handlers.sans.org/tliston/wmffix_hexblog13.exe
MD5: 14d8c937d97572deb9cb07297a87e62a - wmffix_hexblog13.exe

Additionally, along with unregistering the shimgvw.dll and installing the unofficial patch - it is also recommended that you block the following netblocks:
  • InterCage Inc.: 69.50.160.0/19 (69.50.160.0 - 69.50.191.255)
  • Inhoster: 85.255.112.0/20 (85.255.112.0 - 85.255.127.255)

"They have been associated with a number of high profile criminal activities in the past. A good number of WMF exploits use name servers or other resources in these netblocks. They have been non responsive to current and past requests to remove malicious content."

This information came from the Internet Storm Center: http://isc.sans.org
And I am posting the latest diary below since their page uses frames...
However, an overview, including links to others diaries can be found here:
http://isc.sans.org/diary.php?storyid=993


QUOTE

Recommended Block List
Published: 2006-01-01,
Last Updated: 2006-01-01 20:42:52 UTC by Johannes Ullrich (Version: 1)


I hate block lists... maybe because I have been on the 'wrong end' of them in the past. But after careful consideration, we do recommend blocking traffic from these two netblocks:

  • InterCage Inc.: 69.50.160.0/19 (69.50.160.0 - 69.50.191.255)
  • Inhoster: 85.255.112.0/20 (85.255.112.0 - 85.255.127.255)

The list may be updated later. We do not expect to make this a "regular feature". But at this time we find that it is necessary to point out these particular two netblocks. They have been associated with a number of high profile criminal activities in the past. A good number of WMF exploits use name servers or other resources in these netblocks. They have been non responsive to current and past requests to remove malicious content.




Updated version of Ilfak Guilfanov's patch / ,msi file
Published: 2006-01-01,
Last Updated: 2006-01-02 03:26:26 UTC by Tom Liston (Version: 2)


Ilfak Guilfanov has released an updated version of his unofficial patch for the Window's WMF issue. We have reverse engineered, reviewed, and vetted the version here. Note: If you've already successfully installed the patch, this new version adds nothing new. It only adds code to make it able to install on some other very specific configurations and code to recognize when the patch has already been installed. (Note: the version information in the installation script indicates that this is version 1.2 - but it really IS version 1.3... the version info in the install script is incorrect...)

MD5: 14d8c937d97572deb9cb07297a87e62a - wmffix_hexblog13.exe
PGP Signature (signed with SANS ISC key) is here: http://handlers.sans.org/tliston/wmffix_hexblog13.exe.asc

We have also created a .msi file suitable for unattended installation from version 1.3 of the patch. It can be downloaded from a link on this page: http://handlers.sans.org/tliston/WindowsMetafileFix.html

MD5: ae6bb95196853843f4aceb7fca5a78ee - WindowsMetafileFix.msi
PGP signature is here: http://handlers.sans.org/tliston/WindowsMetafileFix.msi.asc




Trustworthy Computing
Published: 2006-01-01,
Last Updated: 2006-01-01 17:58:01 UTC by Tom Liston (Version: 1)


Looking forward to the week ahead, I find myself in the very peculiar position of having to say something that I don't believe has ever been said here in the Handler's diary before: "Please, trust us."

I've written more than a few diaries, and I've often been silly or said funny things, but now, I'm being as straightforward and honest as I can possibly be: the Microsoft WMF vulnerability is bad. It is very, very bad. We've received many emails from people saying that no one in a corporate environment will find using an unofficial patch acceptable. Acceptable or not, folks, you have to trust someone in this situation. To the best of my knowledge, over the past 5 years, this rag-tag group of volunteers hasn't asked for your trust: we've earned it. Now we're going to expend some of that hard-earned trust:

This is a bad situation that will only get worse. The very best response that our collective wisdom can create is contained in this advice - unregister shimgvw.dll and use the unofficial patch. You need to trust us. (Willy's note: I trust these people as they have never lead me down the wrong path...)

Looking back over the past year, the ISC handlers have faced up to any number of challenges: from worms and viruses to DNS poisoning and hurricanes. We've done our best to keep you informed and to tell it like it is. Somehow, it seems fitting that on the last day of 2005 we rang in the New Year in what can only be described as typical ISC style.

On December 31st, we received word that a "new and improved" version of the WMF exploit had been published. This new exploit code generated WMF files that were sufficiently different that they bypassed nearly all AV and IDS signatures. Publishing exploit code such as this for an unpatched vulnerability on a holiday weekend is, without any doubt, a totally irresponsible act.

And so, as the hours to the New Year slowly counted down, a group of volunteers gave up their holiday weekend to come together as a team and put their collective knowledge and intellect to work on the problems this reckless disclosure created. Some tested the exploit, some talked to AV vendors, some worked toward finding a means to mitigate the vulnerability, some tested "fix" ideas and the resulting patches.

I was privileged to be a part of that team, and I'm incredibly proud of everyone who participated. As it became obvious that the "fix" that we were working toward was essentially what had already been created by Ilfak Guilfanov, we wrote to him to ask if we could redistribute his patch from the ISC. He was incredibly gracious and courteous in allowing us to do so and we were able to work with him to verify several changes that allowed the patch to work on a wider variety of Windows systems.

We have very carefully scrutinized this patch. It does only what is advertised, it is reversible, and, in our opinion, it is both safe and effective.

The word from Redmond isn't encouraging. We've heard nothing to indicate that we're going to see anything from Microsoft before January 9th.

The upshot is this: You cannot wait for the official MS patch, you cannot block this one at the border, and you cannot leave your systems unprotected.

It's time for some real trustworthy computing. All we're asking is if we've proved ourselves to be worthy of your trust.




2nd generation WMF exploit: status of the anti-virus products after one day.
Published: 2006-01-01,
Last Updated: 2006-01-01 17:20:05 UTC by Swa Frantzen (Version: 1)


Yesterday in a colaborative effort, we sent a true 0-day sample of the 2nd generation WMF exploit to virustotal. As expected, no detections were made. The payload in that sample was a very basic, commonly known and available payload. So the payload might get detected without the exploit being detected. But even there, we had no such luck then.

We sent in a similar sample today.
The results are not all that good:

  • eTrust-Vet 12.4.1.0 01.01.2006 Win32/Worfo
  • McAfee 4664 01.01.2006 Exploit-WMF
  • Symantec 8.0 01.01.2006 Backdoor.Trojan
  • All the others failed to detect the sample.

Do note that the Symantec detect is most likely on the payload. That payload isn't what any of the bad guys playing with this will insert. They will insert far nastier and far less off-the-shelf stuff than what we did. So for now you still have the best chance with following the advice in this diary entry.




2nd generation WMF 0day Exploit Spammed
Published: 2006-01-01,
Last Updated: 2006-01-01 15:40:23 UTC by Tom Liston (Version: 1)


According to F-Secure's blog today, the 2nd generation WMF exploit has been spammed and "When the HappyNewYear.jpg hits the hard drive and is accessed (file opened, folder viewed, file indexed by Google Desktop), it executes and downloads a Bifrose backdoor (detected by us as Backdoor.Win32.Bifrose.kt) from www[dot]ritztours.com." Trend Micro is calling it TROJ_NASCENE.H




WMF FAQ
Published: 2006-01-01,
Last Updated: 2006-01-02 10:03:41 UTC by Johannes Ullrich (Version: 2)


  • Why is this issue so important?
    The WMF vulnerability uses images (WMF images) to execute arbitrary code. It will execute just by viewing the image. In most cases, you don't have click anything. Even images stored on your system may cause the exploit to be triggered if it is indexed by some indexing software. Viewing a directory in Explorer with 'Icon size' images will cause the exploit to be triggered as well.

  • Is it better to use Firefox or Internet Explorer?
    Internet Explorer will view the image and trigger the exploit without warning. New versions of Firefox will prompt you before opening the image. However, in most environments this offers little protection given that these are images and are thus considered 'safe'.

  • What versions of Windows are affected?
    All. Windows 2000, Windows XP, (SP1 and SP2), Windows 2003. All are affected to some extent. Mac OS-X, Unix or BSD is not affected. Note: If you're still running on Win98/ME, this is a watershed moment: we believe (untested) that your system is vulnerable and there will be no patch from MS. Your mitigation options are very limited. You really need to upgrade.

  • What can I do to protect myself?
    Microsoft has not yet released a patch. An unofficial patch was made available by Ilfak Guilfanov. Our own Tom Liston reviewed the patch and we tested it. The reviewed and tested version is available here (now at v1.3, MD5: 14d8c937d97572deb9cb07297a87e62a), PGP signature (signed with ISC key) here. THANKS to Ilfak Guilfanov for providing the patch!!
    You can unregister the related DLL.
    Virus checkers provide some protection.

    To unregister the DLL:

    • Click Start, click Run, type "regsvr32 -u %windir%\system32\shimgvw.dll" (without the quotation marks), and then click OK.
    • A dialog box appears to confirm that the un-registration process has succeeded. Click OK to close the dialog box.

    Our current "best practice" recommendation is to both unregister the DLL and to use the unofficial patch.

  • How does the unofficial patch work?
    The wmfhotfix.dll is injected into any process loading user32.dll. The DLL then patches (in memory) gdi32.dll's Escape() function so that it ignores any call using the SETABORTPROC (ie. 0x09) parameter. This should allow Windows programs to display WMF files normally while still blocking the exploit. The version of the patch located here has been carefully checked against the source code provided as well as tested against all known versions of the exploit. It should work on WinXP (SP1 and SP2) and Win2K.

  • Will unregistering the DLL (without using the unofficial patch) protect me?
    It might help. But it is not foolproof. We want to be very clear on this: we have some very stong indications that simply unregistering the shimgvw.dll isn't always successful. The .dll can be re-registered by malicious processes or other installations, and there may be issues where re-registering the .dll on a running system that has had an exploit run against it allowing the exploit to succeed. In addition it might be possible for there to be other avenues of attack against the Escape() function in gdi32.dll. Until there is a patch available from MS, we recommend using the unofficial patch in addition to un-registering shimgvw.dll.
    Should I just delete the DLL?
    It might not be a bad idea, but Windows File Protection will probably replace it. You'll need to turn off Windows File Protection first. Also, once an official patch is available you'll need to replace the DLL. (renaming, rather than deleting is probably better so it will still be handy).

  • Should I just block all .WMF images?
    This may help, but it is not sufficient. WMF files are recognized by a special header and the extension is not needed. The files could arrive using any extension, or embeded in Word or other documents.

  • What is DEP (Data Execution Protection) and how does it help me?
    With Windows XP SP2, Microsoft introduced DEP. It protects against a wide range of exploits, by preventing the execution of 'data segements'. However, to work well, it requires hardware support. Some CPUs, like AMD's 64 Bit CPUs, will provide full DEP protection and will prevent the exploit.

  • How good are Anti Virus products to prevent the exploit?
    At this point, we are aware of versions of the exploit that will not be detected by antivirus engines. We hope they will catch up soon. But it will be a hard battle to catch all versions of the exploit. Up to date AV systems are necessary but likely not sufficient.

  • How could a malicious WMF file enter my system?
    There are too many methods to mention them all. E-mail attachments, web sites, instant messaging are probably the most likely sources. Don't forget P2P file sharing and other sources.

  • Is it sufficient to tell my users not to visit untrusted web sites?
    No. It helps, but its likely not sufficient. We had at least one widely trusted web site (knoppix-std.org) which was compromissed. As part of the compromise, a frame was added to the site redirecting users to a corrupt WMF file. "Tursted" sites have been used like this in the past.

  • What is the actual problem with WMF images here?
    WMF images are a bit different then most other images. Instead of just containing simple 'this pixel has that color' information, WMF images can call external procedures. One of these procedure calls can be used to execute the code.

  • Should I use something like "dropmyrights" to lower the impact of an exploit.
    By all means yes. Also, do not run as an administrator level users for every day work. However, this will only limit the impact of the exploit, and not prevent it. Also: Web browsing is only one way to trigger the exploit. If the image is left behind on your system, and later viewed by an administrator, you may get 'hit'.

  • Are my servers vulnerable?
    Maybe... do you allow the uploading of images? email? Are these images indexed? Do you sometimes use a web browser on the server? In short: If someone can get a image to your server, and if the vulnerable DLL may look at it, your server may very well be vulnerable.

  • What can I do at my perimeter / firewall to protect my network?
    Not much. A proxy server that strips all images from web sites? Probably wont go over well with your users. At least block .WMF images (see above about extensions...). If your proxy has some kind of virus checker, it may catch it. Same for mail servers. The less you allow your users to initiate outbound connections, the better. Close monitoring of user workstations may provide a hint if a work station is infected.

  • Can I use an IDS to detect the exploit?
    Most IDS vendors are working on signatures. Contact your vendor for details. Bleedingsnort.org is providing some continuosly improving signatures for snort users.

  • If I get hit by the exploit, what can I do?
    Not much :-(. It very much depends on the exact exploit you are hit with. Most of them will download additional components. It can be very hard, or even impossible, to find all the pieces. Microsoft offers free support for issues like that at 866-727-2389 (866 PC SAFETY).

  • Does Microsoft have information available?
    http://www.microsoft.com/technet/security/...ory/912840.mspx
    But there is no patch at the time of this writing.


  • What does CERT have to say?
    http://www.kb.cert.org/vuls/id/181038
    http://www.cve.mitre.org/cgi-bin/cvename.c...e=CVE-2005-4560







* New exploit released for the WMF vulnerability - YELLOW
Published: 2006-01-01,
Last Updated: 2006-01-02 03:21:11 UTC by Swa Frantzen (Version: 10)


New exploit
On New Year's eve the defenders got a 'nice' present from the full disclosure community.

The source code claims to be made by the folks at metasploit and xfocus, together with an anonymous source.

Note: We have been able to confirm that this exploit works. We are in the process of getting information to AV vendors ASAP. We can also confirm that having the file and simply opening the directory can be enough to get the exploit running.

The exploit generates files:

  • with a random size;
  • no .wmf extension, (.jpg), but could be any other image extension actually;
  • a random piece of junk in front of the bad call; carefully crafted to be larger than the MTU on an ethernet network;
  • a number of possible calls to run the exploit are listed in the source;
  • a random trailer


From a number of scans we did through virustotal, we can safely conclude there is currently no anti-virus signature working for it. Similarly it is very unlikely any of the IDS signatures for the previous versions of the WMF exploits work for this next generation. Judging from the source code, it will likely be difficult to develop very effective signatures due to the structure of the WMF files.

Infection rate
McAfee announced on the radio yesterday they saw 6% of their customer having been infected with the previous generation of the WMF exploits. 6% of their customer base is a huge number.



.....Willy


sjthomas
Is it possible that this could hit some fairly high profile sites. For example, could someone create a malicious wmf file, rename it to jpg and then upload it to eBay/Flickr/Weborum/etc/etc ?
Willy Duitt
QUOTE(sjthomas @ Jan 2 2006, 02:09 PM) [snapback]32379[/snapback]

Is it possible that this could hit some fairly high profile sites. For example, could someone create a malicious wmf file, rename it to jpg and then upload it to eBay/Flickr/Weborum/etc/etc ?


Yes - knoppix-std.org was compromised by a frame being added to the site redirecting users to a corrupt WMF file... Anyone with a server should follow the three recommended patches above... Forums such as this which allow remotely hosted images are particularly vulnerable... The ISC have provided advanced snort rules to block the files at the server level - if someone needs these rules and can not find them on the ISC site, let me know and I will grab them for you...


.....Willy
Waleed
A few questions,

1. What's with the blocklists? What are they and how do we do what we're told about them?
2. What are snort rules, and how do we do what we're told about them?

Willy Duitt
QUOTE(Waleed Zuberi @ Jan 3 2006, 06:33 AM) [snapback]32384[/snapback]

A few questions,

1. What's with the blocklists? What are they and how do we do what we're told about them?
2. What are snort rules, and how do we do what we're told about them?


Blocklists prevent any traffic originating from an IP# within the specified range from communicating with your PC or server - for the home user, most firewalls allow you to set advanced rules to block or allow such trafic... If you have questions regarding a particular netblock - try doing a Whois Lookup to see whom owns any particular domain or the nameservers they are hosted on...

As for snort rules - if you don't have a server there is no reason for you to worry about this... If your merely curious, I'm sure a Google search and the information it returns could do a better job of bringing you up to speed than I can...

BTW: A vulnerbility checker has been released by the same person (Ilfak Guilfanov.) whom has written the unoffical patch (there are other vulnerbility checkers which have been released also - just be sure you trust the source)...
http://www.hexblog.com/2006/01/wmf_vulnera...ty_checker.html

Lastly, if you seem wary of the advice I have passed on, such as Waleed appears to be - Steve Gibson, a noted computer security expert endorses both the suggestions, methods I have provided to mitigate any damages as well as the people whom have provided me with this information... His notes can be found here:
http://www.grc.com/sn/notes-020.htm


.....Willy

Edit: An interview of Steve Gibson on Leo Laporte's KFI "Tech Guy" radio program can be found below...
Higher-quality (larger) KFI Radio program update (64 kbps, MP3, 5.4 MB)
Lower-quality (smaller) KFI Radio program update (16 kbps, MP3, 1.4 MB)
Waleed
If you trust the patch, I trust the patch. Just curious. Thanks for keeping us updated on this, by the way. Otherwise, I never would have known!

But why hasn't Microsoft responded to this (with advice or patch), besides the initial advisory?
Willy Duitt
QUOTE(Waleed Zuberi @ Jan 3 2006, 09:31 AM) [snapback]32387[/snapback]

But why hasn't Microsoft responded to this (with advice or patch), besides the initial advisory?


Do not expect a patch from Microsoft any time soon...
Historically - It takes monthes for Microsoft to release a patch...
Before they release an official patch they will need to thoroughly test it...


.....Willy
Willy Duitt
BTW: If you are using the latest unofficial patch (1.4) version you can re-register the (hopefully) non vulnerable DLL to restore your thumbnails and opening of image files in Windows Picture and Fax Viewer...

To re-register the DLL - follow these steps
  • Click the Windows "Start" button and select "Run..."
  • Enter the following string into the "Open" field:

    regsvr32 shimgvw.dll
  • Click "OK" to re-register the (hopefully) non-vulnerable DLL...


.....Willy
sjthomas
The latest I heard was that MS was releasing a patch to fix the exploit on Patch Tuesday, which is a week today (9th Jan).

Is there any news on any widespread outbreaks of this exploit yet?
leo
Thanks for keeping us up to date on all the steps we can take to minimalise exposure to abuse of this vulnerability Willy smile.gif
Willy Duitt
QUOTE(leo @ Jan 3 2006, 12:02 PM) [snapback]32394[/snapback]

Thanks for keeping us up to date on all the steps we can take to minimalise exposure to abuse of this vulnerability Willy smile.gif


You're welcome... biggrin.gif

I suppose if someone wants - they could await for a patch from Microsoft...
But I wouldn't expect one to be released any time soon - not even this upcoming Black Tuesday... whistle.gif

Heck, I live on the frigging edge...
I'm running a PC I built back in August with no firewall, no antivirus, no nothing in way of security - not even SP1 let alone SP2!! But I can guarentee my PC is exploit free and I surf with IE... Disabling activeX is the key (heh, that all rhymed)... LOL


.....Willy
Waleed
QUOTE(Willy Duitt @ Jan 3 2006, 08:13 PM) [snapback]32389[/snapback]

BTW: If you are using the latest unofficial patch (1.4) version you can re-register the (hopefully) non vulnerable DLL to restore your thumbnails and opening of image files in Windows Picture and Fax Viewer...

To re-register the DLL - follow these steps

  • Click the Windows "Start" button and select "Run..."
  • Enter the following string into the "Open" field:

    regsvr32 shimgvw.dll

  • Click "OK" to re-register the (hopefully) non-vulnerable DLL...

.....Willy


I had version 1.3, but then I heard of 1.4, so I downloaded the latter, newer one. But when I run it, it says the fix is already installed on my system and I don't need to reinstall it. I've re-registered the DLL; it was getting annoying without the picture and fax veiwer...
Willy Duitt
QUOTE(Waleed Zuberi @ Jan 3 2006, 01:32 PM) [snapback]32401[/snapback]

QUOTE(Willy Duitt @ Jan 3 2006, 08:13 PM) [snapback]32389[/snapback]

BTW: If you are using the latest unofficial patch (1.4) version you can re-register the (hopefully) non vulnerable DLL to restore your thumbnails and opening of image files in Windows Picture and Fax Viewer...

To re-register the DLL - follow these steps


  • Click the Windows "Start" button and select "Run..."

  • Enter the following string into the "Open" field:

    regsvr32 shimgvw.dll


  • Click "OK" to re-register the (hopefully) non-vulnerable DLL...


.....Willy


I had version 1.3, but then I heard of 1.4, so I downloaded the latter, newer one. But when I run it, it says the fix is already installed on my system and I don't need to reinstall it. I've re-registered the DLL; it was getting annoying without the picture and fax veiwer...


Once the patch is installed - any updates merely inject the additional code...
There's no need to reboot once installed the first time...
Don't forget, this patch can be removed thru Add and Remove Programs
(if and when Mocrosoft releases an official patch)...

I too quickly tired of my images not displaying after unregistering the DLL...
I'm glad they quickly updated the unofficial patch so this is no longer necassary as Microsoft advised...


.....Willy
Waleed
http://news.yahoo.com/s/ap/20060103/ap_on_...rosoft_security

QUOTE
Microsoft said it hopes to release the patch on Jan. 10 as part of its regular monthly security updates.


Why do they suddenly want to stick to schedule so much?
Willy Duitt
QUOTE(Waleed Zuberi @ Jan 3 2006, 03:42 PM) [snapback]32407[/snapback]

http://news.yahoo.com/s/ap/20060103/ap_on_...rosoft_security

QUOTE
Microsoft said it hopes to release the patch on Jan. 10 as part of its regular monthly security updates.


Why do they suddenly want to stick to schedule so much?


Hopes is the operative word in that statement... whistle.gif

And there is no schedule - obviously the official patch is not ready for release...

I wish I could run my business like that - "I hope to fix that hole in your roof before next week... And yes I know it's raining outside but we can only hope it doesn't rain too hard!!" weirdsmiley.gif


.....Willy
Waleed
QUOTE(Willy Duitt @ Jan 4 2006, 01:51 AM) [snapback]32408[/snapback]

I wish I could run my business like that - "I hope to fix that hole in your roof before next week... And yes I know it's raining outside but we can only hope it doesn't rain too hard!!" weirdsmiley.gif


roflmao.gif
Willy Duitt
Microsoft has released an official patch as of 2:00 pm PT...
You can read their announcement / notification here:
http://www.microsoft.com/technet/security/...in/advance.mspx

The official patch can be found here:
http://www.microsoft.com/technet/security/...n/ms06-001.mspx

And if you installed the unofficial patch or unregistered the dll it is advised to follow the procedures outlined here:
http://isc.incidents.org/diary.php?storyid=1019

QUOTE

If you have installed any of the earlier patches or workarounds, here is our recommendation for updating:

1. Reboot your system to clear any vulnerable files from memory
2. Download and apply the new patch
3. Reboot
4. Uninstall the unofficial patch, by using Add/Remove Programs on single systems. If you used msi to install the patch on multiple machines you can uninstall it with this:

msiexec.exe /X{E1CDC5B0-7AFB-11DA-8CD6-0800200C9A66} /qn

5. Re-register the .dll if you previously unregistered it (use the same command but without the "-u"):

regsvr32 %windir%\system32\shimgvw.dll

6. Reboot one more time just for good measure





Just goes to show even Microsoft will respond to enough pressure... wink.gif


.....Willy

Joe
Excellent! smile.gif
GillyH
People Power! Brilliant! Thanks everyone biggrin.gif

One question though; I don't use the Windows image and fax viewer. I've installed the patch etc., but do I HAVE to re-register the .dll? Just wondering smile.gif

Gilly
Willy Duitt
QUOTE(GillyH @ Jan 6 2006, 07:25 AM) [snapback]32452[/snapback]

People Power! Brilliant! Thanks everyone biggrin.gif

One question though; I don't use the Windows image and fax viewer. I've installed the patch etc., but do I HAVE to re-register the .dll? Just wondering smile.gif

Gilly


If you don't you won't have any folder thumbnail or icon images - I don't know what else it breaks by being un-registered...
If you don't want to re-register the dll - try running for awhile as is and report back what you find...


.....Willy
bassrek
Thanks for all of the updates, Willy smile.gif

Gotta give credit to MS for a 5-day turnaround on the patch, too.
GillyH
QUOTE(Willy Duitt @ Jan 6 2006, 01:01 PM) [snapback]32454[/snapback]

QUOTE(GillyH @ Jan 6 2006, 07:25 AM) [snapback]32452[/snapback]

People Power! Brilliant! Thanks everyone biggrin.gif

One question though; I don't use the Windows image and fax viewer. I've installed the patch etc., but do I HAVE to re-register the .dll? Just wondering smile.gif

Gilly


If you don't you won't have any folder thumbnail or icon images - I don't know what else it breaks by being un-registered...
If you don't want to re-register the dll - try running for awhile as is and report back what you find...


.....Willy


Ah, right - I see what you mean now. I'll re-register it, I think. Thanks, Willy smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.