vendor:
Movie Portal Script
by:
Marc Castejon
N/A
CVSS
HIGH
Error Based Sql Injection, Reflected XSS, Union Query Sql Injection
89, 79
CWE
Product Name: Movie Portal Script
Affected Version From: v7.36
Affected Version To: v7.36
Patch Exists: NO
Related CWE:
CPE: a:itechscripts:movie_portal_script:7.36
Platforms Tested: PHP
2017
Movie Portal Script v7.36 – Multiple Vulnerability
The Movie Portal Script v7.36 is vulnerable to multiple vulnerabilities including Error Based SQL Injection, Reflected XSS, and Union Query SQL Injection. The error based SQL injection vulnerability can be exploited through the 'show_news.php' page with the 'id' parameter. The reflected XSS vulnerability can be exploited through the 'movie.php' page with the 'f' parameter. The union query SQL injection vulnerability can be exploited through the 'movie.php' page with the 'f' parameter and the 'artist-display.php' page with the 'act' parameter.
Mitigation:
The vendor should release a patch to fix these vulnerabilities. In the meantime, users are advised to sanitize input and use prepared statements to prevent SQL injection attacks. Additionally, input validation should be implemented to prevent XSS attacks.