vendor:
Video Gallery Module
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Video Gallery Module
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: No
Related CWE:
CPE: a:php-nuke:video_gallery
Platforms Tested:
Unknown
PHP-Nuke Video Gallery Module SQL Injection Vulnerabilities
The PHP-Nuke Video Gallery module is affected by multiple SQL injection vulnerabilities. These vulnerabilities arise due to the application's failure to properly sanitize user-supplied input before using it in an SQL query. An attacker can exploit these issues to manipulate query logic, potentially gaining unauthorized access to sensitive information like the administrator password hash or corrupting the database data. It may also be possible to exploit latent vulnerabilities in the underlying database implementation.
Mitigation:
To mitigate these vulnerabilities, it is recommended to sanitize user-supplied input before using it in SQL queries. Additionally, keeping the application and underlying database up-to-date with the latest security patches can help prevent exploitation.