CVE-2025-2585
Published: 21 March 2025
Summary
CVE-2025-2585 is a high-severity SQL Injection (CWE-89) vulnerability in Org (inferred from references). Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 41.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-2585 is a SQL injection vulnerability (CWE-89) in EBM Maintenance Center from EBM Technologies. Published on 2025-03-21, it carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to network accessibility, low attack complexity, and low required privileges with high impacts on confidentiality, integrity, and availability.
Remote attackers possessing regular (low) privileges can exploit this vulnerability to inject arbitrary SQL commands, enabling them to read sensitive database contents, modify data, and delete records. The lack of user interaction required and unchanged scope make it straightforward for authenticated users to escalate their access within the application's database.
Mitigation details are provided in advisories from TWCERT/CC, accessible at https://www.twcert.org.tw/en/cp-139-10022-8e28e-2.html and https://www.twcert.org.tw/tw/cp-132-10021-8786e-1.html. Security practitioners should consult these references for patching instructions and workarounds specific to the affected EBM Maintenance Center software.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-7272
Vulnerability details
EBM Maintenance Center From EBM Technologies has a SQL Injection vulnerability, allowing remote attackers with regular privileges to inject arbitrary SQL commands to read, modify, and delete database contents.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in network-accessible app directly enables remote exploitation of public-facing application (T1190) and unauthorized access to database contents for collection (T1213.006).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 directly and comprehensively prevents SQL injection in EBM Maintenance Center by requiring validation and sanitization of user inputs before incorporation into database queries.
SI-2 ensures timely identification, reporting, and patching of the specific SQL injection vulnerability in EBM Maintenance Center as recommended in vendor advisories.
SI-4 supports detection of SQL injection exploitation through monitoring of anomalous database access patterns, queries, and data modifications by low-privilege users.