Back to list

SurrealDB: Field-level SELECT permissions bypassed via graph and reference traversals — GHSA-HV6H-HC26-Q48P

GitHub · GitHub · GHSA-HV6H-HC26-Q48P

ID
GHSA-HV6H-HC26-Q48P
Date
Activity
Source
GitHub
Vendor
GitHub
Threat
medium
CVSS
4.3

Summary

A record user could read field values hidden from them by field-level SELECT permissions by reaching the records through a graph-edge (`->`) or back-reference (`<~`) traversal instead of a direct `SELECT`. When a table was readable at the table level but carried a field hidden by a field-level permission (`DEFINE FIELD secret ON knows PERMISSIONS FOR select NONE`), a direct `SELECT * FROM knows` hid `secret` — but…

Product

rust: surrealdb

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories