DjangoCRM ships with its Django SECRET_KEY hardcoded directly in the committed webcrm/settings.py rather than read from an environment variable. Since this key is used for session signing, CSRF token generation, and password reset tokens, anyone who reads the public repository can forge valid session cookies (including for the superadmin account), forge CSRF tokens, and forge password reset tokens, achieving full account takeover.
References
| Link | Resource |
|---|---|
| https://github.com/DjangoCRM/django-crm |
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-05 11:16
Updated : 2026-08-26 17:13
NVD link : CVE-2026-71238
Mitre link : CVE-2026-71238
CVE.ORG link : CVE-2026-71238
JSON object : View
Products Affected
No product.
CWE
CWE-798
Use of Hard-coded Credentials
