Lucene search
+L

244 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/20 12:04 p.m.8 views

CVE-2026-63742

SurrealDB versions before 3.1.0 contain a field-level SELECT permission bypass vulnerability in indexed COUNT fast paths. Attackers can execute COUNT queries on indexed fields with field-level SELECT restrictions to confirm or recover restricted field values through repeated guesses...

5.3CVSS5.4AI score0.00293EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/20 12:04 p.m.17 views

EUVD-2026-45913

SurrealDB versions before 3.1.0 contain a field-level SELECT permission bypass vulnerability in indexed COUNT fast paths. Attackers can execute COUNT queries on indexed fields with field-level SELECT restrictions to confirm or recover restricted field values through repeated guesses...

5.3CVSS5.4AI score0.00293EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/20 12:04 p.m.50 views

CVE-2026-63742 SurrealDB before 3.1.0 Field Permission Bypass via Indexed COUNT

SurrealDB versions before 3.1.0 contain a field-level SELECT permission bypass vulnerability in indexed COUNT fast paths. Attackers can execute COUNT queries on indexed fields with field-level SELECT restrictions to confirm or recover restricted field values through repeated guesses...

5.3CVSS0.00293EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/20 12:04 p.m.15 views

CVE-2026-63742 SurrealDB before 3.1.0 Field Permission Bypass via Indexed COUNT

SurrealDB versions before 3.1.0 contain a field-level SELECT permission bypass vulnerability in indexed COUNT fast paths. Attackers can execute COUNT queries on indexed fields with field-level SELECT restrictions to confirm or recover restricted field values through repeated guesses...

5.3CVSS5.5AI score0.00293EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/20 12:04 p.m.14 views

EUVD-2026-45909

SurrealDB versions 3.1.0 before 3.1.5 fail to enforce field-level SELECT permissions when records are accessed through graph-edge or back-reference traversals. Attackers with table-level SELECT access can read field values hidden by field-level permissions by materializing records through graph...

5.3CVSS5.2AI score0.00284EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/20 12:04 p.m.29 views

CVE-2026-63738

SurrealDB 3.1.0 before 3.1.5 exposes a field-permission bypass when records are accessed via graph-edge or back-reference traversals. The root cause is failure to enforce field-level SELECT permissions during graph traversals, enabling users with table-level SELECT access to materialize records a...

5.3CVSS5.3AI score0.00284EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/20 12:00 a.m.15 views

PT-2026-61554

Name of the Vulnerable Software and Affected Versions SurrealDB versions 3.1.0 through 3.1.4 Description An issue exists where field-level SELECT permissions are not enforced when records are accessed via graph-edge or back-reference traversals. Users with table-level SELECT access can bypass...

5.3CVSS5.8AI score0.00284EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/20 12:00 a.m.14 views

PT-2026-61564

SurrealDB versions before 3.1.0 contain an information disclosure vulnerability where authenticated users with UPDATE access can read field values hidden by field-level SELECT permissions through error messages. Attackers can trigger arithmetic or extend operations on hidden fields to embed raw...

5.3CVSS5.3AI score0.00326EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/20 12:00 a.m.13 views

PT-2026-61567

SurrealDB versions before 3.1.0 contain a field-level permission bypass vulnerability in JSON Patch operations that allows authenticated users to read protected fields. Attackers can use UPDATE PATCH with an empty from pointer in copy or move operations to duplicate all record fields, including...

5.3CVSS5.4AI score0.00293EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/20 12:00 a.m.14 views

PT-2026-61558

Name of the Vulnerable Software and Affected Versions SurrealDB versions prior to 3.1.0 Description A field-level SELECT permission bypass exists in indexed COUNT fast paths. This allows attackers to execute COUNT queries on indexed fields that have field-level SELECT restrictions, enabling them ...

5.3CVSS6AI score0.00293EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/09 8:54 p.m.9 views

GHSA-PQPW-CVM4-8MV9 Avo: Direct attachment upload endpoint lacks upload authorization and bypasses field-level upload policy

Summary Avo's direct attachment upload endpoint lacks server-side upload authorization and bypasses the documented field-level upload policy methods such as uploadFIELDID?. An authenticated Avo user who can reach the Avo attachment upload endpoint can replace or add attachment content, including...

6.5CVSS6.1AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/01 8:22 p.m.30 views

SurrealDB: Field-level SELECT permissions bypassed via indexed COUNT fast paths

A record user could learn the value of a hidden field by counting how many records match a guess. When DEFINE FIELD ... PERMISSIONS FOR select WHERE ... hides a field's contents from a caller, and that field is indexed, running SELECT count FROM t WHERE hiddenfield = "guess" GROUP ALL returned a...

5.9AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/01 8:16 p.m.11 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 score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/06/19 10:10 p.m.27 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.9AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/19 10:10 p.m.30 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
EUVD
EUVD
added 2026/06/10 12:31 a.m.26 views

EUVD-2026-35859

A bug in query analysis processing of the $vectorSearch aggregation stage for Queryable Encryption QE or Client-Side Field Level Encryption CSFLE results in literal values for encrypted fields within the $vectorSearch stage filter expressions to be sent to the server as plaintext instead of...

7.1CVSS5.4AI score0.00103EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/09 12:00 a.m.25 views

PT-2026-48289

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description A bug in the query analysis processing of the $vectorSearch aggregation stage for Queryable Encryption QE or Client-Side Field Level Encryption CSFLE causes...

7.1CVSS5.8AI score0.00103EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/06/05 7:24 p.m.15 views

CVE-2026-8201

A use-after-free vulnerability exists in MongoDB's Field-Level Encryption FLE query analysis component, affecting client-side uses of mongocryptd and cryptshared. Triggering this vulnerability requires control over the structure of a client's FLE-related query. This issue impacts MongoDB Server’s...

8.8CVSS5.4AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/14 8:50 a.m.18 views

BIT-MONGODB-2026-8201 Use-After-Free in MongoDB FLE Query Analysis When Processing Positional Projections on Encrypted Fields

A use-after-free vulnerability exists in MongoDB's Field-Level Encryption FLE query analysis component, affecting client-side uses of mongocryptd and cryptshared. Triggering this vulnerability requires control over the structure of a client's FLE-related query. This issue impacts MongoDB Server’s...

8.8CVSS5.8AI score0.00129EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/05/14 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-8201

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A use-after-free vulnerability exists in MongoDB's Field-Level Encryption FLE query analysis component, affecting client-side uses of mongocryptd and cryptshare...

8.8CVSS5.5AI score0.00129EPSS
SaveExploits0References2
Rows per page
Query Builder