vendor:
thesystem
by:
Sadik Cetin
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 1.0 – ‘server_name’ SQL Injection
Simple SQL injection after login bypass(login_required didn't used). An attacker can send a malicious HTTP POST request with a crafted 'server_name' parameter containing ' or '1=1' to the vulnerable application. This will bypass the authentication and return the data from the database.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.