Lucene search
+L

525 matches found

Github Security Blog
Github Security Blog
added 2025/04/10 9:07 p.m.25 views

SurrealDB vulnerable to memory exhaustion via nested functions and scripts

In order to prevent DoS situations due to infinite recursions, SurrealDB implements a limit of nested calls for both native functions and embedded JavaScript functions. However, in SurrealDB instances with embedded scripting functions enabled, it was found that this limit can be circumvented by...

6.5AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/04/10 9:07 p.m.12 views

GHSA-M7RC-8W7M-R9QR SurrealDB vulnerable to memory exhaustion via nested functions and scripts

In order to prevent DoS situations due to infinite recursions, SurrealDB implements a limit of nested calls for both native functions and embedded JavaScript functions. However, in SurrealDB instances with embedded scripting functions enabled, it was found that this limit can be circumvented by...

6CVSS6.5AI score0.00261EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/04/10 9:05 p.m.16 views

SurrealDB has uncaught exception in Net module that leads to database crash

A vulnerability was found where an attacker can crash the database via crafting a HTTP query that returns a null byte. The problem relies on an uncaught exception in the net module, where the result of the query will be converted to JSON before showing as the HTTP response to the user in the /sql...

7.3AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/04/10 9:05 p.m.13 views

GHSA-RQ86-9M6R-CM3G SurrealDB has uncaught exception in Net module that leads to database crash

A vulnerability was found where an attacker can crash the database via crafting a HTTP query that returns a null byte. The problem relies on an uncaught exception in the net module, where the result of the query will be converted to JSON before showing as the HTTP response to the user in the /sql...

7.1CVSS7.3AI score0.00301EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/04/10 12:00 a.m.7 views

PT-2025-16019 · Crates.Io · Surrealdb

An authenticated system user at the root, namespace, or database levels can use the DEFINE ANALYZER statement to point to arbitrary file locations on the file system, and should the file be tab separated with two columns, the analyzer can be leveraged to exfiltrate the content. This issue was...

2.3CVSS7.3AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/04/10 12:00 a.m.27 views

PT-2026-60954

Name of the Vulnerable Software and Affected Versions SurrealDB versions prior to 2.2.2 Description When scripting is enabled, the system fails to properly enforce recursion limits in cases where native functions contain embedded JavaScript that issues new queries. Authenticated attackers can...

6.5CVSS5.1AI score0.00261EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/04/10 12:00 a.m.23 views

PT-2026-60955

Name of the Vulnerable Software and Affected Versions SurrealDB versions prior to 2.2.2 Description Authenticated users with root, namespace, or database level privileges can read arbitrary files on the file system. This occurs through the DEFINE ANALYZER statement, where attackers can point...

4.3CVSS5.4AI score0.00246EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/04/10 12:00 a.m.13 views

PT-2025-16021 · Crates.Io · Surrealdb

A vulnerability was found where an attacker can crash the database via crafting a HTTP query that returns a null byte. The problem relies on an uncaught exception in the net module, where the result of the query will be converted to JSON before showing as the HTTP response to the user in the /sql...

7.1CVSS7.4AI score
SaveExploits0References4
OSV
OSV
added 2024/12/16 5:38 p.m.15 views

GHSA-27VQ-HV74-7CQP SurrealDB has Silent Failure to Overwrite Table Definition of Relation Type

The OVERWRITE clause of the DEFINE TABLE statement would fail to overwrite data for tables that were defined with TYPE RELATION. Since table definitions include the PERMISSIONS clause, this failure would result in permissions not being overwritten as a result, which may potentially lead users to...

2.3CVSS7AI score0.00197EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2024/12/16 5:38 p.m.23 views

SurrealDB has Silent Failure to Overwrite Table Definition of Relation Type

The OVERWRITE clause of the DEFINE TABLE statement would fail to overwrite data for tables that were defined with TYPE RELATION. Since table definitions include the PERMISSIONS clause, this failure would result in permissions not being overwritten as a result, which may potentially lead users to...

6.3CVSS7AI score0.00197EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2024/11/22 8:11 p.m.14 views

GHSA-M52V-24P8-654F SurrealDB has an Uncaught Exception Sorting Tables by Random Order

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. Impact A client that is authorized to run...

6.5CVSS7.1AI score0.0045EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2024/11/22 8:11 p.m.16 views

SurrealDB has an Uncaught Exception Sorting Tables by Random Order

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. Impact A client that is authorized to run...

7.1AI score
SaveExploits0References6Affected Software2
OSV
OSV
added 2024/11/22 8:11 p.m.11 views

GHSA-JC55-246C-R88F SurrealDB has an Uncaught Exception Handling Nonexistent Role

Roles for system users are stored as generic Ident values and converted as strings and into the Role enum whenever IAM operations are to be performed that require processing the user roles. This conversion expects those identifiers to only contain the values owner, editor and viewer and will retu...

4.9CVSS6.8AI score0.00472EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2024/11/22 8:11 p.m.18 views

SurrealDB has an Uncaught Exception Handling Nonexistent Role

Roles for system users are stored as generic Ident values and converted as strings and into the Role enum whenever IAM operations are to be performed that require processing the user roles. This conversion expects those identifiers to only contain the values owner, editor and viewer and will retu...

6.9CVSS6.8AI score0.00472EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2024/11/22 8:11 p.m.15 views

SurrealDB has an Uncaught Exception in Function Generating Random Time

The rand::time function in SurrealQL generates a random time from an optional range of two Unix timestamps. Due to the underlying use of timestampopt from the chrono crate, this function could potentially return None in some instances, leading to a panic when unwrap was called on its result in...

7.1AI score
SaveExploits0References3Affected Software2
OSV
OSV
added 2024/11/22 8:11 p.m.13 views

GHSA-H4F5-H82V-5W4R SurrealDB has an Uncaught Exception in Function Generating Random Time

The rand::time function in SurrealQL generates a random time from an optional range of two Unix timestamps. Due to the underlying use of timestampopt from the chrono crate, this function could potentially return None in some instances, leading to a panic when unwrap was called on its result in...

6.5CVSS7.1AI score0.0045EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/11/22 12:00 a.m.8 views

PT-2024-40311 · Surrealdb · Surrealdb

Name of the Vulnerable Software and Affected Versions: SurrealDB versions prior to 2.1.0 Description: The issue arises from the rand::time function in SurrealQL, which can potentially return None and cause a panic when unwrap is called, leading to a denial of service. An authorized client can mak...

6.5CVSS7.1AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/11/22 12:00 a.m.15 views

PT-2024-40361 · Surrealdb · Surrealdb

Name of the Vulnerable Software and Affected Versions: SurrealDB versions prior to 2.1.0 Description: The issue arises when using an ORDER BY clause with the rand function for sorting table records, which can cause a panic due to a comparison function that does not implement total order. This can...

6.5CVSS7.5AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/11/22 12:00 a.m.10 views

PT-2024-40343 · Surrealdb · Surrealdb

Name of the Vulnerable Software and Affected Versions: SurrealDB versions prior to 2.1.0 Description: The issue arises from the conversion of Ident values to the Role enum, which expects only specific values owner, editor, and viewer. If a nonexistent role is used, it would result in a panic,...

4.9CVSS7.2AI score
SaveExploits0References5
OSV
OSV
added 2024/10/08 10:21 p.m.7 views

GHSA-9722-9J67-VJCR SurrealDB: Improper Authorization in Select Permissions

Due to the order in which permissions were processed, some statements, filters and computations could lead to leaking field values or record contents to users without the required permissions. This behavior could be triggered in different scenarios: - When performing a SELECT operation on a table...

7.1CVSS6.8AI score0.00209EPSS
SaveExploits0References15
Rows per page
Query Builder