CVE-2026-63750
Received Received - Intake

SurrealDB Memory Exhaustion via Unbounded WebSocket Frames

Vulnerability report for CVE-2026-63750, 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 apply the SURREAL_WEBSOCKET_MAX_MESSAGE_SIZE limit to anonymous /sql WebSocket connections, allowing attackers to buffer unbounded frames in the per-connection read buffer. Attackers can stream WebSocket frames larger than the configured limit across multiple concurrent connections to consume excessive memory and degrade /sql availability.

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-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-63750 is a memory amplification vulnerability in SurrealDB versions before 3.1.0. It occurs because the SURREAL_WEBSOCKET_MAX_MESSAGE_SIZE limit is not enforced for anonymous WebSocket connections to the /sql endpoint. Attackers can send WebSocket frames larger than the configured limit across multiple concurrent connections, consuming excessive memory and degrading the availability of the /sql endpoint.

Detection Guidance

To detect this vulnerability, monitor SurrealDB instances for unusually high memory usage or degraded performance on the /sql WebSocket endpoint. Check SurrealDB logs for large WebSocket frame sizes or frequent connections to /sql. Use network monitoring tools like tcpdump or Wireshark to inspect WebSocket traffic for frames exceeding configured size limits.

Impact Analysis

This vulnerability can lead to excessive memory consumption and reduced availability of the /sql endpoint. In severe cases, it may trigger out-of-memory conditions on constrained systems, causing service degradation or crashes. Attackers could exploit this to degrade performance for legitimate users or launch denial-of-service attacks.

Compliance Impact

This vulnerability primarily impacts availability by allowing excessive memory consumption through unbounded WebSocket frames. While not directly violating GDPR or HIPAA, it could indirectly affect compliance by degrading system performance or causing outages that disrupt access to personal or health data, potentially violating availability requirements under these regulations.

Mitigation Strategies

Immediately upgrade SurrealDB to version 3.1.0 or later. As a temporary workaround, block WebSocket upgrade requests to /sql at a reverse proxy or apply per-connection frame size limits there. Restrict access to the /sql endpoint if not required.

Chat Assistant

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

EPSS Chart