CVE-2025-41005
SQL Injection in Imaster MEMS Events CRM 'keyword' Parameter
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
Can you explain this vulnerability to me?
The vulnerability is an SQL injection in Imaster's MEMS Events CRM, specifically in the 'keyword' parameter of the '/memsdemo/exchange_offers.php' endpoint. This means that an attacker can manipulate the SQL queries executed by the application through this parameter, potentially allowing unauthorized access or modification of the database.
How can this vulnerability impact me? :
This SQL injection vulnerability can allow attackers to access, modify, or delete sensitive data within the CRM database. It can lead to data breaches, loss of data integrity, unauthorized data disclosure, and potentially full compromise of the affected system.