vendor:
WBiz Desk
by:
h4ck3r - Faisal Albuloushi
6.4
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: WBiz Desk
Affected Version From: WBiz Desk 1.2
Affected Version To: WBiz Desk 1.2
Patch Exists: NO
Related CWE:
CPE: a:wbiz_desk:wbiz_desk:1.2
Platforms Tested:
2023
WBiz Desk 1.2 – SQL Injection
The WBiz Desk 1.2 application is vulnerable to SQL Injection. An attacker can exploit the 'ticket.php' page by injecting malicious SQL code into the 'tk' parameter, allowing them to execute arbitrary SQL queries.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Implementing parameterized queries or using prepared statements can also help prevent SQL Injection attacks.