PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-63762 surrealdb CVE debrief

CVE-2026-63762 is a denial of service vulnerability in SurrealDB's embedded JavaScript scripting engine, enabled via the --allow-scripting capability. Users with query execution capabilities can trigger a null pointer dereference, causing the server process to terminate immediately. This vulnerability affects users who have enabled --allow-scripting or --allow-guests. The issue was addressed by updating the rquickjs dependency. An executive overview indicates that affected product deployments should be identified, and owners assigned for follow-up. Official advisories and CVE records should be reviewed to validate affected scope, severity, and vendor guidance.

Vendor
surrealdb
Product
Unknown
CVSS
MEDIUM 6
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-20
Original CVE updated
2026-07-22
Advisory published
2026-07-20
Advisory updated
2026-07-22

Who should care

Users of SurrealDB, especially those who have enabled the --allow-scripting capability or --allow-guests, should be aware of this vulnerability and take steps to mitigate it. Affected operators, platforms, and security teams should review their configurations and update or restrict query execution capabilities as necessary. Vulnerability management and security teams should prioritize patching or mitigating this vulnerability to prevent potential denial of service attacks.

Technical summary

The vulnerability exists in SurrealDB's embedded JavaScript scripting engine, enabled via the --allow-scripting capability. An attacker 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. The issue was addressed by updating the rquickjs dependency from v0.9.0 to v0.11.0. Affected product context indicates that users with query execution capabilities can exploit this vulnerability.

Defensive priority

Medium

Recommended defensive actions

  • Update the rquickjs dependency to v0.11.0
  • Disable the --allow-scripting capability if not necessary
  • Restrict query execution capabilities to authenticated users only
  • Monitor server logs for termination signals
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The issue was fixed by updating the rquickjs dependency from v0.9.0 to v0.11.0. The vulnerability was reported by Vulncheck. SurrealDB's embedded JavaScript scripting engine is enabled via the --allow-scripting capability, which is disabled by default. Users able to execute arbitrary queries, including unauthenticated guests when --allow-guests is enabled, can trigger the vulnerability. The server process terminates immediately without graceful shutdown, requiring a manual restart. Evidence limits suggest verifying the SurrealDB version and configuration, reviewing query execution capabilities, and monitoring server logs for termination signals.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-63762 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-63762

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-63762 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-63762

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.