Skip to content

Update dependency django to v5.1.14 [SECURITY]#100

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

Update dependency django to v5.1.14 [SECURITY]#100
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/pypi-django-vulnerability

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Feb 7, 2024

This PR contains the following updates:

Package Change Age Confidence
django (changelog) 5.0.15.1.14 age confidence
django (changelog) ==5.0.1==5.1.14 age confidence

Django denial-of-service attack in the intcomma template filter

CVE-2024-24680 / GHSA-xxj9-f6rv-m3x4

More information

Details

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.

Severity

  • CVSS Score: 8.2 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Regular expression denial-of-service in Django

CVE-2024-27351 / GHSA-vm8q-m57g-pff3

More information

Details

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.

Severity

  • CVSS Score: 5.3 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django Path Traversal vulnerability

CVE-2024-39330 / GHSA-9jmf-237g-qf46

More information

Details

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.)

Severity

  • CVSS Score: 8.7 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django vulnerable to Denial of Service

CVE-2024-38875 / GHSA-qg2p-9jwr-mmqf

More information

Details

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.

Severity

  • CVSS Score: 8.7 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django vulnerable to user enumeration attack

CVE-2024-39329 / GHSA-x7q2-wr7g-xqmf

More information

Details

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.

Severity

  • CVSS Score: 6.9 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django vulnerable to Denial of Service

CVE-2024-39614 / GHSA-f6f8-9mx6-9mx2

More information

Details

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.

Severity

  • CVSS Score: 8.7 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django memory consumption vulnerability

CVE-2024-41989 / GHSA-jh75-99hh-qvx9

More information

Details

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.

Severity

  • CVSS Score: 6.9 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django vulnerable to a denial-of-service attack

CVE-2024-41990 / GHSA-795c-9xpc-xw6g

More information

Details

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.

Severity

  • CVSS Score: 6.9 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django SQL injection vulnerability

CVE-2024-42005 / GHSA-pv4p-cwwg-4rph

More information

Details

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.

Severity

  • CVSS Score: 9.3 / 10 (Critical)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django vulnerable to denial-of-service attack

CVE-2024-41991 / GHSA-r836-hh6v-rg5g

More information

Details

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.

Severity

  • CVSS Score: 6.9 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django vulnerable to denial-of-service attack via the urlize() and urlizetrunc() template filters

CVE-2024-45230 / GHSA-5hgc-2vfp-mqvc

More information

Details

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.

Severity

  • CVSS Score: 6.9 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django allows enumeration of user e-mail addresses

CVE-2024-45231 / GHSA-rrqc-c2jx-6jgv

More information

Details

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).

Severity

  • CVSS Score: 6.3 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django denial-of-service in django.utils.html.strip_tags()

CVE-2024-53907 / GHSA-8498-2h75-472j

More information

Details

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.

Severity

  • CVSS Score: 6.6 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django SQL injection in HasKey(lhs, rhs) on Oracle

CVE-2024-53908 / GHSA-m9g8-fxxm-xg86

More information

Details

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.)

Severity

  • CVSS Score: 7.2 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django has a potential denial-of-service vulnerability in IPv6 validation

CVE-2024-56374 / GHSA-qcgg-j2x8-h9g8

More information

Details

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.)

Severity

  • CVSS Score: 5.8 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django vulnerable to Allocation of Resources Without Limits or Throttling

CVE-2025-26699 / GHSA-p3fp-8748-vqfq

More information

Details

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.

Severity

  • CVSS Score: 5.0 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django Potential Denial of Service (DoS) on Windows

CVE-2025-27556 / GHSA-wqfg-m96j-85vm

More information

Details

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.

Severity

  • CVSS Score: 5.8 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django Improper Output Neutralization for Logs vulnerability

CVE-2025-48432 / GHSA-7xr5-9hcq-chf9

More information

Details

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.

Severity

  • CVSS Score: 4.0 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django is subject to SQL injection through its column aliases

CVE-2025-57833 / GHSA-6w2r-r2m5-xq5w

More information

Details

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().

Severity

  • CVSS Score: 7.1 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django has a denial-of-service vulnerability in HttpResponseRedirect and HttpResponsePermanentRedirect on Windows

CVE-2025-64458 / GHSA-qw25-v68c-qjf3

More information

Details

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.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Django vulnerable to SQL injection via _connector keyword argument in QuerySet and Q objects.

CVE-2025-64459 / GHSA-frmv-pr5f-9mcr

More information

Details

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.

Severity

  • CVSS Score: 9.1 / 10 (Critical)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

django/django (django)

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

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1

Compare Source

v5.0.14

Compare Source

v5.0.13

Compare Source

v5.0.12

Compare Source

v5.0.11

Compare Source

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 changed the title Update dependency django to v5.0.2 [SECURITY] Update dependency django to v5.0.3 [SECURITY] Mar 18, 2024
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from 943e5a7 to f88ed2c Compare March 18, 2024 20:42
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from f88ed2c to 8956862 Compare July 11, 2024 02:07
@renovate renovate Bot changed the title Update dependency django to v5.0.3 [SECURITY] Update dependency django to v5.0.7 [SECURITY] Jul 11, 2024
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch 2 times, most recently from ec28762 to c9d5eaf Compare August 7, 2024 20:45
@renovate renovate Bot changed the title Update dependency django to v5.0.7 [SECURITY] Update dependency django to v5.0.8 [SECURITY] Aug 7, 2024
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Aug 7, 2024

@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from c9d5eaf to 6f2aebb Compare September 15, 2024 22:04
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from 6f2aebb to 87d461c Compare October 9, 2024 01:49
@renovate renovate Bot changed the title Update dependency django to v5.0.8 [SECURITY] Update dependency django to v5.0.9 [SECURITY] Oct 9, 2024
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch 2 times, most recently from 18e1af6 to 6e5b1ed Compare November 3, 2024 09:29
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Nov 3, 2024

@renovate renovate Bot changed the title Update dependency django to v5.0.9 [SECURITY] Update dependency django to v5.0.10 [SECURITY] Dec 6, 2024
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from 6e5b1ed to 38e2094 Compare December 6, 2024 21:52
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Dec 6, 2024

@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch 2 times, most recently from 2d6b780 to 387cdaa Compare January 15, 2025 02:21
@renovate renovate Bot changed the title Update dependency django to v5.0.10 [SECURITY] Update dependency django to v5.0.11 [SECURITY] Jan 15, 2025
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from 387cdaa to 6226e14 Compare January 30, 2025 16:59
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch 2 times, most recently from 32cd005 to e4a54c8 Compare March 6, 2025 23:31
@renovate renovate Bot changed the title Update dependency django to v5.0.11 [SECURITY] Update dependency django to v5.0.13 [SECURITY] Mar 6, 2025
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch 2 times, most recently from ac514b6 to 63b04a1 Compare March 17, 2025 13:14
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from 63b04a1 to a8c03c9 Compare April 2, 2025 23:01
@renovate renovate Bot changed the title Update dependency django to v5.0.13 [SECURITY] Update dependency django to v5.0.14 [SECURITY] Apr 2, 2025
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 6, 2025

@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from 6bdacf3 to f0d3490 Compare August 10, 2025 14:26
@renovate renovate Bot changed the title Update dependency django to v5.1.10 [SECURITY] Update dependency django to v5.1.12 [SECURITY] Sep 10, 2025
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from f0d3490 to a5dc818 Compare September 10, 2025 01:59
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from a5dc818 to a84c254 Compare November 5, 2025 21:15
@renovate renovate Bot changed the title Update dependency django to v5.1.12 [SECURITY] Update dependency django to v5.1.14 [SECURITY] Nov 5, 2025
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from a84c254 to d7cbb4f Compare November 25, 2025 15:05
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from d7cbb4f to 90eca26 Compare December 15, 2025 14:47
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from 90eca26 to ec05c63 Compare February 2, 2026 19:10
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from ec05c63 to d87b332 Compare February 12, 2026 13:38
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from d87b332 to 0926237 Compare March 13, 2026 11:42
@renovate renovate Bot changed the title Update dependency django to v5.1.14 [SECURITY] Update dependency django to v5.1.14 [SECURITY] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate renovate Bot deleted the renovate/pypi-django-vulnerability branch March 27, 2026 01:33
@renovate renovate Bot changed the title Update dependency django to v5.1.14 [SECURITY] - autoclosed Update dependency django to v5.1.14 [SECURITY] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch 2 times, most recently from 0926237 to 2bd4ea4 Compare March 30, 2026 22:01
@renovate renovate Bot changed the title Update dependency django to v5.1.14 [SECURITY] Update dependency django to v5.1.14 [SECURITY] - autoclosed Apr 27, 2026
@renovate renovate Bot closed this Apr 27, 2026
@renovate renovate Bot changed the title Update dependency django to v5.1.14 [SECURITY] - autoclosed Update dependency django to v5.1.14 [SECURITY] Apr 28, 2026
@renovate renovate Bot reopened this Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch 2 times, most recently from 2bd4ea4 to 70d87ef Compare April 28, 2026 01:15
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/pypi-django-vulnerability branch from 70d87ef to 4a0499c Compare May 12, 2026 12:54
@sonarqubecloud
Copy link
Copy Markdown

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