CVE-2025-41006
SQL Injection in Imaster MEMS Events CRM Login Module
Publication date: 2026-01-12
Last updated on: 2026-01-12
Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| imaster | mems_events_crm | * |
| imaster | patient_record_management_system | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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
How can this vulnerability impact me? :
Exploitation of this SQL injection vulnerability can lead to severe impacts such as unauthorized access to sensitive data, data modification or deletion, and potentially full compromise of the backend database. Given the high CVSS score of 9.3, the vulnerability is critical and can severely affect the confidentiality, integrity, and availability of the system.
Can you explain this vulnerability to me?
This vulnerability is an SQL injection in Imaster's MEMS Events CRM, specifically in the 'phone' parameter of the '/memsdemo/login.php' page. An attacker can exploit this flaw by injecting malicious SQL code through the 'phone' parameter, potentially manipulating the database queries executed by the application.