vendor:
SmartBlog
by:
C0wnuts
7.5
CVSS
HIGH
Blind SQL injection
89
CWE
Product Name: SmartBlog
Affected Version From: 2.0.1
Affected Version To: 2.0.1
Patch Exists: NO
Related CWE: N/A
CPE: 2.0.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux
2020
SmartBlog 2.0.1 – ‘id_post’ Blind SQL injection
A blind SQL injection is present in the 'id_post' parameter of the 'details' controller. It allows an attacker to extract information from the database by means of successive character tests.
Mitigation:
Input validation and sanitization should be used to prevent SQL injection attacks. Additionally, parameterized queries should be used to prevent SQL injection attacks.