vendor:
MyHobbySite
by:
YuGj VN
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MyHobbySite
Affected Version From: 1.01
Affected Version To: 1.01
Patch Exists: NO
Related CWE: N/A
CPE: a:myhobbysite:myhobbysite:1.01
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
MyHobbySite 1.01 SQL injection, Bypass Authentication Vulnerability
MyHobbySite 1.01 is vulnerable to SQL injection and authentication bypass. An attacker can exploit this vulnerability by entering malicious SQL queries in the username and password fields. This can be done by entering ' union select 1,concat_ws(0x3a,id,username,password,email),3,4,5 from mhs_users-- - in the username and password fields or by entering ' or 1=1-- - in the username and password fields. This vulnerability can only be exploited when magic_quote_gpc is set to Off.
Mitigation:
Ensure that magic_quote_gpc is set to On and input validation is performed on all user-supplied data.