vendor:
Simple CMS
by:
Ahmet Ümit BAYRAM
7.4
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple CMS
Affected Version From: 5
Affected Version To: 5
Patch Exists: NO
Related CWE:
CPE: a:phpjabbers:simple_cms:5.0
Platforms Tested: Kali Linux
2023
PHPJabbers Simple CMS 5.0 – SQL Injection
A SQL injection vulnerability exists in PHPJabbers Simple CMS 5.0. An attacker can send a specially crafted HTTP request to the vulnerable application in order to exploit this vulnerability. The payloads used in the exploit are boolean-based blind and error-based. The boolean-based blind payload is used to replace the original value of the parameter 'column' with a malicious value. The error-based payload is used to extract the value of the parameter 'column' using the EXTRACTVALUE function.
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.