Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-49997 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

SurrealDB is a scalable, distributed, collaborative, document-graph database for the realtime web. Prior to 3.1.0, Document::purge_edges in surrealdb/core/src/doc/delete.rs automatically removed graph edge records with permissions disabled through opt.clone().with_perms(false) when a connected node was deleted, bypassing the edge table's PERMISSIONS FOR delete and PERMISSIONS FOR select clauses. This issue is fixed in version 3.1.0.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-285Improper Authorization[email protected]
CWE-863Incorrect Authorization[email protected]

Affected Products

ProductVersions
SurrealDB
< 3.1.0 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 3.1.0moderate efforthttps://github.com/surrealdb/surrealdb/releases/tag/v3.1.0
  • Mitigation:low effort

    Restrict node DELETE permission to principals trusted to delete all connected edge records.

  • Mitigation:low effort

    Use namespace or database isolation as the primary boundary where edge-level PERMISSIONS is load-bearing for multi-tenant separation.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-49997
NVD Published Date:
Jul 15, 2026
NVD Last Modified:
Jul 20, 2026
Source:
[email protected]
CVE-2026-49997 Details - Not Deferred