vendor:
SimpleLoginSys
by:
SirGod
7,5
CVSS
HIGH
SQL Injection (Auth Bypass)
89
CWE
Product Name: SimpleLoginSys
Affected Version From: v0.5
Affected Version To: v0.5
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
SimpleLoginSys v0.5 (Auth Bypass) SQL Injection Vulnerability
A vulnerability exists in SimpleLoginSys v0.5, which allows an attacker to bypass authentication by setting the username to [REAL_NICKNAME] ' or ' 1=1 and any password. This is due to the application not properly sanitizing user input.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.