vendor:
Stafflist
by:
Hassan Khan Yusufzai - Splint3r7
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Stafflist
Affected Version From: 3.1.2002
Affected Version To: 3.1.2002
Patch Exists: NO
Related CWE:
CPE: a:wordpress:stafflist:3.1.2
Platforms Tested: Firefox
2022
WordPress Plugin stafflist 3.1.2 – SQLi (Authenticated)
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'search' parameter of the 'admin.php' script when processing a search request. A remote authenticated attacker can execute arbitrary SQL commands in application's database, cause denial of service, access or modify sensitive data, exploit various vulnerabilities in the underlying SQL server software, etc.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability. All input data should be carefully verified before being used in SQL queries.