CVE-2026-71238 CRITICAL

CVE-2026-71238: DjangoCRM - Hardcoded Django SECRET_KEY Enables Session and CSRF Token Forgery

Vendor Djangocrm
Product django-crm
Weakness CWE-798 · Hardcoded credentials
Published August 5, 2026
Last update August 10, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

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

Related vulnerabilities

04Related CVE