|
|
Info |
Last Modified |
| 8 months ago |
|
|
|
|
Description |
A flaw exists in Gallery 1.4 that allows an attacker to include arbitrary files. This flaw is due to the file gallery/setup/index.php not verifying the GALLERY_BASEDIR variable.
|
|
Classification |
Location:
Remote/Network Access Required
OSVDB:
Web Related
|
|
Technical |
On UNIX installations this flaw only exists while setup mode is enabled. On Windows installs this vulnerability exists all of the time.
|
|
Solution |
Upgrade to version 1.4-pl2 of Gallery
If an upgrade is not feasible you can either delete the file gallery/setup/index.php after you have setup the software or open gallery/setup/index.php in a text editor and change the following lines: if (!isset($GALLERY_BASEDIR)) { $GALLERY_BASEDIR = '../'; } to this:
$GALLERY_BASEDIR = '../';
|
|
Products |
|
Gallery
 |
1.4 |
1.4-pl1 |
1.4.1 |
|
|
|
|
|
|
Credit |
Unknown or Incomplete
|
|
BlogsProvided by Technorati
|
None found at this time
|
|
|