{"id":"CVE-2026-71239","published":"2026-08-05T11:16:26.750","lastModified":"2026-08-10T12:17:26.417","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.","cvssScore":8.1,"cvssSeverity":"HIGH","cvssVector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N","cwes":["CWE-1336"],"vendors":[],"products":[],"references":[{"url":"https://github.com/DjangoCRM/django-crm","tags":[]}],"exploitRefs":[{"url":"https://github.com/DjangoCRM/django-crm","tags":[]}],"hasPoc":true,"ai":{"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.","remediation":"Apply official patches for DjangoCRM or sanitize user inputs before rendering them with Django’s Template constructor.","tags":["rce","web","django","template-injection"],"model":"qwen2.5:7b-instruct","analyzedAt":"2026-08-11T06:50:34.055Z"}}