CVE-2025-71397
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Summary
SurrealDB before 2.0.5, 2.1.x before 2.1.5, and 2.2.x before 2.2.2 allows authenticated users with OWNER or EDITOR permissions (at the root, namespace, or database level) to define custom database functions via DEFINE FUNCTION using nested FOR loops. Although a single loop's iteration count is constrained, nesting multiple loops (e.g., each with 1,000,000 iterations) is not, so an attacker can execute a function that consumes all server CPU time. Configured timeouts do not stop the execution, rendering the server unresponsive to other queries and connections until it is manually restarted.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| surrealdb | surrealdb | 0 < 2.2.2 | affected |
| surrealdb | surrealdb | 2.2.2 | unaffected |
| surrealdb | surrealdb | 0 < 2.1.5 | affected |
| surrealdb | surrealdb | 2.1.5 | unaffected |
| surrealdb | surrealdb | 0 < 2.0.5 | affected |
| surrealdb | surrealdb | 2.0.5 | unaffected |
Weaknesses
- CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop')
References
- https://github.com/surrealdb/surrealdb/security/advisories/GHSA-pxw4-94j3-v9pf
- https://www.vulncheck.com/advisories/surrealdb-before-cpu-exhaustion-via-nested-for-loops
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.