Description
An issue was discovered in Django 6.0 before 6.0.7 and 5.2 before 5.2.16.
`UpdateCacheMiddleware` and the `cache_page()` decorator cache responses that vary on cookies when the incoming request carries unrelated cookies, which allows remote attackers to read private data from the shared cache.
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 Chris Whyland for reporting this issue.
Published: 2026-07-07
Score: 2.3 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Django’s UpdateCacheMiddleware and the cache_page decorator improperly cache responses that should vary based on cookies when an incoming request contains unrelated cookies. As a result, an attacker can cause a private response to be stored in a shared cache and later retrieve that cached content, exposing confidential data to the attacker. This flaw leads to information disclosure and is classified as CWE‑524.

Affected Systems

The vulnerability is present in Django 6.0 prior to 6.0.7 and Django 5.2 prior to 5.2.16. Earlier unsupported Django series, such as 5.0.x, 4.1.x and 3.2.x, were not evaluated but may also be affected if they use UpdateCacheMiddleware or cache_page.

Risk and Exploitability

The CVSS score of 2.3 indicates low severity, while the EPSS score of less than 1% shows a very low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. Exploitation requires a remote attacker to send a request with unrelated cookies to a Django application that caches a response, after which the attacker can read the cached content and obtain the unintended private data.

Generated by OpenCVE AI on July 26, 2026 at 19:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Django 6.0.7 or later, or 5.2.16 or later, to apply the vendor patch.
  • Reconfigure caching so that responses containing Set‑Cookie headers are not stored in shared caches, effectively excluding cookie‑based content from being cached.
  • Review and adjust your middleware and cache configuration to ensure that cookie‑dependent responses are not cached and that cache keys correctly reflect cookie state.

Generated by OpenCVE AI on July 26, 2026 at 19:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 11 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Low


Tue, 07 Jul 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Djangoproject
Djangoproject django
Vendors & Products Djangoproject
Djangoproject django

Tue, 07 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 07 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
Description An issue was discovered in Django 6.0 before 6.0.7 and 5.2 before 5.2.16. `UpdateCacheMiddleware` and the `cache_page()` decorator cache responses that vary on cookies when the incoming request carries unrelated cookies, which allows remote attackers to read private data from the shared cache. 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 Chris Whyland for reporting this issue.
Title Potential exposure of private data via cached Set-Cookie response
Weaknesses CWE-524
References
Metrics cvssV3_1

{'score': 4.2, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N'}

cvssV4_0

{'score': 2.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Djangoproject Django
cve-icon MITRE

Status: PUBLISHED

Assigner: DSF

Published:

Updated: 2026-07-07T14:59:53.337Z

Reserved: 2026-05-21T20:50:32.466Z

Link: CVE-2026-48588

cve-icon Vulnrichment

Updated: 2026-07-07T14:59:49.237Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-07T14:00:00Z

Links: CVE-2026-48588 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T19:30:03Z

Weaknesses
  • CWE-524

    Use of Cache Containing Sensitive Information