QID 981394
QID 981394: Python (pip) Security Update for django (GHSA-37hp-765x-j95x)
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.
Successful exploitation of this vulnerability may affect the confidentiality, integrity, and availability of the targeted user.
Solution
Customers are advised to refer to GHSA-37hp-765x-j95x for updates pertaining to this vulnerability.
Vendor References
- GHSA-37hp-765x-j95x -
github.com/advisories/GHSA-37hp-765x-j95x
CVEs related to QID 981394
Software Advisories
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| GHSA-37hp-765x-j95x | django |
|