CVE-2026-7694
SQL Injection in Acrel ECEMS Energy Management System
Publication date: 2026-05-03
Last updated on: 2026-05-05
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| acrel | electrical_ecems_enterprise_microgrid_energy_efficiency_management_system | 1.3.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a flaw in the Acrel Electrical ECEMS Enterprise Microgrid Energy Efficiency Management System version 1.3.0. It exists in an unknown function within the file /SubstationWEBV2/main/elecMaxMinAvgValue. By manipulating the argument named fCircuitids, an attacker can perform an SQL injection attack. This means that malicious SQL code can be inserted and executed on the system's database.
The attack can be launched remotely, and an exploit for this vulnerability has already been published, making it potentially easy for attackers to use.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary SQL commands on the affected system remotely without any authentication or user interaction.
- Potential unauthorized access to sensitive data stored in the database.
- Modification or deletion of data, which can disrupt system operations.
- Compromise of system integrity and availability.
- Since the exploit is publicly available, the risk of exploitation is higher.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability is a SQL injection flaw in Acrel Electrical ECEMS Enterprise Microgrid Energy Efficiency Management System 1.3.0 that can be exploited remotely. Such vulnerabilities can lead to unauthorized access, data breaches, or manipulation of sensitive data.
While the provided information does not explicitly mention compliance impacts, SQL injection vulnerabilities generally pose risks to compliance with standards like GDPR and HIPAA, which require protection of personal and sensitive data against unauthorized access and breaches.
Therefore, if exploited, this vulnerability could potentially lead to violations of data protection requirements under these regulations due to compromised confidentiality, integrity, and availability of data.