vendor:
smbind
by:
IHTeam
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: smbind
Affected Version From: v.0.4.7
Affected Version To: v.0.4.7
Patch Exists: NO
Related CWE: N/A
CPE: a:smbind:smbind
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
2010
smbind <= v.0.4.7 Sql Injection
smbind <= v.0.4.7 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by entering malicious input in the username and password fields. If the magic_quote_gpc is set to Off, the attacker can use blind SQL injection to gain access to the application. The attacker can also use the username field to enter 'admin'; # and the password field to enter any value to gain access to the application.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries. Also, ensure that the magic_quote_gpc is set to On.