vendor:
RSPA
by:
Hamid Ebadi
7.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: RSPA
Affected Version From: rspa-2007-03-23
Affected Version To:
Patch Exists: Unknown
Related CWE:
CPE:
Platforms Tested: Unknown
Unknown
RSPA Remote File Inclusion
Input passed to the "__IncludeFilePHPClass", "__ClassPath" and "__class" parameters in "rspa/framework/Controller_v5.php" and "rspa/framework/Controller_v4.php" is not properly verified before being used to include files. This can be exploited to execute arbitrary PHP code by including files from local or external resources.
Mitigation:
Implement proper input validation and sanitization to prevent unauthorized file inclusion. Use a whitelist approach to only allow specific file paths to be included.