Lucene search
K

RaidenHTTPD.txt

🗓️ 06 Feb 2005 00:00:00Reported by Donato FerranteType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

RaidenHTTPD version 1.1.27 has a directory traversal bug affecting file access in Windows systems.

Code
`  
Donato Ferrante  
  
  
Application: RaidenHTTPD  
http://www.raidenhttpd.com/  
  
Version: 1.1.27  
  
Bug: directory traversal  
  
Date: 05-Feb-2005  
  
Author: Donato Ferrante  
e-mail: [email protected]  
web: www.autistici.org/fdonato  
  
  
  
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  
  
1. Description  
2. The bug  
3. The code  
4. The fix  
  
  
  
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  
  
----------------  
1. Description:  
----------------  
  
Vendor's Description:  
  
"RaidenHTTPD is a full featured web server software for Windows 98/Me/  
2000/XP/2003 platforms."  
  
  
  
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  
  
------------  
2. The bug:  
------------  
  
The program by default has some checks to avoid malicious patterns  
like "/../" into http requests, but the program doesn't well manage  
the initial "/" into requests. In fact if you send a request like:  
  
> GET /somefile HTTP/1.1  
  
the webserver will return the requested file if available in the  
DocumentRoot directory.  
  
  
But if you send a request like:  
  
> GET somefile HTTP/1.1  
  
the webserver will return the requested file if available in the  
disk partition where the httpd is installed.  
  
  
  
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  
  
-------------  
3. The code:  
-------------  
  
To test the vulnerability, send a raw http request to the server like:  
  
GET windows/system.ini HTTP/1.1  
Host: localhost  
  
  
this will display Windows' system.ini, if the http server is installed  
on the same partition of Windows.  
  
  
  
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  
  
------------  
4. The fix:  
------------  
  
Vendor was contacted.  
Bug fixed in the version 1.1.31.  
  
  
  
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  
`

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