CVE Catalog

CVE-2026-71239

HighCVSS 8.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

13th percentile - higher than 13% of all known CVEs

Summary

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, email_creators.py, and helpers.py.

Risk Assessment

This could lead to Server-Side Template Injection, potentially allowing arbitrary code execution on the server or data theft.

Recommendation

Update DjangoCRM to a patched version or sanitize user input before using it in templates.

Other vulnerabilities in DjangoCRM

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS