Loading...
Skip to main content

CVE-2024-58359

MEDIUM

SurrealDB has an Uncaught Exception Sorting Tables by Random Order

Published November 22, 2024Updated July 19, 2026Source: osv

Summary

Sorting table records using an `ORDER BY` clause with the `rand()` function as sorting mechanism could cause a panic due to relying on a comparison function that did not implement total order. This event resulted in a panic due to a recent [change in Rust 1.81](https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html#new-sort-implementations). ### Impact A client that is authorized to run queries in a SurrealDB server would be able to query a table with `ORDER BY rand()` in order to potentially cause a panic in the sorting function. This would crash the server, leading to denial of service. ### Patches The sorting algorithm has been updated to guarantee total order when shuffling records. - Version 2.1.0 and later are not affected by this issue. ### Workarounds Affected users who are unable to update may want to limit the ability of untrusted clients to run arbitrary SurrealQL queries in the affected versions of SurrealDB. To limit the impact of the denial of service, SurrealDB administrators may also want to ensure that the SurrealDB process is running so that it can be automatically re-started after a crash. ### References - https://github.com/surrealdb/surrealdb/issues/4969 - https://github.com/surrealdb/surrealdb/pull/4989 - https://github.com/surrealdb/surrealdb/pull/4805 - https://github.com/surrealdb/surrealdb/pull/4906

Remediation

Upgrade to the fixed version using your package manager.

Cargo
Update surrealdb-core to 2.1.0 or later
cargo update -p surrealdb-core --precise 2.1.0
Cargo
Update surrealdb to 2.1.0 or later
cargo update -p surrealdb --precise 2.1.0

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (2)

PackageEcosystemAffectedFixed In
surrealdb-core
crates.io
All versions2.1.0
surrealdb
crates.io
All versions2.1.0

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 6.5 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Frequently Asked Questions

What is CVE-2024-58359?
SurrealDB has an Uncaught Exception Sorting Tables by Random Order This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 6.5/10).
How do I check if my project is affected by CVE-2024-58359?
CVE-2024-58359 affects surrealdb-core and surrealdb. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2024-58359 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
6.5

Exploitation requires specific conditions or has limited impact. Remediate within weeks.

Also Known As

GHSA-m52v-24p8-654f

Related CVEs

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies