extropia webstore 1.0/2.0 - Directory Traversal
Author: f0bic
type: remote
platform: cgi
port:
date_added: 2000-10-09
date_updated: 2012-08-06
verified: 1
codes: CVE-2000-1005;OSVDB-431
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/1774/info
Extropia WebStore is an e-commerce shopping cart application consisting of routines for error handling, order processing, encrypted mailing, frames, Javascript and VBscript.
The routine web_store.cgi does not properly handle the $file_extension variable if null characters are used.
For example if the following URL was requested, the file in question would not be delivered to the user:
http://target/cgi-bin/Web_Store/web_store.cgi?page=../../../path/filename.ext
However, by using the escaped character "%00", the requested file would be accessed successfully:
http://target/cgi-bin/Web_Store/web_store.cgi?page=../../../path/filename%00ext
Successful exploitation could lead to a remote intruder gaining read access to any known file.