SurrealDB is Vulnerable to Unauthorized Data Exposure via LIVE Query Subscriptions
Moderate severity
GitHub Reviewed
Published
Sep 11, 2025
in
surrealdb/surrealdb
•
Updated Sep 26, 2025
Package
Affected versions
>= 2.3.0, < 2.3.8
>= 2.2.0, < 2.2.8
< 2.1.9
>= 3.0.0-alpha.0, < 3.0.0-alpha.7
Patched versions
2.3.8
2.2.8
2.1.9
3.0.0-alpha.8
Description
Published to the GitHub Advisory Database
Sep 11, 2025
Reviewed
Sep 11, 2025
Last updated
Sep 26, 2025
LIVE SELECT
statements are used to capture changes to data within a table in real time. Documents included inWHERE
conditions andDELETE
notifications were not properly reduced to respect the querying user's security context. Instead the leaked documents reflect the context of the user triggering the notification.This allows a record or guest user with permissions to run live query subscriptions on a table to observe unauthorised records within the same table, when another user is altering or deleting these records, bypassing access controls.
Impact
A record or guest user with permissions to run live query subscriptions on a table is able to observe unauthorised records within the same table, with unauthorised records returned when deleted, or when records matching the WHERE conditions are created, updated, or deleted, by another user. This impacts confidentiality, limited to the table the attacker has access to, and with the data disclosed dependent of the actions taken by other users.
Patches
A patch has been created for the following versions:
Workarounds
Assess the impact of users with permissions on table records effectively having full read access to the table, use separate tables if required, with impacts to functionality.
References