← Back to search

CVE-2026-71239

8.1 HIGHpublic exploit available

Published 2026-08-05 · Updated 2026-08-10

AI risk analysis

Summary
The flaw allows attackers to inject malicious code through user-controlled EmlMessage fields, leading to potential remote code execution.
Exploitability
Exploitation requires access to the massmail module and knowledge of Django's Template constructor vulnerabilities; preconditions include unpatched DjangoCRM installations.
Blast radius
If exploited, this could lead to data breaches, system compromise, or unauthorized actions within the application.
Prioritized remediation
Apply official patches for DjangoCRM or sanitize user inputs before rendering them with Django’s Template constructor.
rcewebdjangotemplate-injection

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD 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.

CVSS vector

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

Weaknesses

CWE-1336

Public exploit & PoC references

All references

Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.