FlyerTalk Forums - View Single Post - Serious Windows vulnerability (and a fix)
Old Jan 3, 2006 | 3:15 pm
  #12  
alanh
 
Join Date: Apr 2005
Location: PHX
Posts: 3,794
It's possible that the WMFs will end up in Firefox's cache regardless. In that case, indexing programs (like Google Desktop) will open the file to get metadata from it, and trigger it.

The bug is not actually in Shimgvw.dll, but unregistering that will stop the automatic rendering of WMFs in most cases. The actual bug is in the design of the WMF format. There's a GDI function that's intended to be called only by an interactive program to provide an abort to a print operation. This can be included in a metafile, and will induce Windows to call code embeded in the metafile. Disabling this will require a fix to GDI32.DLL.

Last edited by alanh; Jan 3, 2006 at 3:28 pm
alanh is offline