vendor:
thesystem
by:
Anıl Baran Yelken
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: thesystem
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:kostasmitroglou:thesystem:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2019
thesystem App 1.0 – ‘username’ SQL Injection
Simple SQL injection after login bypass(login_required didn't used). An attacker can send a specially crafted HTTP request containing an SQL injection payload in the 'username' parameter to the '/check_users/' page. This can be used to bypass authentication and gain access to the application.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.