vendor:
Movie Rating System
by:
Tagoletta (Tagmaç)
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Movie Rating System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:movie_rating_system:1.0
Platforms Tested: Ubuntu
2021
Movie Rating System 1.0 – SQLi to RCE (Unauthenticated)
This exploit allows an unauthenticated attacker to execute arbitrary code on the vulnerable system by exploiting a SQL injection vulnerability in the Movie Rating System 1.0. The attacker can craft a malicious SQL query to inject malicious code into the vulnerable system, which can then be executed by the web server.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.