Approved changes feed: RSS · Atom

cpe:2.3:a:keystonejs:keystone:*:*:*:*:*:node.js:*:*

part: a version: * update: *

VendorKeystonejs (21fb8261-6b57-5151-9316-12b3e439d143)
ProductKeystone (4aaf0cf3-0c99-52a6-b16b-02e0e3529e87)
Edition*
Language*
Software edition*
Target softwarenode.js
Target hardware*
Other*
NotesImported from purl2cpe mapping

PURL mappings

PURLSourceLast updated
pkg:github/keystonejs/keystone-5 purl2cpe 2026-06-01 10:14:38.014049
pkg:npm/%40keystonejs/keystone purl2cpe 2026-06-01 10:14:38.014051

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-33326 vulnerable 2026-06-08 07:59:09.707677 @keystone-6/core: `isFilterable` bypass via `cursor` parameter in findMany
MEDIUM (4.3)
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.
Published: 2026-03-24T19:08:05.877Z
Updated: 2026-03-25T13:37:10.313Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-46720 vulnerable 2026-06-08 07:27:08.696256 Keystone has an unintended `isFilterable` bypass that can be used as an oracle to match hidden fields
LOW (3.1)
Keystone is a content management system for Node.js. Prior to version 6.5.0, `{field}.isFilterable` access control can be bypassed in `update` and `delete` mutations by adding additional unique filters. These filters can be used as an oracle to probe the existence or value of otherwise unreadable fields. Specifically, when a mutation includes a `where` clause with multiple unique filters (e.g. `id` and `email`), Keystone will attempt to match records even if filtering by the latter fields would normally be rejected by `field.isFilterable` or `list.defaultIsFilterable`. This can allow malicious actors to infer the presence of a particular field value when a filter is successful in returning a result. This affects any project relying on the default or dynamic `isFilterable` behavior (at the list or field level) to prevent external users from using the filtering of fields as a discovery mechanism. While this access control is respected during `findMany` operations, it was not completely enforced during `update` and `delete` mutations when accepting more than one unique `where` values in filters. This has no impact on projects using `isFilterable: false` or `defaultIsFilterable: false` for sensitive fields, or for those who have otherwise omitted filtering by these fields from their GraphQL schema. This issue has been patched in `@keystone-6/core` version 6.5.0. To mitigate this issue in older versions where patching is not a viable pathway, set `isFilterable: false` statically for relevant fields to prevent filtering by them earlier in the access control pipeline (that is, don't use functions); set `{field}.graphql.omit.read: true` for relevant fields, which implicitly removes filtering by these fields from the GraphQL schema; and/or deny `update` and `delete` operations for the relevant lists completely.
Published: 2025-05-05T18:53:51.506Z
Updated: 2025-05-05T19:00:01.531Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-40027 vulnerable 2026-06-08 06:09:41.066790 Conditionally missing authorization in @keystone-6/core
LOW (3.7)
Keystone is an open source headless CMS for Node.js — built with GraphQL and React. When `ui.isAccessAllowed` is set as `undefined`, the `adminMeta` GraphQL query is publicly accessible (no session required). This is different to the behaviour of the default AdminUI middleware, which by default will only be publicly accessible (no session required) if a `session` strategy is not defined. This vulnerability does not affect developers using the `@keystone-6/auth` package, or any users that have written their own `ui.isAccessAllowed` (that is to say, `isAccessAllowed` is not `undefined`). This vulnerability does affect users who believed that their `session` strategy will, by default, enforce that `adminMeta` is inaccessible by the public in accordance with that strategy; akin to the behaviour of the AdminUI middleware. This vulnerability has been patched in `@keystone-6/core` version `5.5.1`. Users are advised to upgrade. Users unable to upgrade may opt to write their own `isAccessAllowed` functionality to work-around this vulnerability.
Published: 2023-08-15T17:45:54.439Z
Updated: 2024-10-02T17:45:51.611Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-34247 vulnerable 2026-06-08 06:06:24.939736 @keystone-6/auth Open Redirect vulnerability
MEDIUM (6.1)
Keystone is a content management system for Node.JS. There is an open redirect in the `@keystone-6/auth` package versions 7.0.0 and prior, where the redirect leading `/` filter can be bypassed. Users may be redirected to domains other than the relative host, thereby it might be used by attackers to re-direct users to an unexpected location. To mitigate this issue, one may apply a patch from pull request 8626 or avoid using the `@keystone-6/auth` package.
Published: 2023-06-13T16:31:31.545Z
Updated: 2025-01-03T18:07:02.632Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-39322 vulnerable 2026-06-08 05:47:18.602950 @keystone-6/core vulnerable to field-level access-control bypass for multiselect field
CRITICAL (9.1)
@keystone-6/core is a core package for Keystone 6, a content management system for Node.js. Starting with version 2.2.0 and prior to version 2.3.1, users who expected their `multiselect` fields to use the field-level access control - if configured - are vulnerable to their field-level access control not being used. List-level access control is not affected. Field-level access control for fields other than `multiselect` are not affected. Version 2.3.1 contains a fix for this issue. As a workaround, stop using the `multiselect` field.
Published: 2022-10-25T00:00:00.000Z
Updated: 2025-04-22T17:17:35.770Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-0087 vulnerable 2026-06-08 05:39:09.226693 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2017-15881 vulnerable 2026-06-08 05:08:59.650071 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2015-9240 vulnerable 2026-06-08 05:07:13.361170 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.