vendor:
DocuShare
by:
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: DocuShare
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
SQL Injection in DocuShare
The vulnerability is present in the last URI segment of the GET request. An attacker can inject SQL code into the URI to manipulate the database and retrieve sensitive information.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent SQL injection attacks. Additionally, the use of web application firewalls (WAFs) can help detect and block SQL injection attempts.