vendor:
LayerBB Forum
by:
Ihsan Sencan
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: LayerBB Forum
Affected Version From: 1.1.1
Affected Version To: 1.1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:layerbb:layerbb_forum:1.1.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
LayerBB Forum 1.1.1 – ‘search_query’ SQL Injection
LayerBB Forum 1.1.1 is vulnerable to a SQL Injection vulnerability. An attacker can send a specially crafted HTTP POST request to the search.php page with a malicious search_query parameter to execute arbitrary SQL commands in the backend database.
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.