CVE-2026-3105
Received
Received - Intake
SQL Injection in Mautic API Contact Activity Endpoint
Publication date: 2026-02-24
Last updated on: 2026-02-27
Assigner: Mautic
Description
Description
SummaryThis advisory addresses a SQL injection vulnerability in the API endpoint used for retrieving contact activities. A vulnerability exists in the query construction for the Contact Activity timeline where the parameter responsible for determining the sort direction was not strictly validated against an allowlist, potentially allowing authenticated users to inject arbitrary SQL commands via the API.
MitigationPlease update to 4.4.19, 5.2.10, 6.0.8, 7.0.1Β or later.
WorkaroundsNone.
ReferencesIf you have any questions or comments about this advisory:
Email us at [email protected]
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| acquia | mautic | From 2.10.0 (inc) to 4.4.19 (exc) |
| acquia | mautic | From 5.0.0 (inc) to 5.2.10 (exc) |
| acquia | mautic | From 6.0.0 (inc) to 6.0.8 (exc) |
| acquia | mautic | From 7.0.0 (inc) to 7.0.1 (exc) |
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. |