Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 18, 2024

This PR contains the following updates:

Package Change Age Confidence
Django (changelog) ==4.2.10==4.2.18 age confidence
Django (changelog) ==4.2.9==4.2.18 age confidence
django (changelog) ==4.2.10==4.2.20 age confidence

GitHub Vulnerability Alerts

CVE-2024-27351

In Django 3.2 before 3.2.25, 4.2 before 4.2.11, and 5.0 before 5.0.3, the django.utils.text.Truncator.words() method (with html=True) and the truncatewords_html template filter are subject to a potential regular expression denial-of-service attack via a crafted string. NOTE: this issue exists because of an incomplete fix for CVE-2019-14232 and CVE-2023-43665.

CVE-2024-38875

An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with a very large number of brackets.

CVE-2024-39330

An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. Derived classes of the django.core.files.storage.Storage base class, when they override generate_filename() without replicating the file-path validations from the parent class, potentially allow directory traversal via certain inputs during a save() call. (Built-in Storage sub-classes are unaffected.)

CVE-2024-39329

An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. The django.contrib.auth.backends.ModelBackend.authenticate() method allows remote attackers to enumerate users via a timing attack involving login requests for users with an unusable password.

CVE-2024-39614

An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. get_supported_language_variant() was subject to a potential denial-of-service attack when used with very long strings containing specific characters.

CVE-2024-41989

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-41990

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-42005

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-41991

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-45230

An issue was discovered in Django 5.1 before 5.1.1, 5.0 before 5.0.9, and 4.2 before 4.2.16. 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-45231

An issue was discovered in Django v5.1.1, v5.0.9, and v4.2.16. The django.contrib.auth.forms.PasswordResetForm class, when used in a view implementing password reset flows, allows remote attackers to enumerate user e-mail addresses by sending password reset requests and observing the outcome (only when e-mail sending is consistently failing).

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-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-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-2024-24680

An issue was discovered in Django 3.2 before 3.2.24, 4.2 before 4.2.10, and Django 5.0 before 5.0.2. The intcomma template filter was subject to a potential denial-of-service attack when used with very long strings.

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.


Release Notes

django/django (Django)

v4.2.18

Compare Source

v4.2.17

Compare Source

v4.2.16

Compare Source

v4.2.15

Compare Source

v4.2.14

Compare Source

v4.2.13

Compare Source

v4.2.12

Compare Source

v4.2.11

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@forking-renovate forking-renovate bot added the automerge Merge the pull request once unit tests and other checks pass. label Mar 18, 2024
@renovate-bot renovate-bot requested a review from a team as a code owner March 18, 2024 20:58
@dpebot
Copy link
Collaborator

dpebot commented Mar 18, 2024

/gcbrun

@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 19, 2024
@renovate-bot renovate-bot changed the title chore(deps): update dependency django to v4.2.11 [security] chore(deps): update dependency django to v4.2.14 [security] Jul 10, 2024
@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from b435146 to d88b9ba Compare July 10, 2024 22:06
@dpebot
Copy link
Collaborator

dpebot commented Jul 10, 2024

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency django to v4.2.14 [security] chore(deps): update dependency django [security] Aug 7, 2024
@renovate-bot renovate-bot changed the title chore(deps): update dependency django [security] chore(deps): update dependency django to v4.2.15 [security] Aug 7, 2024
@renovate-bot renovate-bot changed the title chore(deps): update dependency django to v4.2.15 [security] chore(deps): update dependency django [security] Oct 8, 2024
@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from d88b9ba to d626b98 Compare October 8, 2024 21:20
@dpebot
Copy link
Collaborator

dpebot commented Oct 8, 2024

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency django [security] chore(deps): update dependency django to v4.2.16 [security] Oct 9, 2024
@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from d626b98 to 3e4c7e8 Compare October 9, 2024 01:20
@dpebot
Copy link
Collaborator

dpebot commented Oct 9, 2024

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency django to v4.2.16 [security] chore(deps): update dependency django [security] Dec 6, 2024
@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 3e4c7e8 to 65a2c02 Compare December 6, 2024 18:44
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency django [security] chore(deps): update dependency django to v4.2.17 [security] Dec 6, 2024
@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 65a2c02 to c5efc9a Compare December 6, 2024 21:51
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency django to v4.2.17 [security] chore(deps): update dependency django [security] Jan 14, 2025
@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from c5efc9a to a648078 Compare January 14, 2025 22:21
@dpebot
Copy link
Collaborator

dpebot commented Jan 14, 2025

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency django [security] chore(deps): update dependency django to v4.2.18 [security] Jan 15, 2025
@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from a648078 to 79ec444 Compare January 15, 2025 03:12
@dpebot
Copy link
Collaborator

dpebot commented Jan 15, 2025

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency django to v4.2.18 [security] chore(deps): update dependency django [security] Mar 6, 2025
@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 79ec444 to 11a8405 Compare March 6, 2025 22:51
@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 256816b to 6c15e85 Compare October 4, 2025 22:38
@dpebot
Copy link
Collaborator

dpebot commented Oct 4, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 6c15e85 to b5d5335 Compare October 5, 2025 06:44
@dpebot
Copy link
Collaborator

dpebot commented Oct 5, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from b5d5335 to 556781e Compare October 5, 2025 15:06
@dpebot
Copy link
Collaborator

dpebot commented Oct 5, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 556781e to 5159778 Compare October 5, 2025 22:28
@dpebot
Copy link
Collaborator

dpebot commented Oct 5, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 5159778 to f5566ab Compare October 6, 2025 06:28
@dpebot
Copy link
Collaborator

dpebot commented Oct 6, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from f5566ab to 350efc6 Compare October 6, 2025 16:14
@dpebot
Copy link
Collaborator

dpebot commented Oct 6, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 350efc6 to e9435ae Compare October 6, 2025 23:33
@dpebot
Copy link
Collaborator

dpebot commented Oct 6, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from e9435ae to ef64518 Compare October 7, 2025 07:43
@dpebot
Copy link
Collaborator

dpebot commented Oct 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from ef64518 to 43ad8cb Compare October 7, 2025 22:58
@dpebot
Copy link
Collaborator

dpebot commented Oct 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 43ad8cb to 2e84a86 Compare October 8, 2025 12:46
@dpebot
Copy link
Collaborator

dpebot commented Oct 8, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 2e84a86 to 4c5ec28 Compare October 8, 2025 22:37
@dpebot
Copy link
Collaborator

dpebot commented Oct 8, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 4c5ec28 to 22c1c72 Compare October 8, 2025 23:54
@dpebot
Copy link
Collaborator

dpebot commented Oct 8, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 22c1c72 to 474ca76 Compare October 9, 2025 02:58
@dpebot
Copy link
Collaborator

dpebot commented Oct 9, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-django-vulnerability branch from 474ca76 to 5abd7d3 Compare October 15, 2025 23:53
@renovate-bot renovate-bot changed the title chore(deps): update dependency django to v4.2.25 [security] chore(deps): update dependency django [security] Oct 15, 2025
@dpebot
Copy link
Collaborator

dpebot commented Oct 15, 2025

/gcbrun

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.

2 participants