9.3
CVSSv2

CVE-2012-0267

Published: 15/01/2012 Updated: 29/08/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

The StopModule method in the NTR ActiveX control prior to 2.0.4.8 allows remote malicious users to execute arbitrary code via a crafted lModule parameter that triggers use of an arbitrary memory address as a function pointer.

Vulnerable Product Search on Vulmon Subscribe to Product

ntrglobal ntr activex control

Exploits

## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # web site for more information on licensing and terms of use # metasploitcom/ ## require 'msf/core' class Metasploit3 < Msf::Exploit::Remote Rank = NormalRanking include Msf::Exploit::R ...