vendor:
Kronos Telestaff Web Application
by:
(Pending)
3,3
CVSS
LOW
Blind SQL Injection
89
CWE
Product Name: Kronos Telestaff Web Application
Affected Version From: < 2.92EU29
Affected Version To: < 2.92EU29
Patch Exists: NO
Related CWE: (Pending)
CPE: 2.3:a:kronos:kronos_telestaff_web_application:2.92eu29
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
(Pending)
Kronos Telestaff Web Application Blind SQL Injection Vulnerability
The login form of the Kronos Telestaff Web Application is vulnerable to blind SQL injection by an unauthenticated user. The vulnerability is due to the unsanitized POST parameter 'user' in the login page. The exploit requires a valid 'code' in the post body, which is often a 4 digit number and can be easily discovered in ~5000 requests. Proof of concept 1 can be used to extract data from the database, while proof of concept 2 can be used to execute code remotely.
Mitigation:
Input validation should be performed to ensure that user-supplied data is properly sanitized before being used in SQL queries.