top of page
perceptive_background_267k.jpg

Mautic's getLeadIdsByFieldValueAction (LeadBundle/Controller/AjaxController.php) reads a field parameter from the request, sanitizes it only with InputHelper::c…

Published:

4 August 2026 at 22:00:00

Alert date:

5 August 2026 at 12:07:09

Source:

nvd.nist.gov

Click to open the original link from this advisory

Web Technologies, Enterprise Applications, Database & Storage

CVE-2026-71245 describes a SQL injection vulnerability in Mautic's getLeadIdsByFieldValueAction located in LeadBundle/Controller/AjaxController.php. The vulnerability arises because the 'field' request parameter is sanitized only with InputHelper::clean(), which encodes HTML entities but does not restrict SQL-relevant characters such as spaces and parentheses. The sanitized value is then concatenated directly as a raw SQL column identifier in LeadRepository::buildQueryForGetLeadsByFieldValue(), bypassing Doctrine's parameterization which cannot apply to identifiers. No whitelist validation of column names is performed. Any authenticated user with a valid session can exploit this flaw, as no additional permission checks are enforced on this action. This makes the attack surface relatively broad within a Mautic deployment. Exploitation could allow an attacker to read, manipulate, or exfiltrate data from the underlying database.

Technical details

Mitigation steps:

Affected products:

Mautic

Related links:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Disclaimer: Deze website toont informatie afkomstig van externe bronnen. Perceptive aanvaardt geen verantwoordelijkheid voor de inhoud, juistheid of volledigheid van deze informatie.

bottom of page