๐Ÿ” CVE Alert

CVE-2026-71245

HIGH 7.1

Mautic - SQL Injection via field Parameter in Lead-by-Field-Value AJAX Endpoint

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

Mautic's getLeadIdsByFieldValueAction (LeadBundle/Controller/AjaxController.php) reads a field parameter from the request, sanitizes it only with InputHelper::clean (which HTML-entity-encodes quotes and angle brackets but does not restrict other characters), and passes it into LeadRepository::buildQueryForGetLeadsByFieldValue where it is concatenated directly as a raw SQL column identifier ( = 'l.'.) rather than being validated against a whitelist of real column names or passed as a bound parameter.

CWE CWE-89
Vendor mautic
Product mautic
Published Aug 5, 2026
Last Updated Aug 10, 2026
Stay Ahead of the Next One

Get instant alerts for mautic mautic

Be the first to know when new high vulnerabilities affecting mautic mautic are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

mautic / mautic
0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/mautic/mautic

Credits

Bobur Abdugafforov