[] NeoSense

Agora.CGI 3/4 - Debug Mode Full Path Disclosure

Author: superpetz
type: remote
platform: cgi
port: 
date_added: 2002-01-28 
date_updated: 2012-09-11 
verified: 1 
codes: CVE-2002-0215;OSVDB-5734 
tags: 
aliases:  
screenshot_url:  
application_url: 

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

Agora.cgi is a freely available, open source shopping cart system.

When debug mode is enabled, it is possible for a remote attacker to display the absolute path to the directory that the agora.cgi script is stored in. This is possible by making a web request for a non-existent .html file.

The remote attacker may potentially use the disclosed information to aid in further "intelligent" attacks against the host running the vulnerable software.

The following example is sufficient to reproduce this issue:

http://agoracgistorehost/cgi-bin/store/agora.cgi?page=pretendpage.html

where pretendpage.html is a non-existent .html file.