CVE-2026-63746
Received Received - Intake

SurrealDB Graph Edge Permission Bypass Before 3.1.0

Vulnerability report for CVE-2026-63746, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-20

Last updated on: 2026-07-20

Assigner: VulnCheck

Description

SurrealDB versions before 3.1.0 fail to enforce table SELECT permissions when traversing graph edges or back-references. Authenticated users can read records from any table reachable through graph edges regardless of the target table's PERMISSIONS FOR select clause.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-20
Last Modified
2026-07-20
Generated
2026-07-21
AI Q&A
2026-07-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
surrealdb surrealdb to 3.1.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-63746 is a permission bypass vulnerability in SurrealDB versions before 3.1.0. It allows authenticated users with SELECT permissions on a table to read records from any table reachable through graph edges or back-references, even if the target table has SELECT permissions set to NONE. The issue occurs because graph traversal operations fetch records without checking the target table's SELECT permissions.

Detection Guidance

To detect this vulnerability, check if your SurrealDB version is below 3.1.0. Use the command 'surreal version' to verify the installed version. If the version is older than 3.1.0, the system is vulnerable. Additionally, review graph edge configurations and table permissions to identify potential exposure paths.

Impact Analysis

This vulnerability can lead to unauthorized access to sensitive data. Attackers with valid credentials could read records from restricted tables by traversing graph edges, potentially exposing confidential information. The impact is limited to confidentiality, as namespace and database isolation remain unaffected.

Compliance Impact

This vulnerability could violate compliance requirements for GDPR and HIPAA by allowing unauthorized access to sensitive personal or health data. Organizations using affected SurrealDB versions may face increased risk of data breaches, leading to potential legal and financial penalties under these regulations.

Mitigation Strategies

Immediately upgrade SurrealDB to version 3.1.0 or later to patch the vulnerability. As a temporary workaround, restrict SELECT permissions on edge tables or rely on namespace and database isolation to limit exposure. Monitor for unauthorized access attempts during the transition period.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63746. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart