Lucene search
+L

525 matches found

OSV
OSV
added 2026/07/01 8:18 p.m.18 views

GHSA-FPXG-5XMV-922M SurrealDB has bypass of field-level SELECT permissions through JSON Patch `copy` and `move` with empty `from`

SurrealDB lets callers modify records using JSON Patch operations via the UPDATE … PATCH statement and SDK equivalents such as db.patch. One of those operations is copy, which duplicates one field's value into another field of the same record. A PATCH with an empty from — for example, UPDATE...

4.3CVSS5.7AI score0.00293EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/01 8:16 p.m.15 views

GHSA-6G9V-7GQ3-P2C6 SurrealDB: Authenticated callers can read fields hidden by field-level SELECT permissions via error messages

A record user with UPDATE access could read field values that field-level SELECT permissions hid from them. Arithmetic operators and extend embedded the raw operand into their error messages, and UPDATE permission checks evaluate against the unreduced document — so triggering such an error agains...

4.3CVSS5.8AI score0.00326EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/01 8:16 p.m.27 views

SurrealDB: Authenticated callers can read fields hidden by field-level SELECT permissions via error messages

A record user with UPDATE access could read field values that field-level SELECT permissions hid from them. Arithmetic operators and extend embedded the raw operand into their error messages, and UPDATE permission checks evaluate against the unreduced document — so triggering such an error agains...

5.3CVSS5.8AI score0.00326EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/01 8:15 p.m.24 views

SurrealDB vulnerable to pre-auth memory amplification via unbounded `/sql` WebSocket frames

An anonymous caller could degrade /sql availability by streaming WebSocket frames many times larger than the operator-configured per-connection limit. The /sql upgrade handler accepted anonymous connections and did not propagate SURREALWEBSOCKETMAXMESSAGESIZE to the WebSocket protocol layer —...

5.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/01 8:13 p.m.23 views

GHSA-4V76-CW68-4VC9 SurrealDB: Crafting malicious LIVE queries writes to the database, resulting in DoS, without permission to the table required

A LIVE query whose WHERE clause evaluates to an error caused the source data modifier the user creating, updating, or deleting a record on the watched table to fail instead. Calling any arbitrary SurrealQL function with a typed parameter and passing a value of the wrong type — for example LIVE...

6.5CVSS5.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/01 8:13 p.m.28 views

SurrealDB: Crafting malicious LIVE queries writes to the database, resulting in DoS, without permission to the table required

A LIVE query whose WHERE clause evaluates to an error caused the source data modifier the user creating, updating, or deleting a record on the watched table to fail instead. Calling any arbitrary SurrealQL function with a typed parameter and passing a value of the wrong type — for example LIVE...

5.9AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/01 8:10 p.m.13 views

GHSA-VJJX-RFW4-RMFC SurrealDB: Graph traversal bypasses table SELECT permissions

An authenticated record or scope user could read records on any table reachable through a graph edge or REFERENCES TO back-reference, regardless of that table's PERMISSIONS FOR select clause. Traversing SELECT FROM source-edge-target returned full documents from target even when target was define...

6.5CVSS5.9AI score0.00399EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/01 8:06 p.m.27 views

SurrealDB: Scraping a TABLE with no available PERMISSIONS to current auth level

A vulnerability was discovered where the user-supplied WHERE clause in a SELECT statement is evaluated against the full record data before PERMISSIONS FOR SELECT WHERE determines whether the principal is authorised to access that record. A side-effecting expression in the WHERE clause can...

7.1CVSS5.8AI score0.00361EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/01 8:05 p.m.41 views

SurrealDB vulnerable to Denial of Service due to nested types annotations

The SurrealDB type/kind parser did not enforce the configured recursion depth limit when parsing nested type annotations. The expression parser already enforced the limit for analogous constructs; the kind parser omitted it. An authenticated attacker could send a query with deeply nested type...

6.2AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/01 8:05 p.m.14 views

GHSA-Q8QP-67F9-WR3F SurrealDB vulnerable to Denial of Service due to nested types annotations

The SurrealDB type/kind parser did not enforce the configured recursion depth limit when parsing nested type annotations. The expression parser already enforced the limit for analogous constructs; the kind parser omitted it. An authenticated attacker could send a query with deeply nested type...

6.5CVSS6.2AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/01 8:04 p.m.25 views

SurrealDB has unauthenticated remote DoS via malformed RPC `use` call

A single unauthenticated WebSocket message to /rpc crashed the SurrealDB server. Sending use db: "x" without first selecting a namespace hit .expect"namespace should be set" in the use handler; because surrealdb-core is built with panic = 'abort', the panic terminated the process. use is callable...

5.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/01 8:04 p.m.16 views

GHSA-WJJJ-24CX-F28G SurrealDB has unauthenticated remote DoS via malformed RPC `use` call

A single unauthenticated WebSocket message to /rpc crashed the SurrealDB server. Sending use db: "x" without first selecting a namespace hit .expect"namespace should be set" in the use handler; because surrealdb-core is built with panic = 'abort', the panic terminated the process. use is callable...

7.5CVSS5.8AI score
SaveExploits0References3
OSV
OSV
added 2026/07/01 8:03 p.m.18 views

GHSA-Q729-696Q-G9PQ SurrealDB has Denial of Service in JSON parser due to nested objects

The SurrealDB value and JSON parser did not enforce the configured recursion depth limit when parsing nested , , or tokens. The expression parser already enforced the limit for these tokens; the value/JSON parser omitted it. An unauthenticated attacker could send a deeply nested JSON payload to t...

7.5CVSS6.1AI score0.00515EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/01 8:02 p.m.30 views

SurrealDB: HTTP RPC Session Race Condition Allows Privilege Escalation

The HTTP /rpc endpoint has a time-of-check/time-of-use TOCTOU race condition on internal session state. When authenticated and unauthenticated requests are processed concurrently, the unauthenticated request can inherit the authenticated user's session and privileges. The /rpc endpoint is the...

5.8AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/01 8:00 p.m.25 views

SurrealDB: HTTP /rpc `sessions` method leaks attached session UUIDs, enabling full session hijack by anonymous callers

The HTTP /rpc sessions method returned every attached session UUID without authentication, and the /rpc handler accepted an arbitrary session field with no ownership check. An anonymous caller could enumerate UUIDs and impersonate any authenticated session. "Attached" means sessions registered vi...

5.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/01 8:00 p.m.19 views

GHSA-5QFP-32CF-69JH SurrealDB: HTTP /rpc `sessions` method leaks attached session UUIDs, enabling full session hijack by anonymous callers

The HTTP /rpc sessions method returned every attached session UUID without authentication, and the /rpc handler accepted an arbitrary session field with no ownership check. An anonymous caller could enumerate UUIDs and impersonate any authenticated session. "Attached" means sessions registered vi...

8.8CVSS5.9AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.22 views

PT-2026-54773

Name of the Vulnerable Software and Affected Versions SurrealDB versions prior to 3.1.0 Description An authorization bypass exists when deleting node records in a graph. When a node is deleted, the system automatically removes connected edge records via the Document::purge edges function. This...

5.4CVSS6.1AI score0.00347EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/06/19 10:10 p.m.36 views

SurrealDB: Denial of Service via deep operator chains

An authenticated user could crash a SurrealDB server with a single query containing a long chain of operators. Such a query — for example RETURN 1 + 1 + 1 + ... with tens of thousands of terms — is parsed into an expression tree one level deep per operator. Because the chain is flat and the pratt...

6.3AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/19 10:10 p.m.32 views

SurrealDB: Field-level SELECT permissions bypassed via graph and reference traversals

A record user could read field values hidden from them by field-level SELECT permissions by reaching the records through a graph-edge - or back-reference SELECT FROM knows, person:bobknows-SELECT FROM person — returned it intact. The root cause: the shared resolverecordbatch helper used by...

5.3CVSS5.9AI score0.00284EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/19 10:10 p.m.34 views

SurrealDB: Indexed ORDER BY leaks the value ordering of a SELECT-restricted field

A field can be hidden from a user with a field-level SELECT permission DEFINE FIELD code ON secret PERMISSIONS FOR select WHERE owner = $auth.id. When that field is indexed, a record user who cannot read it could still recover the relative ordering of its values across every record by issuing ORD...

5.9AI score
SaveExploits0References2Affected Software1
Rows per page
Query Builder