9.3
CVSSv2

CVE-2007-0352

Published: 19/01/2007 Updated: 16/10/2018
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

Stack-based buffer overflow in Microsoft Help Workshop 4.03.0002 allows user-assisted remote malicious users to execute arbitrary code via a crafted .cnt file composed of lines that begin with an integer followed by a space and a long string.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft html help workshop 4.02.0002

Exploits

//***************** // // PoC exploit for cnt files buffer overflow vulnerability in // Microsoft Help Workshop v4030002 // The tool is standard component of MS Visual Studio v60, 2003 (NET) // // vulnerability found / exploit built by porkythepig // //***************** #include "stdioh" #include "stdlibh" #include "stringh" #include ...