Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-35jj-vqcf-f2jf: Hidden fields can be leaked on readable collections in Payload

Details

If a user has access to documents that contain hidden fields or fields they do not have access to, the user could reverse-engineer those values via brute force.

Affected versions: < 1.7.0

Workarounds

If you are unable to update, you can write a beforeOperation hook to remove where queries that attempt to access hidden field data.

Detecting Compromise

Monitor your instance for brute-force style requests against your instance using where queries.

ghsa
#nodejs#git

Package

npm payload (npm)

Affected versions

< 1.7.0

Description

Details

If a user has access to documents that contain hidden fields or fields they do not have access to, the user could reverse-engineer those values via brute force.

Affected versions: < 1.7.0

Workarounds

If you are unable to update, you can write a beforeOperation hook to remove where queries that attempt to access hidden field data.

Detecting Compromise

Monitor your instance for brute-force style requests against your instance using where queries.

References

  • GHSA-35jj-vqcf-f2jf
  • https://github.com/payloadcms/payload/releases/tag/v1.7.0

Published to the GitHub Advisory Database

Apr 26, 2023

Last updated

Apr 26, 2023

Related news

CVE-2023-30843: Hidden fields can be leaked on readable collections

Payload is a free and open source headless content management system. In versions prior to 1.7.0, if a user has access to documents that contain hidden fields or fields they do not have access to, the user could reverse-engineer those values via brute force. Version 1.7.0 contains a patch. As a workaround, write a `beforeOperation` hook to remove `where` queries that attempt to access hidden field data.