vendor:
Tube Ace
by:
Daniel Godoy
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Tube Ace
Affected Version From: N/A
Affected Version To: N/A
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: Linux
2012
Tube Ace(Adult PHP Tube Script) SQL Injection
Tube Ace is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the 'q' parameter in the 'search' module. This can be exploited to disclose sensitive information from the database, modify data, or exploit further vulnerabilities in the underlying SQL server.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user input and use parameterized queries.