Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:26102
HistoryApr 13, 2011 - 12:00 a.m.

HTB22929: Multiple Path disclosure in WebsiteBaker

2011-04-1300:00:00
vulners.com
7

Vulnerability ID: HTB22929
Reference: http://www.htbridge.ch/advisory/multiple_path_disclosure_in_websitebaker.html
Product: WebsiteBaker
Vendor: Website Baker Org ( http://www.websitebaker2.org/ )
Vulnerable Version: 2.8.1
Vendor Notification: 29 March 2011
Vulnerability Type: Path disclosure
Risk level: Low
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)

Vulnerability Details:
The vulnerability exists due to failure in "/modules/" scripts, it's possible to generate an error that will reveal the full path of the script.
A remote user can determine the full path to the web root directory and other potentially sensitive information.

The following PoC is available:

[code]
http://[host]/modules/code/add.php
http://[host]/modules/code/delete.php
http://[host]/modules/code/modify.php
http://[host]/modules/code/view.php
http://[host]/modules/form/add.php
http://[host]/modules/form/delete.php
[/code]