vendor:
Link Directory
by:
camino
3,3
CVSS
LOW
Remote File Inclusion
98
CWE
Product Name: Link Directory
Affected Version From: 1.0.3
Affected Version To: 1.0.3
Patch Exists: YES
Related CWE: N/A
CPE: a:mamboforge:link_directory
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
Link Directory <= v1.0.3 (Mambo/Joomla CMS Component) Remote File Inclusion Vulnerability
Link Directory is a component to publish links. A remote file inclusion vulnerability exists in the toolbar.linkdirectory.html.php file of Link Directory version 1.0.3 and earlier. An attacker can exploit this vulnerability to execute arbitrary PHP code on the vulnerable system by sending a specially crafted HTTP request containing a malicious URL in the mosConfig_absolute_path parameter.
Mitigation:
Add the following line of code after line 8 in the toolbar.linkdirectory.html.php file: defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );