4923 : BLNews PHP Source Injection
Printer | http://osvdb.org/4923 | Email This | Edit Vulnerability

Views This Week

2

Views All Time

21

Info

Last Modified

6 months ago

Percent Complete

100%

Disclosure

May 24, 2003

Discovery

Unknown

Dates

Exploit

Unknown

Solution

Unknown

Description

BLNews contains a flaw that may allow a malicious user to manipulate PHP in order to include a local or remote file. The issue exists because BLNews fails to properly initialize server side variables. It is possible that the flaw may allow an attacker to trick PHP subsystem into including remote PHP scripts controled by the attacker that could be used to execute arbitrary commands on the server, resulting in a loss of integrity.

Classification

Location: Remote/Network Access Required
Attack Type: Input Manipulation
Impact: Loss of Integrity
Exploit: Exploit Available
Disclosure: OSVDB Verified

Technical

A misconfiguration on the 'admin/objects.inc.php4' script may allow an attacker to submit the $Server[path] variable, so that the PHP subsystem will include and potentially execute remote PHP scripts.

------------admin/objects.inc.php4------------

if ($itheme!="blubb")
{ include("$Server[path]/admin/tools.inc.php4"); }
include("$Server[path]/admin/$Server[language_file]");

-----------------------------------------------------

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:

At the top of 'objects.inc.php4' make sure you have:
include("server.inc.php4");

Products

BLnews
Watch-list
BLnews
Watch-list
2.1.3

References

Tools & Filters

Nessus

11647

Snort

2147 2148

Credit

  • Over G - overgBrand New Doo Doomail.ru -

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