CVE-2026-33326 PUBLISHED

@keystone-6/core: `isFilterable` bypass via `cursor` parameter in findMany

Assigner: GitHub_M
Reserved: 18.03.2026 Published: 24.03.2026 Updated: 25.03.2026

Keystone is a content management system for Node.js. Prior to version 6.5.2, {field}.isFilterable access control can be bypassed in findMany queries by passing a cursor. This can be used to confirm the existence of records by protected field values. The fix for CVE-2025-46720 (field-level isFilterable bypass for update and delete mutations) added checks to the where parameter in update and delete mutations however the cursor parameter in findMany was not patched and accepts the same UniqueWhere input type. This issue has been patched in version 6.5.2.

Metrics

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

Product Status

Vendor keystonejs
Product keystone
Versions
  • Version < 6.5.2 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE