7170 : PHP FirstPost article.php Path Disclosure
Printer | http://osvdb.org/7170 | Email This | Edit Vulnerability

Views This Week Views All Time Added to OSVDB Last Modified Modified (since 2008) Percent Complete
9 361 over 8 years ago about 1 year ago 4 times 90%

Timeline

Disclosure Date Exploit Publish Date
2002-03-12 2002-03-12

Description

PHP FirstPost contains a flaw in the "article.php" script that may lead to an unauthorized information disclosure.  The issue is triggered when sending a specially-crafted HTTP request containing a non-existent post reply number, which will disclose the path of the web root directory, resulting in a loss of confidentiality.

Classification

Location: Remote / Network Access
Attack Type: Information Disclosure
Impact: Loss of Integrity
Exploit: Exploit Public
Disclosure: OSVDB Verified
OSVDB: Web Related

Solution

Currently, there are no known upgrades or patches to correct this issue. It is possible to correct the flaw by implementing the following workaround provided by ALPER Research Labs Security Advisory ARL02-A05:

Put an IF ELSE statement in the article.php:
if ($requested_post_number == "") {
die ("Post number not found!");
}
else {
// the original script functions
}

Products

greatunknown
Watch-list
PHP FirstPost
Watch-list
0.1

References

Tools & Filters

Nikto

267

Manual Testing Notes

Credit

  • Ahmet Sabri ALPER - s_alperhotmail.com - Olympos Turkish Security Portal

CVSSv2 Score

CVSSv2 Base Score = 5.0
Source: nvd.nist.gov | Generated: 2003-12-31 | Disagree?

Access_vector_2 Access_complexity_2 Authentication_2 Confidentiality_impact_1 Integrity_impact_0 Availability_impact_0

Blogs

This section lists the latest news and blogs found via the daylife API (and for older items, the technorati API), which mention or otherwise discuss this vulnerability.

None found at this time

Comments

No Comments.

The database information may change without any notice. Use of the information constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. In no event shall the copyright holder or distributor (OSVDB or OSF) be held liable for any damages whatsoever arising out of or in connection with the use or spread of this information.

© Copyright 2012 Open Source Vulnerability Database (OSVDB), All Rights Reserved.
Privacy Statement - Terms of Use