SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-63762

MEDIUM · CVSS 6.5 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-20 · Last synced 2026-08-19

CyberRota Analysis

AI-Generated

SurrealDB versions prior to 2.6.1 and 3.0.0-beta.3 are vulnerable to a denial of service attack through their embedded JavaScript engine, which can be exploited by users executing arbitrary queries, including unauthenticated guests if the --allow-guests option is enabled. This vulnerability allows attackers to trigger a null pointer dereference, causing the server process to crash and necessitating a manual restart. Organizations using affected versions should prioritize patching to mitigate the risk of service disruption.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-63762
Severity
MEDIUM
CVSS
6.5
EPSS
0.25%
Java

Original NVD Description

SurrealDB before v2.6.1 (and before v3.0.0-beta.3) contains a denial of service vulnerability in its embedded JavaScript scripting engine, which is enabled via the --allow-scripting capability (disabled by default). Any user able to execute arbitrary queries — including unauthenticated guests when --allow-guests is enabled — can use built-in string functions to construct a large string and pass it to the JavaScript runtime for compilation, triggering a null pointer dereference in the underlying QuickJS-NG engine. This causes the server process to terminate immediately without graceful shutdown, requiring a manual restart. The issue was fixed by updating the rquickjs dependency from v0.9.0 to v0.11.0.

Related CVEs

Other vulnerabilities affecting the same vendor(s)