chore(deps): update dependency django to v5.2.15 [security]#659
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency django to v5.2.15 [security]#659renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/pypi-django-vulnerability
branch
from
May 18, 2026 09:41
56a9cda to
f737c7e
Compare
renovate
Bot
force-pushed
the
renovate/pypi-django-vulnerability
branch
from
July 13, 2026 20:53
f737c7e to
6bb21be
Compare
renovate
Bot
force-pushed
the
renovate/pypi-django-vulnerability
branch
from
July 16, 2026 17:35
6bb21be to
e4a657b
Compare
renovate
Bot
force-pushed
the
renovate/pypi-django-vulnerability
branch
from
July 21, 2026 02:53
e4a657b to
3eefa26
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==5.2.13→==5.2.15Django Uses Persistent Cookies Containing Sensitive Information
CVE-2026-35192 / GHSA-7h2m-m8vj-598h
More information
Details
An issue was discovered in 6.0 before 6.0.5 and 5.2 before 5.2.14. Response headers do not vary on cookies if a session is not modified, but
SESSION_SAVE_EVERY_REQUESTisTrue. A remote attacker can steal a user's session after that user visits a cached public page. 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 thanks Cantina for reporting this issue.
Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Django Uses Cache Containing Sensitive Information
CVE-2026-6907 / GHSA-5hrc-gvxj-w55p
More information
Details
An issue was discovered in 6.0 before 6.0.5 and 5.2 before 5.2.14.
django.middleware.cache.UpdateCacheMiddlewareerroneously caches requests where theVaryheader contained an asterisk ('*'). This can lead to private data being stored and served. 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 thanks Ahmad Sadeddin for reporting this issue.
Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Django has an Improper Handling of Length Parameter Inconsistency
CVE-2026-5766 / GHSA-w26r-rmm8-9c29
More information
Details
An issue was discovered in 6.0 before 6.0.5 and 5.2 before 5.2.14. ASGI requests with a missing or understated
Content-Lengthheader can bypass theFILE_UPLOAD_MAX_MEMORY_SIZElimit, potentially loading large files into memory and causing service degradation.As a reminder, Django expects a limit to be configured at the web server level rather than solely relying on
FILE_UPLOAD_MAX_MEMORY_SIZE. 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 thanks Kyle Agronick for reporting this issue.
Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Django fails to prevent reuse of a partially-initialized connection after a failed
STARTTLShandshakeCVE-2026-7666 / GHSA-mm6v-q8q9-pgcf
More information
Details
An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15.
django.core.mail.backends.smtp.EmailBackendin Django fails to prevent reuse of a partially-initialized connection after a failedSTARTTLShandshake whenfail_silently=True, which allows on-path network attackers to read email content via cleartext interception.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 Kasper Dupont for reporting this issue.
Severity
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
django/django (Django)
v5.2.15Compare Source
v5.2.14Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.