vendor:
Victor CMS
by:
Furkan Göksel
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Victor CMS
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:victor_alagwu:victor_cms:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Apache2/Linux
2020
Victor CMS 1.0 – Multiple SQL Injection (Authenticated)
The Victor CMS v1.0 application is vulnerable to SQL injection in c_id parameter of admin_edit_comment.php, p_id parameter of admin_edit_post.php, u_id parameter of admin_edit_user.php, edit parameter of admin_update_categories.php. An attacker can inject their SQL payload to these ids or use sqlmap to dump.
Mitigation:
Input validation should be done to prevent SQL injection attacks. Sanitize user input and use parameterized queries.