vendor:
Feindura CMS
by:
7.5
CVSS
HIGH
Local File Include and Cross-Site Scripting
22
CWE
Product Name: Feindura CMS
Affected Version From: 1.0rc
Affected Version To: 1.0rc
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Feindura CMS Local File Include and Cross-Site Scripting Vulnerabilities
Feindura CMS is prone to multiple local file-include vulnerabilities and a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input. An attacker can exploit the local file-include vulnerabilities using directory-traversal strings to view and execute local files within the context of the webserver process. Information harvested may aid in further attacks. The attacker may leverage the cross-site scripting issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.
Mitigation:
To mitigate the local file-include vulnerabilities, it is recommended to implement proper input validation and sanitization techniques. Additionally, access controls should be enforced to restrict unauthorized access to sensitive files. To mitigate the cross-site scripting vulnerability, input validation and output encoding should be implemented to prevent the execution of malicious scripts.