Description
SurrealDB versions before 3.1.0 contain an information disclosure vulnerability where authenticated users with UPDATE access can read field values hidden by field-level SELECT permissions through error messages. Attackers can trigger arithmetic or extend operations on hidden fields to embed raw operand values in error responses, bypassing field-level access controls.
Published: 2026-07-20
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SurrealDB versions earlier than 3.1.0 expose sensitive data by including hidden field values in error messages when an authenticated user with UPDATE rights performs an arithmetic or extend operation on a field that the user is not permitted to SELECT. The flaw is a CWE-209 vulnerability that allows an attacker to learn private values that should be protected by field‑level SELECT controls. This vulnerability directly compromises the confidentiality of restricted data without affecting integrity or availability.

Affected Systems

The flaw impacts SurrealDB releases that precede 3.1.0. No further specific sub‑versions are listed, meaning any build older than 3.1.0 is considered vulnerable.

Risk and Exploitability

The CVSS score of 5.3 marks the issue as moderate severity, while the EPSS score of less than 1% indicates a very low likelihood of real‑world exploitation. The CVE is not listed in the CISA KEV catalog. Exploitation requires an authenticated session with UPDATE permissions; once those prerequisites are satisfied, an attacker can construct a request that forces an error to be generated, causing the database to return the hidden field value. Given the required access, the risk is moderate but should be mitigated promptly.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SurrealDB to version 3.1.0 or later to eliminate the error‑message disclosure bug.
  • Restrict UPDATE permissions solely to users who truly need it; deny UPDATE to those who do not require modify access.
  • Disable verbose or detailed error reporting in production environments to prevent accidental exposure of internal field values.

Generated by OpenCVE AI on July 30, 2026 at 19:37 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 an information disclosure vulnerability where authenticated users with UPDATE access can read field values hidden by field-level SELECT permissions through error messages. Attackers can trigger arithmetic or extend operations on hidden fields to embed raw operand values in error responses, bypassing field-level access controls.
Title SurrealDB before 3.1.0 Information Disclosure via Error Messages
Weaknesses CWE-209
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Surrealdb Surrealdb
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

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

Reserved: 2026-07-18T12:26:19.867Z

Link: CVE-2026-63748

cve-icon Vulnrichment

Updated: 2026-07-20T12:53:09.165Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-209

    Generation of Error Message Containing Sensitive Information