Skip to content

When `ui.isAccessAllowed` is `undefined`, the `adminMeta` GraphQL query is publicly accessible

Moderate severity GitHub Reviewed Published Aug 15, 2023 in keystonejs/keystone • Updated Nov 8, 2023

Package

npm @keystone-6/core (npm)

Affected versions

< 5.5.1

Patched versions

5.5.1

Description

Summary

When ui.isAccessAllowed is undefined, the adminMeta GraphQL query is publicly accessible, that is to say, no session is required for the query.

This is different to the behaviour of the default AdminUI middleware, which by default will only be publicly accessible if a session strategy is not defined.

Impact

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, you are unaffected if ui.isAccessAllowed is defined).

This vulnerability does affect developers who thought 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.

Patches

This vulnerability has been patched in @keystone-6/core version 5.5.1.

Workarounds

You can opt to write your own isAccessAllowed to work-around this vulnerability.

References

Pull request keystonejs/keystone#8771

References

@dcousens dcousens published to keystonejs/keystone Aug 15, 2023
Published by the National Vulnerability Database Aug 15, 2023
Published to the GitHub Advisory Database Aug 15, 2023
Reviewed Aug 15, 2023
Last updated Nov 8, 2023

Severity

Moderate
5.3
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Weaknesses

CVE ID

CVE-2023-40027

GHSA ID

GHSA-9cvc-v7wm-992c

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.