CVE-2026-61836

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

Configuration 1 (hide)

cpe:2.3:a:monospace:directus:*:*:*:*:*:node.js:*:*

History

No history.

Information

Published : 2026-07-15 15:16

Updated : 2026-07-28 15:46


NVD link : CVE-2026-61836

Mitre link : CVE-2026-61836

CVE.ORG link : CVE-2026-61836


JSON object : View

Products Affected

monospace

  • directus
CWE
CWE-524

Use of Cache Containing Sensitive Information

CWE-639

Authorization Bypass Through User-Controlled Key