CVE Catalog

CVE-2026-71240

MediumCVSS 4.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.19%

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

Summary

In DjangoCRM, the 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.

Risk Assessment

An unauthenticated attacker could exploit this for open redirect or phishing attacks within the domain.

Recommendation

Add authentication requirements to the toggle_default_sorting view and restrict allowed redirect paths.

Other vulnerabilities in DjangoCRM

See all
Original NVD description (English source)

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.

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