vendor:
ResourceSpace
by:
dd_ (info@malicious.group)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ResourceSpace
Affected Version From: Stable release: 8.6 (Minor: 12603)
Affected Version To: Stable release: 8.6 (Minor: 12603)
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: PHP/MySQL (PHP 7.2 / MySQL 5.7.25-0ubuntu0.18.04.2-log)
2019
ResourceSpace <=8.6 'watched_searches.php' SQL Injection
ResourceSpace <=8.6 is vulnerable to SQL Injection in the 'watched_searches.php' page. An attacker can exploit this vulnerability by sending a malicious SQL query to the vulnerable page. This can be done by appending a malicious SQL query to the 'ref' parameter in the URL. This can allow an attacker to gain access to the database and potentially execute arbitrary code.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query.