Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @keystone-6/core
  4. ›
  5. CVE-2025-46720

CVE-2025-46720: Keystone has an unintended `isFilterable` bypass that can be used as an oracle to match hidden fields

May 5, 2025

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

References

  • github.com/advisories/GHSA-hg9m-67mm-7pg3
  • github.com/keystonejs/keystone
  • github.com/keystonejs/keystone/security/advisories/GHSA-hg9m-67mm-7pg3
  • nvd.nist.gov/vuln/detail/CVE-2025-46720

Code Behaviors & Features

Detect and mitigate CVE-2025-46720 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 6.5.0

Fixed versions

  • 6.5.0

Solution

Upgrade to version 6.5.0 or above.

Impact 3.1 LOW

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-203: Observable Discrepancy

Source file

npm/@keystone-6/core/CVE-2025-46720.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 13 May 2025 12:15:07 +0000.