๐Ÿ” CVE Alert

CVE-2026-63762

UNKNOWN 0.0

SurrealDB before v2.6.1 Denial of Service via scripting

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-476
Vendor surrealdb
Product surrealdb
Published Jul 20, 2026
Stay Ahead of the Next One

Get instant alerts for surrealdb surrealdb

Be the first to know when new unknown vulnerabilities affecting surrealdb surrealdb are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

surrealdb / surrealdb
0 < 2.6.1
surrealdb / surrealdb
0 < 3.0.0-beta.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/surrealdb/surrealdb/security/advisories/GHSA-xx7m-69ff-9crp vulncheck.com: https://www.vulncheck.com/advisories/surrealdb-before-denial-of-service-via-scripting

Credits

๐Ÿ” LucyEgan