vendor:
Webloader v8
by:
ByEge
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name: Webloader v8
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2010
Webloader v8 SQL Injection Vulnerability
The webloader v8 script is vulnerable to SQL injection. The 'vid' parameter in the 'vidgoster.php' script is not properly sanitized, allowing an attacker to inject SQL code into the query and manipulate the database.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to ensure that user input is properly sanitized before being used in database queries.