๐Ÿ” CVE Alert

CVE-2026-71239

HIGH 8.1

DjangoCRM: Server-Side Template Injection in Mass Mail Message Rendering

CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

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. An authenticated user with mass-mail message edit rights can inject Django template syntax ({{ }} / {% %}) that executes at render time, enabling disclosure of other users' data and password hashes via request context variables, CSRF token forgery, and inclusion of arbitrary registered templates.

CWE CWE-1336
Vendor djangocrm
Product django-crm
Published Aug 5, 2026
Last Updated Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for djangocrm django-crm

Be the first to know when new high vulnerabilities affecting djangocrm django-crm 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:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

DjangoCRM / django-crm
0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/DjangoCRM/django-crm

Credits

Mirdavlatov Mira'zam