header-logo
Suggest Exploit
vendor:
PHPSlash
by:
SecurityFocus
7.5
CVSS
HIGH
File Disclosure Vulnerability
200
CWE
Product Name: PHPSlash
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2002

PHPSlash File Disclosure Vulnerability

PHPSlash contains a vulnerability which may disclose files readable to the webserver process on the underlying host to PHPSlash users who can 'edit' URL blocks. Exploitation may result in attackers gaining local access to the webserver or information which could assist in further attacks. Login as admin with GOD permissions, access the BLOCKS admin section (blockAdmin.php3) and create a new block with the following information: Title: notTrusted, Type: url, Site Location: whatever, Source URL: ./config.php3, Expire Length: 0, Owned by section: home, Data: (empty), Order number: whatever. It will display the content of the config.php3 as text in the block of the main page.

Mitigation:

Restrict access to the blockAdmin.php3 page to trusted users.
Source

Exploit-DB raw data:

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

PHPSlash is a widely used open source Groupware utility.

PHPSlash contains a vulnerability which may disclose files readable to the webserver process on the underlying host to PHPSlash users who can 'edit' URL blocks.

Exploitation may result in attackers gaining local access to the webserver or information which could assist in further attacks. 

Login as admin with GOD permissions
Access the BLOCKS admin section
(blockAdmin.php3) and
create a new block with the following information :

Title : notTrusted
Type : url
Site Location : whatever
Source URL : ./config.php3
Expire Length : 0
Owned by section : home
Data : (empty)
Order number : whatever

It will display the content of the config.php3 as text in
the block of the main page.

It might become an issue if blockAdmin.php3 gives
add/edit/remove permission to some users that are
not
supposed to access the filesystem.