vendor:
phpAtm
by:
KinSize [MHG Security Team]
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: phpAtm
Affected Version From: v1.21
Affected Version To: v1.21
Patch Exists: YES
Related CWE: N/A
CPE: a:phpatm:phpatm
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux, Mac
2006
phpAtm <= v1.21 (include_location) Remote File Inclusion Exploit
phpAtm version 1.21 is vulnerable to a remote file inclusion vulnerability due to the use of the include_location parameter in the confirm.php, index.php and login.php scripts. An attacker can exploit this vulnerability by sending a malicious URL in the include_location parameter. This will allow the attacker to execute arbitrary code on the vulnerable server.
Mitigation:
The best way to mitigate this vulnerability is to ensure that the include_location parameter is properly sanitized and validated before being used in the include() function.