[UNIX] PHP Manpage Lookup File Disclosure
From: SecuriTeam (support_at_securiteam.com)
Date: 01/13/04
- Previous message: SecuriTeam: "[NEWS] Vulnerabilities in H.323 Message Processing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: list@securiteam.com Date: 13 Jan 2004 19:18:58 +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
- - - - - - - - -
PHP Manpage Lookup File Disclosure
------------------------------------------------------------------------
SUMMARY
<http://php.amnuts.com> Manpage Lookup is a PHP class that helps you to
build a "manpage" frontend in PHP. A vulnerability in the product allows
remote attackers to view the content of arbitrary files.
DETAILS
The script class.manpagelookup.php is vulnerable to a directory
transversal bug that could lead to disclose any readable (by the HTTPd
process id) files on the remote server.
The problem is located in the function buildManPage(), as the $cmd
variable is not properly filtered allowing any file to be opened.
Exploit:
The following URL will display the content of the /etc/resolv.conf file
http://www.foo.com/manpage/index.php?command=/etc/resolv.conf
Vendor status:
The vulnerability has been fixed by Andy (author). Anyone using this
script should upgrade to the latest version.
ADDITIONAL INFORMATION
The information has been provided by
<mailto:aurelien.cabezon@isecurelabs.com> Cabezon Aurélien.
========================================
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@securiteam.com
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com
====================
====================
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.
- Previous message: SecuriTeam: "[NEWS] Vulnerabilities in H.323 Message Processing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|