PT-2026-57139 · WordPress · Mail Mint
CVSS v3.1
4.9
Medium
| Vector | AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Mail Mint versions prior to 1.24.2
Description
This issue is a second-order SQL injection, where a malicious payload is first stored and later executed. Authenticated attackers with administrator-level access or higher can append additional SQL queries to extract sensitive information from the database. The process begins when a payload is stored unsanitized via a POST request to the '/mrm/v1/campaigns/' endpoint, bypassing the
filter recipients() validation. The injection is subsequently triggered by a GET request to the '/mrm/v1/campaigns/{id}' endpoint, which deserializes the recipients parameter and passes the raw ID string through the array column() function into a vulnerable query. This occurs due to insufficient escaping of the recipients parameter and a lack of proper preparation of the SQL query.Recommendations
Update to a version newer than 1.24.1.
Fix
SQL injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Mail Mint