vendor:
File Management System
by:
KeopssGroup0day,Inc
8.8
CVSS
HIGH
Persistent Cross-Site Scripting
79
CWE
Product Name: File Management System
Affected Version From: 0.1.0
Affected Version To: 0.1.0
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2020
File Management System 1.1 – Persistent Cross-Site Scripting
A persistent cross-site scripting vulnerability exists in File Management System 1.1. An attacker can inject malicious JavaScript code into the 'name' parameter of the 'view_admin.php' page, which will be executed when the page is viewed. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Mitigation:
Input validation should be used to prevent the injection of malicious code into the application. All user-supplied input should be validated and filtered before being used in the application.