Lucene search
+L

44958 matches found

NVD
NVD
added 2026/07/20 12:19 p.m.21 views

CVE-2026-63747

SurrealDB versions before 3.1.0 contain a denial of service vulnerability in the RPC use handler that panics when db is set without a namespace. Unauthenticated attackers can send a malformed WebSocket message to the /rpc endpoint to crash the server process...

8.7CVSS0.00359EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/20 12:19 p.m.18 views

CVE-2026-63734

SurrealDB versions before 3.2.0 contain a denial of service vulnerability in the SurrealML header parser that allows authenticated Owner-role users to crash the server by uploading a malformed .surml file to the /ml/import endpoint. Attackers can supply non-numeric input-dimensions or other...

6.9CVSS0.00329EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/20 12:19 p.m.19 views

CVE-2026-63735

SurrealDB versions before 3.2.0 fail to validate namespace and database scope in custom API routes, allowing authenticated users to invoke endpoints in different namespaces/databases. Attackers with valid credentials for any namespace/database can access custom API endpoints in other tenants by...

8.6CVSS0.00263EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/20 12:04 p.m.30 views

CVE-2026-63760

SurrealDB prior to 3.1.0 fails to enforce recursion depth limits in its value/JSON parsers when processing nested braces, brackets, or parentheses. Unauthenticated attackers can send deeply nested JSON to the WebSocket /rpc endpoint to exhaust server memory and crash the process. Remediation deta...

8.7CVSS5.4AI score0.00359EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/07/20 12:04 p.m.14 views

EUVD-2026-45931

SurrealDB before 3.1.0 fails to enforce the configured recursion depth limit in the value and JSON parser when processing nested braces, brackets, or parentheses. Unauthenticated attackers can send deeply nested JSON payloads to the WebSocket /rpc endpoint to exhaust server memory and crash the...

8.7CVSS5.3AI score0.00359EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/20 12:04 p.m.40 views

CVE-2026-63760 SurrealDB before 3.1.0 Denial of Service via JSON Parser

SurrealDB before 3.1.0 fails to enforce the configured recursion depth limit in the value and JSON parser when processing nested braces, brackets, or parentheses. Unauthenticated attackers can send deeply nested JSON payloads to the WebSocket /rpc endpoint to exhaust server memory and crash the...

8.7CVSS0.00359EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/20 12:04 p.m.31 views

CVE-2026-63757

CVE-2026-63757 affects SurrealDB versions before 3.1.0. The HTTP /rpc sessions method returns attached session UUIDs without authentication and accepts arbitrary session fields with no ownership verification, enabling unauthenticated attackers to enumerate session UUIDs and impersonate authentica...

8.8CVSS5.6AI score0.00354EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/20 12:04 p.m.24 views

CVE-2026-63756

CVE-2026-63756 concerns SurrealDB versions before 3.1.0, where a time-of-check/time-of-use race in the HTTP /rpc endpoint allows unauthenticated requests to inherit an authenticated session state. Unauthenticated attackers can issue concurrent /rpc requests while legitimate authenticated traffic ...

9.2CVSS5.5AI score0.0027EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/20 12:04 p.m.8 views

CVE-2026-63756

SurrealDB versions before 3.1.0 contain a time-of-check/time-of-use race condition in the HTTP /rpc endpoint that allows unauthenticated requests to inherit authenticated session state. Unauthenticated attackers can send concurrent requests to the /rpc endpoint while legitimate authenticated...

9.2CVSS5.5AI score0.0027EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/20 12:04 p.m.13 views

EUVD-2026-45927

SurrealDB versions before 3.1.0 contain a time-of-check/time-of-use race condition in the HTTP /rpc endpoint that allows unauthenticated requests to inherit authenticated session state. Unauthenticated attackers can send concurrent requests to the /rpc endpoint while legitimate authenticated...

9.2CVSS5.5AI score0.0027EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/20 12:04 p.m.10 views

CVE-2026-63756 SurrealDB before 3.1.0 Privilege Escalation via RPC Session Race Condition

SurrealDB versions before 3.1.0 contain a time-of-check/time-of-use race condition in the HTTP /rpc endpoint that allows unauthenticated requests to inherit authenticated session state. Unauthenticated attackers can send concurrent requests to the /rpc endpoint while legitimate authenticated...

9.2CVSS5.5AI score0.0027EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/20 12:04 p.m.19 views

EUVD-2026-45921

SurrealDB versions before 3.1.0 fail to apply the SURREALWEBSOCKETMAXMESSAGESIZE limit to anonymous /sql WebSocket connections, allowing attackers to buffer unbounded frames in the per-connection read buffer. Attackers can stream WebSocket frames larger than the configured limit across multiple...

6.9CVSS5.5AI score0.00278EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/20 12:04 p.m.12 views

CVE-2026-63747

SurrealDB versions before 3.1.0 contain a denial of service vulnerability in the RPC use handler that panics when db is set without a namespace. Unauthenticated attackers can send a malformed WebSocket message to the /rpc endpoint to crash the server process...

8.7CVSS5.3AI score0.00359EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/20 12:04 p.m.13 views

EUVD-2026-45918

SurrealDB versions before 3.1.0 contain a denial of service vulnerability in the RPC use handler that panics when db is set without a namespace. Unauthenticated attackers can send a malformed WebSocket message to the /rpc endpoint to crash the server process...

8.7CVSS5.3AI score0.00359EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/20 12:04 p.m.45 views

CVE-2026-63734 SurrealDB before 3.2.0 Denial of Service via malformed SurrealML import

SurrealDB versions before 3.2.0 contain a denial of service vulnerability in the SurrealML header parser that allows authenticated Owner-role users to crash the server by uploading a malformed .surml file to the /ml/import endpoint. Attackers can supply non-numeric input-dimensions or other...

6.9CVSS0.00329EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/20 12:04 p.m.20 views

CVE-2026-63734

SurrealDB prior to 3.2.0 is affected by a denial-of-service vulnerability in the SurrealML header parser. Authenticated Owner‑role users can crash the server by uploading a malformed .surml file to the /ml/import endpoint. Malformed header fields (e.g., non-numeric input-dimensions) trigger unche...

6.9CVSS5.4AI score0.00329EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/07/20 12:04 p.m.14 views

EUVD-2026-45905

SurrealDB versions before 3.2.0 contain a denial of service vulnerability in the SurrealML header parser that allows authenticated Owner-role users to crash the server by uploading a malformed .surml file to the /ml/import endpoint. Attackers can supply non-numeric input-dimensions or other...

6.9CVSS5.3AI score0.00329EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/20 11:56 a.m.10 views

react-router: @remix-run/server-runtime: React Router / Remix: Denial of Service via unbounded path expansion in __manifest endpoint

A flaw was found in React Router and @remix-run/server-runtime. A remote attacker can exploit this vulnerability by sending certain crafted requests to the manifest endpoint. This can lead to unbounded path expansion, consuming disproportionate server resources. The primary consequence is a denia...

7.5CVSS5.4AI score0.00299EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/20 7:16 a.m.12 views

CVE-2026-8825

The Elementor Website Builder WordPress plugin before 4.1.4 does not properly check user permissions before returning post data through one of its REST endpoints, allowing authenticated users with Contributor-level access and above to retrieve the title, body and metadata of private posts, privat...

4.9CVSS0.00234EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/20 6:00 a.m.15 views

EUVD-2026-45892

The Elementor Website Builder WordPress plugin before 4.1.4 does not properly check user permissions before returning post data through one of its REST endpoints, allowing authenticated users with Contributor-level access and above to retrieve the title, body and metadata of private posts, privat...

4.9CVSS5.3AI score0.00234EPSS
SaveExploits0References1
Rows per page
Query Builder