10
CVSSv2

CVE-2010-4597

Published: 23/12/2010 Updated: 11/01/2011
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in the save method in the IntegraXor.Project ActiveX control in igcomm.dll in Ecava IntegraXor Human-Machine Interface (HMI) prior to 3.5.3900.10 allows remote malicious users to execute arbitrary code via a long string in the second argument.

Vulnerable Product Search on Vulmon Subscribe to Product

ecava integraxor

Exploits

#!/usr/bin/python # intxpy # Ecava IntegraXor Remote ActiveX Buffer Overflow PoC # Jeremy Brown # December 2010 # wwwintegraxorcom/ # # There is a stack-based buffer overflow in IntegraXor that can be triggered # by passing an overly large value to the "save" method of the IntegraXorProject # control located in igcommdll This control i ...