vendor:
Ariadne
by:
Cyber-Security.Org
8,8
CVSS
HIGH
Remote File Include
98
CWE
Product Name: Ariadne
Affected Version From: 2.4
Affected Version To: 2.4
Patch Exists: NO
Related CWE: N/A
CPE: a:ariadne:ariadne
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
Ariadne v2.4 (store_config[code]) Remote File Include Vuln
A vulnerability exists in Ariadne v2.4, which allows a remote attacker to include a file from a remote location. The vulnerability is due to the 'store_config[code]' parameter not properly sanitized before being used in an include_once() function call. This can be exploited to include arbitrary files from remote locations by passing a URL as the parameter value. Successful exploitation requires that 'allow_url_fopen' is enabled.
Mitigation:
Disable 'allow_url_fopen' and ensure that user input is properly sanitized before being used in an include_once() function call.