CVE-2026-61836 PUBLISHED

Directus: Authorization-dependent response served from unsegmented cache key

Assigner: GitHub_M
Reserved: 10.07.2026 Published: 15.07.2026 Updated: 15.07.2026

Directus is a real-time API and App dashboard for managing SQL database content. Prior to 12.0.0, when response caching is enabled, the cache-key derivation in api/src/utils/get-cache-key.ts includes version, path, query, and accountability.user but omits authorization context such as share, role, roles, admin, app, and policies. Directus share tokens and anonymous requests can both reduce to user null, so different shares or anonymous clients requesting the same URL and query can receive a permission-filtered cached response without permission re-evaluation. This issue is fixed in version 12.0.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 8.6

Product Status

Vendor directus
Product directus
Versions
  • Version < 12.0.0 is affected

References

Problem Types

  • CWE-524: Use of Cache Containing Sensitive Information CWE
  • CWE-639: Authorization Bypass Through User-Controlled Key CWE