CVE-2023-54366

Summary

SurrealDB before 1.0.1 sets default table permissions to FULL instead of NONE, allowing SELECT, CREATE, UPDATE, and DELETE operations on tables without explicit permissions. Attackers with database access or unauthenticated users on publicly exposed instances can perform unrestricted operations on unprotected tables within their authorization scope.

Affected Software

VendorProductVersion RangeStatus
surrealdbsurrealdb0 < 1.0.1affected
surrealdbsurrealdb1.0.1unaffected

Weaknesses

  • CWE-276: Incorrect Default Permissions

References