3763 : Kietu index.php kietu[url_hit] Variable Remote File Inclusion
Printer | http://osvdb.org/3763 | Email This | Edit Vulnerability

Views This Week

3

Views All Time

43

Info

Last Modified

8 months ago

Percent Complete

85%

Disclosure

Jan 30, 2004

Discovery

Unknown

Dates

Exploit

Jan 30, 2004

Solution

Unknown

Description

Kietu web statistics program contains a flaw that may allow a malicious user to include malicious PHP files from other locations. The issue is triggered when an attacker sends a specially-crafted URL request to the index.php script with the parameter kietu[url_hit] set to specify a malicious file. It is possible that the flaw may allow arbitrary command excution resulting in a loss of confidentiality, integrity, and/or availability.

Classification

Location: Remote/Network Access Required
Attack Type: Input Manipulation
Impact: Loss of Integrity
OSVDB: Web Related

Technical

When requesting a page using the parameter kietu[url_hit] and specifying a location by URL it is possible to include a PHP file from a remote location.

Solution

Currently, there are no known upgrades or patches available to correct this issue from the vendor.

A workaround might be to disable allow_url_fopen and register_globals in PHP unless required by other scripts.

It is also possible to edit the line: require $kietu['url_hit'].'config.php';
making the PHP script contain:
if (file_exists('config.php'))
{
require 'config.php';
}

Products

Kietu
Watch-list
Kietu
Watch-list
2.4
2.5
2.5.a
3.0
3.1

References

Tools & Filters

Nessus

11328

Manual Testing Notes

Credit

Unknown or Incomplete

Blogs

None found at this time

Comments

No Comments.

DONATE NOW!

User Status

Quick Searches

Advertisements

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 2008 Open Source Vulnerability Database (OSVDB), All Rights Reserved.
Privacy Statement - Terms of Use