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
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
Published
2026-02-24
Last Modified
2026-02-27
Generated
2026-06-16
AI Q&A
2026-02-24
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 4 associated CPEs
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
CWE Icon
KEV
KEV Icon
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 Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-3105 is a SQL injection vulnerability found in the Contact Activity API sorting functionality of the Mautic application. It occurs because the parameter that controls the sort direction in the Contact Activity timeline API endpoint is not properly validated against an allowlist. This improper validation allows authenticated users to inject arbitrary SQL commands into the query construction process, potentially altering the intended database queries.

This vulnerability is classified under CWE-89, which involves improper neutralization of special elements used in an SQL command, meaning user inputs are not properly sanitized or quoted.

Impact Analysis

An attacker with low privileges and no need for user interaction can exploit this vulnerability remotely. The impact includes a high confidentiality breach, meaning sensitive data could be exposed or accessed unauthorizedly.

The integrity and availability impacts are low, indicating that while data might be exposed, it is less likely to be altered or cause service disruption.

Compliance Impact

I don't know

Detection Guidance

I don't know

Mitigation Strategies

To mitigate this SQL injection vulnerability in the Contact Activity API sorting functionality of Mautic, you should update your Mautic installation to one of the patched versions: 4.4.19, 5.2.10, 6.0.8, 7.0.1 or later.

No workarounds are available, so applying the update is the immediate and recommended step.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-3105. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart