CVE-2026-4776
Deferred
Deferred - Pending Action
SQL Injection in Mautic API via Unsanitized Contact Filtering
Publication date: 2026-05-29
Last updated on: 2026-05-29
Assigner: Mautic
Description
Description
An SQL injection vulnerability exists in Mautic's API contact filtering mechanism. Due to insufficient recursive sanitization of nested query parameters, an authenticated API user can bypass input filtering and inject arbitrary SQL commands.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mautic | mautic | From 2.6.0 (inc) |
| mautic | mautic | 4.4.20 |
| mautic | mautic | 5.2.11 |
| mautic | mautic | 6.0.9 |
| mautic | mautic | 7.1.2 |
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. |