CVE-2026-63421

Keystone is a content management system for Node.js. Prior to 6.5.3, the findMany resolver in packages/core/src/lib/core/queries/resolvers.ts compares the signed take argument directly with graphql.maxTake, allowing a remote unauthenticated GraphQL client to provide a negative take value whose magnitude exceeds the configured bound. The bypass also applies to relationship queries and can return more records than the developer intended, potentially exhausting service resources. This issue is fixed in version 6.5.3.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-21 21:17

Updated : 2026-09-09 21:06


NVD link : CVE-2026-63421

Mitre link : CVE-2026-63421

CVE.ORG link : CVE-2026-63421


JSON object : View

Products Affected

No product.

CWE
CWE-20

Improper Input Validation

CWE-480

Use of Incorrect Operator