CVE-2026-71240 PUBLISHED

DjangoCRM: Unauthenticated Open Redirect via toggle_default_sorting next_url Parameter

Assigner: TuranSec
Reserved: 05.08.2026 Published: 05.08.2026 Updated: 05.08.2026

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. This enables unauthenticated phishing redirects and referrer-based token leakage via redirect chains.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
CVSS Score: 4.3

Product Status

Vendor DjangoCRM
Product django-crm
Versions Default: unknown
  • Version 0 is affected

Credits

  • Mirdavlatov Mira'zam finder

References

Problem Types

  • CWE-601 URL Redirection to Untrusted Site CWE