CVE-2026-71239 HIGH

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

Vendor Djangocrm
Product django-crm
Weakness CWE-1336
Published August 5, 2026
Last update August 10, 2026

CVSS base score

8.1/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

August 5, 2026 CVE published
August 10, 2026 Record updated

Related vulnerabilities

04Related CVE