Skip to content

chore(deps): update dependency django to v5.1.15 [security]#217

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pypi-django-vulnerability
Open

chore(deps): update dependency django to v5.1.15 [security]#217
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pypi-django-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Confidence
Django (changelog) 5.1.3 -> 5.1.15 age confidence

GitHub Vulnerability Alerts

CVE-2024-53907

An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. The strip_tags() method and striptags template filter are subject to a potential denial-of-service attack via certain inputs containing large sequences of nested incomplete HTML entities.

CVE-2024-53908

An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. Direct usage of the django.db.models.fields.json.HasKey lookup, when an Oracle database is used, is subject to SQL injection if untrusted data is used as an lhs value. (Applications that use the jsonfield.has_key lookup via __ are unaffected.)

CVE-2024-56374

An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)

CVE-2025-26699

An issue was discovered in Django 5.1 before 5.1.7, 5.0 before 5.0.13, and 4.2 before 4.2.20. The django.utils.text.wrap() method and wordwrap template filter are subject to a potential denial-of-service attack when used with very long strings.

CVE-2025-27556

An issue was discovered in Django 5.1 before 5.1.8 and 5.0 before 5.0.14. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.views.LoginView, django.contrib.auth.views.LogoutView, and django.views.i18n.set_language are subject to a potential denial-of-service attack via certain inputs with a very large number of Unicode characters.

CVE-2025-32873

An issue was discovered in Django 4.2 before 4.2.21, 5.1 before 5.1.9, and 5.2 before 5.2.1. The django.utils.html.strip_tags() function is vulnerable to a potential denial-of-service (slow performance) when processing inputs containing large sequences of incomplete HTML tags. The template filter striptags is also vulnerable, because it is built on top of strip_tags().

CVE-2025-48432

An issue was discovered in Django 5.2 before 5.2.2, 5.1 before 5.1.10, and 4.2 before 4.2.22. Internal HTTP response logging does not escape request.path, which allows remote attackers to potentially manipulate log output via crafted URLs. This may lead to log injection or forgery when logs are viewed in terminals or processed by external systems.

CVE-2025-57833

An issue was discovered in Django 4.2 before 4.2.24, 5.1 before 5.1.12, and 5.2 before 5.2.6. FilteredRelation is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed QuerySet.annotate() or QuerySet.alias().

CVE-2025-59682

An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. The django.utils.archive.extract() function, used by the "startapp --template" and "startproject --template" commands, allows partial directory traversal via an archive with file paths sharing a common prefix with the target directory.

CVE-2025-59681

An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. QuerySet.annotate(), QuerySet.alias(), QuerySet.aggregate(), and QuerySet.extra() are subject to SQL injection in column aliases, when using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed to these methods (on MySQL and MariaDB).

CVE-2025-64459

An issue was discovered in 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8.
The methods QuerySet.filter(), QuerySet.exclude(), and QuerySet.get(), and the class Q(), are subject to SQL injection when using a suitably crafted dictionary, with dictionary expansion, as the _connector argument.
Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.
Django would like to thank cyberstan for reporting this issue.

CVE-2025-64458

An issue was discovered in 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8.
NFKC normalization in Python is slow on Windows. As a consequence, django.http.HttpResponseRedirect, django.http.HttpResponsePermanentRedirect, and the shortcut django.shortcuts.redirect were subject to a potential denial-of-service attack via certain inputs with a very large number of Unicode characters.
Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.
Django would like to thank Seokchan Yoon for reporting this issue.

CVE-2025-13372

An issue was discovered in 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27.
FilteredRelation is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed to QuerySet.annotate() or QuerySet.alias() on PostgreSQL.
Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.
Django would like to thank Stackered for reporting this issue.

CVE-2025-64460

An issue was discovered in 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27.
Algorithmic complexity in django.core.serializers.xml_serializer.getInnerText() allows a remote attacker to cause a potential denial-of-service attack triggering CPU and memory exhaustion via specially crafted XML input processed by the XML Deserializer.
Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.
Django would like to thank Seokchan Yoon for reporting this issue.


Release Notes

django/django (Django)

v5.1.15

Compare Source

v5.1.14

Compare Source

v5.1.13

Compare Source

v5.1.12

Compare Source

v5.1.11

Compare Source

v5.1.10

Compare Source

v5.1.9

Compare Source

v5.1.8

Compare Source

v5.1.7

Compare Source

v5.1.6

Compare Source

v5.1.5

Compare Source

v5.1.4

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/pypi-django-vulnerability branch from 95033c5 to 2631280 Compare January 14, 2025 20:34
@renovate renovate bot changed the title fix(deps): update dependency django to v5.1.4 [security] fix(deps): update dependency django to v5.1.5 [security] Jan 15, 2025
@renovate renovate bot force-pushed the renovate/pypi-django-vulnerability branch 2 times, most recently from 7747127 to 9f4bdc6 Compare March 6, 2025 23:00
@renovate renovate bot changed the title fix(deps): update dependency django to v5.1.5 [security] fix(deps): update dependency django to v5.1.7 [security] Mar 6, 2025
@renovate renovate bot changed the title fix(deps): update dependency django to v5.1.7 [security] fix(deps): update dependency django to v5.1.8 [security] Apr 2, 2025
@renovate renovate bot force-pushed the renovate/pypi-django-vulnerability branch from 9f4bdc6 to 77bae2a Compare April 2, 2025 23:01
@renovate renovate bot changed the title fix(deps): update dependency django to v5.1.8 [security] fix(deps): update dependency django to v5.1.9 [security] May 8, 2025
@renovate renovate bot force-pushed the renovate/pypi-django-vulnerability branch from 77bae2a to 903471d Compare May 8, 2025 17:09
@renovate renovate bot changed the title fix(deps): update dependency django to v5.1.9 [security] fix(deps): update dependency django to v5.1.10 [security] Jun 6, 2025
@renovate renovate bot force-pushed the renovate/pypi-django-vulnerability branch from 903471d to 15c7857 Compare June 6, 2025 19:45
@renovate renovate bot force-pushed the renovate/pypi-django-vulnerability branch from 15c7857 to 55fc478 Compare August 10, 2025 13:55
@renovate renovate bot changed the title fix(deps): update dependency django to v5.1.10 [security] fix(deps): update dependency django to v5.1.12 [security] Sep 10, 2025
@renovate renovate bot force-pushed the renovate/pypi-django-vulnerability branch from 55fc478 to cb4ce97 Compare September 10, 2025 03:04
@renovate renovate bot changed the title fix(deps): update dependency django to v5.1.12 [security] chore(deps): update dependency django to v5.1.12 [security] Sep 25, 2025
@renovate renovate bot force-pushed the renovate/pypi-django-vulnerability branch from cb4ce97 to de3a264 Compare October 2, 2025 01:27
@renovate renovate bot changed the title chore(deps): update dependency django to v5.1.12 [security] chore(deps): update dependency django to v5.1.13 [security] Oct 2, 2025
@renovate renovate bot changed the title chore(deps): update dependency django to v5.1.13 [security] chore(deps): update dependency django to v5.1.14 [security] Nov 6, 2025
@renovate renovate bot force-pushed the renovate/pypi-django-vulnerability branch from de3a264 to 5c8c33c Compare November 6, 2025 02:10
@renovate renovate bot changed the title chore(deps): update dependency django to v5.1.14 [security] chore(deps): update dependency django to v5.1.15 [security] Dec 3, 2025
@renovate renovate bot force-pushed the renovate/pypi-django-vulnerability branch from 5c8c33c to 7d1af32 Compare December 3, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants