vendor:
Bootstrapy CMS
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Bootstrapy CMS
Affected Version From: Latest
Affected Version To: Latest
Patch Exists: NO
Related CWE: N/A
CPE: a:bootstrapy:bootstrapy_cms
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2019
Bootstrapy CMS – Multiple SQL Injection
Bootstrapy CMS is vulnerable to multiple SQL Injection attacks. The vulnerable parameters are thread_id, subject, post-id and thread-id. Attack patterns include 0'XOR(if(now()=sysdate()%2Csleep(5)%2C0))XOR'Z, 0'XOR(if(now()=sysdate()%2Csleep(5)%2C0))XOR'Z, 0'XOR(if(now()=sysdate()%2Csleep(5)%2C0))XOR'Z and 0'XOR(if(now()=sysdate()%2Csleep(0)%2C0))XOR'Z respectively.
Mitigation:
Input validation and sanitization should be implemented to prevent SQL Injection attacks.