CVE-2026-71240

MEDIUM CVSS 3.1: 4.3 EPSS 0.19%
Updated Aug 10, 2026
Djangocrm
Parameter Value
CVSS 4.3 (MEDIUM)
Type CWE-601 (Open Redirect)
Vendor Djangocrm
Public PoC No

DjangoCRM's toggle_default_sorting view is the only route in common/urls.py that is not wrapped in login_required or staff_member_required, and it redirects to a caller-supplied next_url GET parameter after only checking secure_url(next_url), which merely verifies the target host matches the current site's domain (blocking only cross-domain redirects) while allowing any same-site path with no authentication required to reach the view.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
None
No privileges needed
User Interaction
Required
User action required

Impact Assessment

Confidentiality
None
No data leak
Integrity
Low
Partial data modification
Availability
None
No disruption

CVSS Vector v3.1

Weakness Type (CWE)

Vulnerable Products

djangocrm:django-crm