CVE-2022-39322
published 2022-10-25CVE-2022-39322: @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…
PriorityP349critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EPSS
1.05%
60.1th percentile
@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.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| keystone-6 | core | >= 2.2.0 < 2.3.1 | 2.3.1 |
| keystonejs | keystone | — | — |
| keystonejs | keystone | >= 2.2.0 < 2.3.1 | 2.3.1 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Field-level access-control bypass for multiselect field
ghsa·2022-10-18
CVE-2022-39322 [CRITICAL] CWE-285 Field-level access-control bypass for multiselect field
Field-level access-control bypass for multiselect field
#### Impact
`@keystone-6/[email protected] || 2.3.0` users who are using the `multiselect` field, and provided field-level access control - 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.
Example, **you are vulnerable if** you are using field-level access control on a `multiselect` like the following:
```ts
const yourList = list({
access: {
// this is list-level access control, this is NOT impacted
},
fields: {
yourFieldName: multiselect({
// this is field-level access control, for multiselect fields
// this is vulnerable
access: {
create: ({ session }) => session?.data.isAdmin,
update: (
OSV
Field-level access-control bypass for multiselect field
osv·2022-10-18
CVE-2022-39322 [CRITICAL] Field-level access-control bypass for multiselect field
Field-level access-control bypass for multiselect field
#### Impact
`@keystone-6/[email protected] || 2.3.0` users who are using the `multiselect` field, and provided field-level access control - 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.
Example, **you are vulnerable if** you are using field-level access control on a `multiselect` like the following:
```ts
const yourList = list({
access: {
// this is list-level access control, this is NOT impacted
},
fields: {
yourFieldName: multiselect({
// this is field-level access control, for multiselect fields
// this is vulnerable
access: {
create: ({ session }) => session?.data.isAdmin,
update: (
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/keystonejs/keystone/commit/65c6ee3deef23605fc72b80230908696a7a65e7chttps://github.com/keystonejs/keystone/security/advisories/GHSA-6mhr-52mv-6v6fhttps://github.com/keystonejs/keystone/commit/65c6ee3deef23605fc72b80230908696a7a65e7chttps://github.com/keystonejs/keystone/security/advisories/GHSA-6mhr-52mv-6v6f
2022-10-25
Published