vendor:
Building Energy Management System
by:
LiquidWorm
8,8
CVSS
HIGH
SQL Injection / Authentication Bypass
89
CWE
Product Name: Building Energy Management System
Affected Version From: 4ST L-BEMS 1.0.0
Affected Version To: 4ST L-BEMS 1.0.0
Patch Exists: NO
Related CWE: N/A
CPE: a:kevinlab:bems:1.0.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux CentOS 7, Apache 2.4.6, Python 2.7.5, PHP 5.4.16, MariaDB 5.5.68
2021
KevinLAB BEMS 1.0 – Unauthenticated SQL Injection / Authentication Bypass
The application suffers from an unauthenticated SQL Injection vulnerability. Input passed through 'input_id' POST parameter in '/http/index.php' is not properly sanitised before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code and bypass the authentication mechanism.
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to construct SQL queries.