vendor:
Automne.ws CMS
by:
1nd0n3s14n l4m3r
7.5
CVSS
HIGH
RFI (Remote File Inclusion)
98
CWE
Product Name: Automne.ws CMS
Affected Version From: 4.0.0rc2
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:automne:automne:4.0.0rc2
Platforms Tested:
2009
Automne.ws CMS 4.0.0rc2 Multiple RFI Vulnerability
The vulnerability is caused by the lack of proper sanitization of the variable $_SERVER["DOCUMENT_ROOT"] in multiple PHP files. An attacker can exploit this vulnerability by injecting a malicious file path in the DOCUMENT_ROOT parameter to execute arbitrary remote files.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and validate file paths before including them in PHP scripts. Additionally, access controls should be implemented to restrict unauthorized access to sensitive files.