[UNIX] phpSysInfo Information Disclosure
- From: SecuriTeam <support@xxxxxxxxxxxxxx>
- Date: 6 Jul 2006 17:08:05 +0200
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
The SecuriTeam alerts list - Free, Accurate, Independent.
Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html
- - - - - - - - -
phpSysInfo Information Disclosure
------------------------------------------------------------------------
SUMMARY
" <http://phpsysinfo.sourceforge.net/> phpSysInfo is a PHP script that
displays information about the host being accessed."
Improper design allows attackers to gain information about files on a
server using phpSysInfo.
DETAILS
Vulnerable Systems:
* phpSysInfo version 2.5.1
A vulnerability which allows an attacker to identify if a file exists on
the remote system has been identified. By supplying a directory traversal
string to lng= in a POST or GET request to index.php with a poison null
byte terminating %00 allows an attacker to determine if any file exists.
The vulnerable function is shown.
if (!file_exists(APP_ROOT . '/includes/lang/' . $lng
'.php')) {
An attacker can determine if the file exists by studying the returned
error message, valid files return the string ?Sorry, we don't support this
language.? and invalid files return the normal phpSysInfo application
page.
Example:
www.somesite.com/phpSysInfo/index.php?template=blue&lng=../../../../../../../../../../../var/log/httpd-error.log%00
ADDITIONAL INFORMATION
The information has been provided by <mailto:wh1t3h4t3@xxxxxxxxxxx>
Micheal Turner.
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@xxxxxxxxxxxxxx
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@xxxxxxxxxxxxxx
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Prev by Date: [NEWS] F5 FirePass 4100 Multiple XSS
- Next by Date: [NEWS] OpenOffice.org Suite File Format Buffer Overflow
- Previous by thread: [NEWS] F5 FirePass 4100 Multiple XSS
- Next by thread: [NEWS] OpenOffice.org Suite File Format Buffer Overflow
- Index(es):
Relevant Pages
|
|