vendor:
Inventio Lite
by:
pointedsec
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Inventio Lite
Affected Version From: Version 4 and below
Affected Version To: Version 4
Patch Exists: NO
Related CWE: CVE-2024-44541
CPE: a:evilnapsis:inventio-lite
Platforms Tested: Linux, Windows
2024
Inventio Lite 4 – SQL Injection
SQL injection vulnerability found in the 'username' parameter on the '/?action=processlogin' page of Inventio Lite version 4 and below. The exploit allows an attacker to extract hashed passwords from the database and attempt to decrypt them using a specific hashing algorithm.
Mitigation:
To mitigate this vulnerability, input validation should be implemented to sanitize user inputs and the use of parameterized queries or ORM frameworks is recommended to prevent SQL injection attacks.