ALT-BU-2017-3052-1
Branch sisyphus update bulletin.
Closed bugs
[FR] обновить пиктограмму mintmenu-altlinux
Closed bugs
Fatal Python error: getentropy() failed Ошибка сегментирования
Closed bugs
После пересборки: OSError: [Errno 38] Function not implemented
Package python-module-django updated to version 1.8.18-alt1 for branch sisyphus in task 181646.
Closed vulnerabilities
Modified: 2024-11-21
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.
- DSA-3835
- DSA-3835
- 97406
- 97406
- 1038177
- 1038177
- RHSA-2017:1445
- RHSA-2017:1445
- RHSA-2017:1451
- RHSA-2017:1451
- RHSA-2017:1462
- RHSA-2017:1462
- RHSA-2017:1470
- RHSA-2017:1470
- RHSA-2017:1596
- RHSA-2017:1596
- RHSA-2017:3093
- RHSA-2017:3093
- RHSA-2018:2927
- RHSA-2018:2927
- https://www.djangoproject.com/weblog/2017/apr/04/security-releases/
- https://www.djangoproject.com/weblog/2017/apr/04/security-releases/
Modified: 2024-11-21
CVE-2017-7234
A maliciously crafted URL to a Django (1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18) site using the ``django.views.static.serve()`` view could redirect to any other domain, aka an open redirect vulnerability.