Description
SurrealDB versions before 3.1.0 contain a denial of service vulnerability where malicious LIVE queries with WHERE clauses that evaluate to errors cause all CREATE, UPDATE, and DELETE operations on the watched table to fail. An authenticated user with only select permission can prevent write operations on a table for any user, including root, by registering a LIVE query that triggers evaluation errors until the query is killed or the session ends.
Published: 2026-07-20
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SurrealDB versions prior to 3.1.0 are vulnerable to a denial of service triggered by malicious LIVE queries whose WHERE clauses evaluate to errors. When such a query is registered, any subsequent CREATE, UPDATE, or DELETE statements against the watched table are blocked, preventing data modification. The weakness is identified as CWE‑754, reflecting resource exhaustion or denial of service.

Affected Systems

The vulnerability affects the SurrealDB product operated by the vendor surrealdb. All installations running any version before 3.1.0 are susceptible. Users with only select permission can register a live query that exploits the flaw.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity impact, and the EPSS score is <1% indicating a low likelihood of exploitation. The vulnerability is not listed in CISA's KEV catalog. The attack requires authentication with select privileges; the attacker can register a harmful LIVE query and then cause all write operations, even for privileged users like root, to fail until the query is terminated or the session ends. Because the flaw is limited to authenticated users, the risk is constrained to systems where such users exist and have the ability to create LIVE queries.

Generated by OpenCVE AI on July 30, 2026 at 19:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SurrealDB to version 3.1.0 or later.
  • Restrict users with only select permission from creating or registering LIVE queries, or remove the LIVE query capability entirely from low‑privilege accounts.
  • Implement monitoring to detect LIVE queries that generate errors and terminate them promptly, mitigating ongoing denial of service until a patch can be applied.

Generated by OpenCVE AI on July 30, 2026 at 19:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:surrealdb:surrealdb:*:*:*:*:*:*:*:*

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Surrealdb
Surrealdb surrealdb
Vendors & Products Surrealdb
Surrealdb surrealdb

Mon, 20 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 20 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Description SurrealDB versions before 3.1.0 contain a denial of service vulnerability where malicious LIVE queries with WHERE clauses that evaluate to errors cause all CREATE, UPDATE, and DELETE operations on the watched table to fail. An authenticated user with only select permission can prevent write operations on a table for any user, including root, by registering a LIVE query that triggers evaluation errors until the query is killed or the session ends.
Title SurrealDB before 3.1.0 Denial of Service via LIVE Query
Weaknesses CWE-754
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Surrealdb Surrealdb
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-28T01:05:46.549Z

Reserved: 2026-07-18T12:30:08.354Z

Link: CVE-2026-63754

cve-icon Vulnrichment

Updated: 2026-07-20T12:52:37.053Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T19:45:06Z

Weaknesses
  • CWE-754

    Improper Check for Unusual or Exceptional Conditions