Lucene search
+L

520 matches found

vulnersOsv
vulnersOsv
added 2024/10/08 10:21 p.m.5 views

actix-session-surrealdb (>=0.1.0 <=0.1.5) potentially affected by unknown CVE via surrealdb (=1.0.0-beta.9)

surrealdb CARGO version =1.0.0-beta.9 is affected by a known vulnerability. The following packages have a transitive dependency on surrealdb and may be impacted: - actix-session-surrealdb =0.1.0, =0.1.5 Source cves: unknown CVE Source advisory: OSV:GHSA-9722-9J67-VJCR...

5.8AI score
SaveExploits0
OSV
OSV
added 2024/10/08 10:21 p.m.4 views

GHSA-9722-9J67-VJCR 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.00215EPSS
SaveExploits0References13
Github Security Blog
Github Security Blog
added 2024/10/08 10:21 p.m.16 views

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...

6.8AI score
SaveExploits0References13Affected Software2
OSV
OSV
added 2024/10/08 10:20 p.m.7 views

GHSA-QJRV-V6QP-X99X SurrealDB has an Uncaught Exception Handling Parsing Errors on Empty Strings

The error rendering code from the parser would panic when handling failed parsing of queries where the error occurred when converting an empty string to a SurrealDB value. This would be the case when casting an empty string to a record, duration or datetime, as well as potentially when parsing an...

7.1CVSS7.7AI score0.00249EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/10/08 10:20 p.m.17 views

SurrealDB has an Uncaught Exception Handling Parsing Errors on Empty Strings

The error rendering code from the parser would panic when handling failed parsing of queries where the error occurred when converting an empty string to a SurrealDB value. This would be the case when casting an empty string to a record, duration or datetime, as well as potentially when parsing an...

7.7AI score
SaveExploits0References4Affected Software2
Positive Technologies
Positive Technologies
added 2024/10/08 12:0 a.m.7 views

PT-2024-40433 · Surrealdb · Surrealdb

Name of the Vulnerable Software and Affected Versions: SurrealDB versions prior to 2.0.4 Description: The issue occurs when the parser fails to handle the conversion of an empty string to a SurrealDB value, such as when casting to a record, duration, or datetime, or when parsing an empty string t...

7.1CVSS7.5AI score
SaveExploits0References5
vulnersOsv
vulnersOsv
added 2024/09/11 7:20 p.m.5 views

actix-session-surrealdb (>=0.1.0 <=0.1.5) potentially affected by unknown CVE via surrealdb (=1.0.0-beta.9)

surrealdb CARGO version =1.0.0-beta.9 is affected by a known vulnerability. The following packages have a transitive dependency on surrealdb and may be impacted: - actix-session-surrealdb =0.1.0, =0.1.5 Source cves: unknown CVE Source advisory: OSV:GHSA-64F8-PJGR-9WMR...

5.8AI score
SaveExploits0
OSV
OSV
added 2024/09/11 7:20 p.m.39 views

GHSA-64F8-PJGR-9WMR Untrusted Query Object Evaluation in RPC API

During the sign in and sign up operations through the SurrealDB RPC API, an arbitrary object would be accepted in order to support a wide array of types and structures that could contain user credentials. This arbitrary object could potentially contain any SurrealDB value, including an object...

8.8CVSS7.2AI score0.00367EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2024/09/11 7:20 p.m.23 views

Untrusted Query Object Evaluation in RPC API

During the sign in and sign up operations through the SurrealDB RPC API, an arbitrary object would be accepted in order to support a wide array of types and structures that could contain user credentials. This arbitrary object could potentially contain any SurrealDB value, including an object...

7.2AI score
SaveExploits0References7Affected Software2
OSV
OSV
added 2024/07/11 1:19 p.m.16 views

GHSA-GH9F-6XM2-C4J2 SurrealDB vulnerable to Improper Authentication when Changing Databases as Scope User

Authentication would not be properly validated when an already authenticated scope user would use the use method or USE clause to switch working databases in a session. If there was a user record in the new database with identical record identifier as the original record that the user authenticat...

6.3CVSS7.2AI score0.00194EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/07/11 1:19 p.m.15 views

SurrealDB vulnerable to Improper Authentication when Changing Databases as Scope User

Authentication would not be properly validated when an already authenticated scope user would use the use method or USE clause to switch working databases in a session. If there was a user record in the new database with identical record identifier as the original record that the user authenticat...

7.2AI score
SaveExploits0References4Affected Software2
vulnersOsv
vulnersOsv
added 2024/02/21 12:4 a.m.8 views

actix-session-surrealdb (>=0.1.0 <=0.1.5) potentially affected by unknown CVE via surrealdb (=1.0.0-beta.9)

surrealdb CARGO version =1.0.0-beta.9 is affected by a known vulnerability. The following packages have a transitive dependency on surrealdb and may be impacted: - actix-session-surrealdb =0.1.0, =0.1.5 Source cves: unknown CVE Source advisory: OSV:GHSA-Q3GG-M8HR-H4X4...

5.8AI score
SaveExploits0
OSV
OSV
added 2024/02/21 12:4 a.m.13 views

GHSA-Q3GG-M8HR-H4X4 Externally Controlled Format String in Scripting Functions

The rquickjs crate used by SurrealDB implements Rust bindings to the QuickJS C library and is used to execute SurrealDB scripting functions. The rquickjs function Exception::throwtype takes a string and returns an error object. Prior to version 0.4.2 of the crate, this string would be fed directl...

8.5CVSS8AI score0.00299EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/02/21 12:4 a.m.14 views

Externally Controlled Format String in Scripting Functions

The rquickjs crate used by SurrealDB implements Rust bindings to the QuickJS C library and is used to execute SurrealDB scripting functions. The rquickjs function Exception::throwtype takes a string and returns an error object. Prior to version 0.4.2 of the crate, this string would be fed directl...

8AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/02/21 12:3 a.m.17 views

GHSA-6WR5-JMPR-MJCX Uncaught Exception in Macro Expecting Native Function to Exist

The query executor would panic when executing a query containing a call to a built-in SurrealDB function that did not exist. This could occur accidentally in situations where the version of the SurrealDB client was newer than the SurrealDB server or when a pre-parsed query was provided to the...

6.5CVSS7.4AI score0.00249EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/02/21 12:3 a.m.21 views

Uncaught Exception in Macro Expecting Native Function to Exist

The query executor would panic when executing a query containing a call to a built-in SurrealDB function that did not exist. This could occur accidentally in situations where the version of the SurrealDB client was newer than the SurrealDB server or when a pre-parsed query was provided to the...

7.4AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/02/21 12:0 a.m.13 views

GHSA-8XFF-473H-F863 Uncaught Exception Handling Parsing Errors on Line Terminators

The span rendering would panic when handling failed parsing of queries where the error occurred on a line terminator character. Impact A client that is authorized to run queries in a SurrealDB server is able to execute a malformed query which will fail to parse on a line terminator character and...

6.5CVSS7.5AI score0.00249EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/02/21 12:0 a.m.25 views

Uncaught Exception Handling Parsing Errors on Line Terminators

The span rendering would panic when handling failed parsing of queries where the error occurred on a line terminator character. Impact A client that is authorized to run queries in a SurrealDB server is able to execute a malformed query which will fail to parse on a line terminator character and...

7.5AI score
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2024/02/21 12:0 a.m.8 views

PT-2024-40139 · Surrealdb · Surrealdb

Name of the Vulnerable Software and Affected Versions: SurrealDB versions prior to 1.2.0 Description: The issue occurs when a query containing a call to a nonexistent built-in SurrealDB function is executed, potentially causing a denial of service by crashing the server. This can happen when the...

6.5CVSS7.4AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/02/21 12:0 a.m.6 views

PT-2024-40207 · Surrealdb · Surrealdb

Name of the Vulnerable Software and Affected Versions: SurrealDB versions prior to 1.2.1 Description: The issue occurs when handling failed parsing of queries where the error is on a line terminator character, causing the span rendering to panic. This allows a client authorized to run queries in ...

6.5CVSS7.7AI score
SaveExploits0References4
Rows per page
Query Builder