vendor:
TekBase All-in-One
by:
n3wb0ss
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: TekBase All-in-One
Affected Version From: 3.1
Affected Version To: 3.1
Patch Exists: No
Related CWE: N/A
CPE: a:tekbase:tekbase_all-in-one
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
TekBase All-in-One 3.1 Multiple SQL Injection Vulnerabilities
TekBase All-in-One 3.1 is vulnerable to multiple SQL injection vulnerabilities. An attacker can exploit these vulnerabilities to gain access to sensitive information such as usernames and passwords. The first vulnerability can be exploited by an authenticated attacker with admin access. The second vulnerability can be exploited by an unauthenticated attacker with a valid user account. Both vulnerabilities are caused by improper sanitization of user-supplied input in the 'op' and 'y' parameters of the 'admin.php' and 'members.php' scripts respectively.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.