vendor:
CMSsite
by:
BKpatron
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: CMSsite
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:victor_alagwu:cms_site
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Win 10
2020
Victor CMS 1.0 – ‘post’ SQL Injection
The Victor CMS v1.0 application is vulnerable to SQL injection via the 'post' parameter on the post.php page. The back-end DBMS is MySQL and the web application technology is PHP, Apache 2.4.39, PHP 7.2.18. An attacker can exploit this vulnerability by sending a malicious payload to the 'post' parameter. This payload can be a boolean-based blind, error-based, time-based blind, or a UNION query.
Mitigation:
Developers should ensure that user input is properly sanitized and validated before being used in a SQL query.