Vulnerability Description
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.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Keystonejs | Keystone | < 5.5.1 |
Related Weaknesses (CWE)
References
- https://github.com/keystonejs/keystone/commit/650e27e6e9b42abfb94c340c8470faf61fPatch
- https://github.com/keystonejs/keystone/pull/8771Patch
- https://github.com/keystonejs/keystone/security/advisories/GHSA-9cvc-v7wm-992cPatchVendor Advisory
- https://github.com/keystonejs/keystone/commit/650e27e6e9b42abfb94c340c8470faf61fPatch
- https://github.com/keystonejs/keystone/pull/8771Patch
- https://github.com/keystonejs/keystone/security/advisories/GHSA-9cvc-v7wm-992cPatchVendor Advisory
FAQ
What is CVE-2023-40027?
CVE-2023-40027 is a vulnerability with a CVSS score of 3.7 (LOW). 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 re...
How severe is CVE-2023-40027?
CVE-2023-40027 has been rated LOW with a CVSS base score of 3.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-40027?
Check the references section above for vendor advisories and patch information. Affected products include: Keystonejs Keystone.