vendor:
Muviko Video CMS
by:
Kaan KAMIS
9
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Muviko Video CMS
Affected Version From: Muviko Video CMS v1.0
Affected Version To: Muviko Video CMS v1.0
Patch Exists: NO
Related CWE:
CPE: a:muvikoscript:muviko:1.0
Platforms Tested:
2017
Muviko – Video CMS v1.0 – ‘q’ Parameter SQL Injection
The 'q' parameter in Muviko Video CMS v1.0 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries in the 'q' parameter, potentially allowing them to access, modify, or delete the database.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, using prepared statements or parameterized queries can help prevent SQL Injection attacks.