vendor:
by:
The-0utl4w
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Username/Password Fields SQL Injection
The username/password fields in the application allow SQL queries to be executed. An attacker can use this vulnerability to extract sensitive information from the database or modify data. In this case, an example exploit is provided to change the admin's password to 'hacked'. Additional SQL queries are also mentioned to gather more information from the database.
Mitigation:
To mitigate this vulnerability, the application should use parameterized queries or input validation to prevent SQL injection attacks. Additionally, access controls and least privilege principles should be implemented to limit the impact of a successful attack.