CVE-2026-71239 Details
Description
DjangoCRM's massmail module renders user-controlled EmlMessage fields (subject, content) through Django's Template constructor with no sanitization, in at least three locations: message_previews.py builds an f-string embedding message.subject/message.content directly into a Template call; email_creators.py passes eml_message.subject directly as a template string to Template; and helpers.py contains the same f-string interpolation pattern.
A vulnerability in the massmail module of DjangoCRM allows for template injection via user-controlled EmlMessage fields, specifically the subject and content. This issue arises because these fields are rendered using Django's Template() constructor without proper sanitization. The vulnerability is present in multiple files within the massmail module, including message_previews.py, email_creators.py, and helpers.py. An authenticated user with rights to edit mass-mail messages can inject Django template syntax, which is executed at render time. This could lead to the disclosure of sensitive information such as other users' data and password hashes through request context variables, CSRF token forgery, and the inclusion of arbitrary registered templates.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 5, 2026CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/DjangoCRM/django-crm | TuranSec | ProductSource CodeVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-1336 | Improper Neutralization of Special Elements Used in a Template Engine | TuranSec |
Affected Products
| Product | Versions |
|---|---|
| DjangoCRM | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 10, 2026 | CVE Modified | TuranSec |
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 5, 2026 | New CVE Received | TuranSec |
Volerion