CVE-2019-10852
Description
Computrols CBAS 18.0.0 allows Authenticated Blind SQL Injection via the id GET parameter, as demonstrated by the index.php?m=servers&a=start_pulling&id= substring.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Computrols CBAS 18.0.0 is vulnerable to authenticated blind SQL injection via the id parameter in the start_pulling endpoint, allowing attackers to extract sensitive data.
Vulnerability
Computrols CBAS version 18.0.0 contains an authenticated blind SQL injection vulnerability in the id GET parameter of the index.php?m=servers&a=start_pulling endpoint. The parameter is not sanitized before being used in a database query, allowing an attacker with valid credentials to inject arbitrary SQL statements. This issue was disclosed by Applied Risk [1] and a proof-of-concept exploit has been published [3].
Exploitation
An attacker must first authenticate to the CBAS web interface. Once authenticated, they can craft a malicious id parameter value containing SQL injection payloads. Because the injection is blind, the attacker typically uses time-based or boolean-based techniques to infer information from the database. The exploit details are available in the public advisory [2] and the Packet Storm posting [3].
Impact
Successful exploitation allows an authenticated attacker to extract arbitrary data from the underlying database, including user credentials, configuration details, and other sensitive information. This compromises the confidentiality of the system and could lead to further attacks against the building automation network.
Mitigation
As of the publication date, no official patch has been released by Computrols. Users are advised to upgrade to a patched version if one becomes available, or to implement input validation and parameterized queries as a workaround. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog. The advisory [1] and exploit details [3] provide further guidance.
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Computrols/CBASdescription
- Range: <= 18.0.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- packetstormsecurity.com/files/155251/Computrols-CBAS-Web-19.0.0-Blind-SQL-Injection.htmlmitrex_refsource_MISC
- applied-risk.com/index.php/download_file/view/196/165mitrex_refsource_MISC
- applied-risk.com/labs/advisoriesmitrex_refsource_MISC
News mentions
0No linked articles in our index yet.