CVE-2026-7489
SQL Injection in Sunnet CTMS
Publication date: 2026-05-02
Last updated on: 2026-05-05
Assigner: TWCERT/CC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sunnet | ctms | * |
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 exists in CTMS developed by Sunnet and is a SQL Injection flaw.
It allows authenticated remote attackers to inject arbitrary SQL commands.
This injection can be used to read, modify, and delete the contents of the database.
How can this vulnerability impact me? :
This vulnerability can have serious impacts including unauthorized access to sensitive data.
Attackers can modify or delete database contents, potentially causing data loss or corruption.
Because the vulnerability allows remote exploitation by authenticated users, it increases the risk of data breaches and system compromise.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The SQL Injection vulnerability in Sunnet CTMS allows authenticated remote attackers to read, modify, and delete database contents. Such unauthorized access and manipulation of sensitive data can lead to violations of data protection regulations like GDPR and HIPAA, which require the protection of personal and health information from unauthorized access and alteration.
By enabling attackers to compromise the confidentiality, integrity, and availability of data, this vulnerability poses a significant risk to compliance with these standards, potentially resulting in legal and financial penalties for affected organizations.
What immediate steps should I take to mitigate this vulnerability?
The vulnerability allows authenticated remote attackers to perform SQL injection on the CTMS system developed by Sunnet.
Since no patch or update information is provided in the resources, immediate mitigation steps include restricting authenticated user privileges to the minimum necessary and monitoring database activity for suspicious queries.
Additionally, contacting the vendor for any available updates or guidance is recommended.