百度空间 | 百度首页 
 
查看文章
 
MS08-052的patch已经考虑了应用程序加载自己gdiplus.dll的问题
2008-09-10 10:59
今天是MS的Patch Tuesday,比较吸引眼球的就是MS08-052,MS08-055等

TK教主老师首先在blog上分析了08-052的危险性,看上去确实很有潜力啊!

MS08-052

不过之后看到SWI写一篇关于08-052的blog里,提到MS08-052的patch有对winsxs文件夹做策略控制让应用程序只会去加载更新过的gdiplus.dll。

winsxs是MS用来做dll的版本控制的一个东西

The purpose of the WinSxS cache is to keep old versions of assemblies around in case an application requires a specific version, and doesn’t want newer versions. It’s implemented as a folder under %windir% called winsxs. In that folder, you’ll find a subfolder for each version of each assembly that’s managed by the WinSxS cache, with a copy of the assembly in each folder. When an application tries to load a DLL that’s managed by the WinSxS cache, Windows checks to see if that application has a manifest specifying which version of the DLL it wants. If that information doesn’t exist, the application gets the default version of that DLL.



即使应用程序使用了老版本的gdiplus.dll,但是系统也会去加载更新后的gdiplus.dll

After you install the update, clearly you don’t want any application to be able to load one of the old versions that will still be present in the WinSxS cache. That’s why the update includes a WinSxS policy rule that instructs Windows to ignore requests for versions of gdiplus.dll older than the updated one, and to supply the updated one to those applications instead. This is a feature of the WinSxS cache designed for exactly this sort of situation.

如果真的是这样,那QQ等应用程序就可以不去更新gdiplus.dll 了,省了不少事情,毕竟大面积更新安全补丁对厂商来说是非常痛苦的一件事情。


类别:象牙塔 | 添加到搜藏 | 浏览() | 评论 (4)
 
最近读者:
 
网友评论:
1
2008-09-10 11:03 | 回复
沙发.
 
2
2008-09-10 12:14 | 回复
至少TM加载的是自己的,挂上调试器看一下就知道了。
 
3
2008-09-10 19:31 | 回复
很明显腾讯手法多了点,TM,QQ都是需要推送补丁的
 
4
2008-09-10 20:37 | 回复
这个漏洞搞出来,以后刺头讲课的时候,可以吓唬人了.比如在QQ发送个自定义表情什么的.恐吓程度是相当高的.
 
发表评论:
姓 名:
网址或邮箱: (选填)
内 容:
验证码: 请点击后输入四位验证码,字母不区分大小写
      

     

©2009 Baidu