vendor:
Content Management System using PHP/MySQLi
by:
Zhayi (Zeo)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Content Management System using PHP/MySQLi
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:content_management_system_using_phpmysqli
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WINDOWS 10
2020
Content Management System 1.0 – ‘id’ SQL Injection
Content Management System 1.0 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending a maliciously crafted request to the application. By exploiting this vulnerability, an attacker can gain access to the database and disclose all the contents of the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.