vendor:
Latrix
by:
cptsticky
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Latrix
Affected Version From: 0.6.0
Affected Version To: 0.6.0
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu 20.04
2021
Latrix 0.6.0 – ‘txtaccesscode’ SQL Injection
Latrix 0.6.0 is vulnerable to SQL Injection via the 'txtaccesscode' parameter. An attacker can exploit this vulnerability by sending a malicious payload to the vulnerable parameter. This can be done by sending a POST request to the 'inandout.php' page with the malicious payload in the 'txtaccesscode' parameter. The payload used to exploit this vulnerability is 'txtaccesscode=-3451' OR 7070=7070#&btnsubmit=Submit'. This payload can be used to bypass authentication and gain access to the application.
Mitigation:
Developers should ensure that user input is properly sanitized and validated before being used in SQL queries.