Описание
Security update for python-Django
This update for python-Django fixes the following issues:
- CVE-2024-42005: Fixed SQL injection in QuerySet.values() and values_list() (bsc#1228629)
- CVE-2024-41989: Fixed Memory exhaustion in django.utils.numberformat.floatformat() (bsc#1228630)
- CVE-2024-41990: Fixed denial-of-service vulnerability in django.utils.html.urlize() (bsc#1228631)
- CVE-2024-41991: Fixed another denial-of-service vulnerability in django.utils.html.urlize() (bsc#1228632)
- CVE-2022-28346: Fixed SQL injection in QuerySet.annotate(),aggregate() and extra() (bsc#1198398)
- CVE-2019-12308: Fixed XSS in AdminURLFieldWidget (bsc#1136468)
Список пакетов
openSUSE Leap 15.5
Ссылки
- Link for SUSE-SU-2024:2817-1
- E-Mail link for SUSE-SU-2024:2817-1
- SUSE Security Ratings
- SUSE Bug 1136468
- SUSE Bug 1198398
- SUSE Bug 1228629
- SUSE Bug 1228630
- SUSE Bug 1228631
- SUSE Bug 1228632
- SUSE CVE CVE-2019-12308 page
- SUSE CVE CVE-2022-28346 page
- SUSE CVE CVE-2024-41989 page
- SUSE CVE CVE-2024-41990 page
- SUSE CVE CVE-2024-41991 page
- SUSE CVE CVE-2024-42005 page
Описание
An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript link.
Затронутые продукты
Ссылки
- CVE-2019-12308
- SUSE Bug 1136468
Описание
An issue was discovered in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. QuerySet.annotate(), aggregate(), and extra() methods are subject to SQL injection in column aliases via a crafted dictionary (with dictionary expansion) as the passed **kwargs.
Затронутые продукты
Ссылки
- CVE-2022-28346
- SUSE Bug 1198398
Описание
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The floatformat template filter is subject to significant memory consumption when given a string representation of a number in scientific notation with a large exponent.
Затронутые продукты
Ссылки
- CVE-2024-41989
- SUSE Bug 1228629
Описание
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The urlize() and urlizetrunc() template filters are subject to a potential denial-of-service attack via very large inputs with a specific sequence of characters.
Затронутые продукты
Ссылки
- CVE-2024-41990
- SUSE Bug 1228630
Описание
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The urlize and urlizetrunc template filters, and the AdminURLFieldWidget widget, are subject to a potential denial-of-service attack via certain inputs with a very large number of Unicode characters.
Затронутые продукты
Ссылки
- CVE-2024-41991
- SUSE Bug 1228631
Описание
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. QuerySet.values() and values_list() methods on models with a JSONField are subject to SQL injection in column aliases via a crafted JSON object key as a passed *arg.
Затронутые продукты
Ссылки
- CVE-2024-42005
- SUSE Bug 1228632