vendor:
File Store PRO
by:
SepedaTua
8.8
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: File Store PRO
Affected Version From: 3.2
Affected Version To: 3.2
Patch Exists: No
Related CWE: N/A
CPE: cpe:a:filestore_pro:filestore_pro:3.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006
File Store PRO 3.2 Blind SQL Injection
File Store PRO 3.2 is vulnerable to Blind SQL Injection. An attacker can exploit this vulnerability to gain access to the database and extract sensitive information. The vulnerability exists due to insufficient sanitization of user-supplied input in the "id" parameter of the "confirm.php" script. An attacker can inject malicious SQL queries into the "id" parameter and execute them in the context of the web server user. This can be exploited to gain access to the database and extract sensitive information.
Mitigation:
Sanitize user-supplied input and use parameterized queries.