Kostasmitroglou · Password Management Application · CVE-2019-25346
**Name of the Vulnerable Software and Affected Versions**
TheSystem version 1.0
**Description**
The software contains a SQL injection flaw that enables attackers to bypass authentication. This is achieved by manipulating the `server name` parameter to inject malicious SQL code, such as ' or '1=1', allowing unauthorized access to database records and potentially sensitive system information.
**Recommendations**
Apply input validation and sanitization to the `server name` parameter to prevent the injection of malicious SQL code.