CVE-2017-7233

UnknownEPSS 2.38%

Last modified

CVE-2017-7233 is a vulnerability of currently unknown severity. Django 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 relies on user input in some cases to redirect the user to an "on success" URL. The security check for these redirects (namely ``django.utils.http.is_safe_url()``) considered some numeric URLs "safe" when they shouldn't be, aka an open redirect vulnerability. EPSS estimates a 2.38% chance of exploitation in the next 30 days.

Description

Django 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 relies on user input in some cases to redirect the user to an "on success" URL. The security check for these redirects (namely ``django.utils.http.is_safe_url()``) considered some numeric URLs "safe" when they shouldn't be, aka an open redirect vulnerability. Also, if a developer relies on ``is_safe_url()`` to provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack.

Metrics

EPSS Probability
2.38%

81.7th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
DjangoprojectDjango1.8.0
DjangoprojectDjango1.8.1
DjangoprojectDjango1.8.2
DjangoprojectDjango1.8.3
DjangoprojectDjango1.8.4
DjangoprojectDjango1.8.5
DjangoprojectDjango1.8.6
DjangoprojectDjango1.8.7
DjangoprojectDjango1.8.8
DjangoprojectDjango1.8.9
DjangoprojectDjango1.8.10
DjangoprojectDjango1.8.11
DjangoprojectDjango1.8.12
DjangoprojectDjango1.8.13
DjangoprojectDjango1.8.14
DjangoprojectDjango1.8.15
DjangoprojectDjango1.8.16
DjangoprojectDjango1.8.17
DjangoprojectDjango1.9
DjangoprojectDjango1.9.1
DjangoprojectDjango1.9.2
DjangoprojectDjango1.9.3
DjangoprojectDjango1.9.4
DjangoprojectDjango1.9.5
DjangoprojectDjango1.9.6
DjangoprojectDjango1.9.7
DjangoprojectDjango1.9.8
DjangoprojectDjango1.9.9
DjangoprojectDjango1.9.10
DjangoprojectDjango1.9.11
DjangoprojectDjango1.9.12
DjangoprojectDjango1.10.0
DjangoprojectDjango1.10.1
DjangoprojectDjango1.10.2
DjangoprojectDjango1.10.3
DjangoprojectDjango1.10.4
DjangoprojectDjango1.10.5
DjangoprojectDjango1.10.6

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2017-7233?
Django 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 relies on user input in some cases to redirect the user to an "on success" URL. The security check for these redirects (namely ``django.utils.http.is_safe_url()``) considered some numeric URLs "safe" when they shouldn't be, aka an open redirect vulnerability. Also, if a developer relies on ``is_safe_url()`` to provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack.
How severe is CVE-2017-7233?
Severity scoring for CVE-2017-7233 is pending analysis. The EPSS model estimates a 2.38% probability of exploitation in the next 30 days.
How do I fix CVE-2017-7233?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2017-7233?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST