vendor:
Blue-Smiley-Organizer
by:
Cakes
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Blue-Smiley-Organizer
Affected Version From: 1.32
Affected Version To: 1.32
Patch Exists: NO
Related CWE: N/A
CPE: a:delpino73:blue-smiley-organizer:1.32
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: CentOS7
2019
delpino73 Blue-Smiley-Organizer 1.32 – ‘datetime’ SQL Injection
Multiple SQL Injection vulnerabilities exist in delpino73 Blue-Smiley-Organizer 1.32. An attacker can exploit these vulnerabilities to inject malicious SQL commands into the application which can be used to access, modify or delete data from the database. The first vulnerability is a boolean-based blind SQL injection which can be exploited by sending a specially crafted payload to the 'datetime' parameter. The second vulnerability is a time-based blind SQL injection which can be exploited by sending a specially crafted payload to the 'datetime' parameter. An attacker can also exploit this vulnerability to pop a PHP command shell by sending a specially crafted payload to the 'datetime' parameter.
Mitigation:
Developers should ensure that user input is properly sanitized and validated before being used in SQL queries. Input validation should be performed on both the client-side and server-side. Additionally, developers should use parameterized queries to prevent SQL injection attacks.