Lucene search
+L

145 matches found

CVE
CVE
added 2026/08/02 12:15 p.m.56 views

CVE-2026-68578

ArcadeDB before 26.7.3 is affected by an authentication bypass in the MCP HTTP transport: the server does not bind the authenticated principal, causing engine permission checks to pass as no-ops. As a result, non-root MCP-allowed users can perform arbitrary writes, DDL, schema mutations, and run ...

7.7CVSS5.9AI score0.00214EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/02 12:15 p.m.47 views

CVE-2026-67356

ArcadeDB prior to 26.7.3 is affected. The issue arises when the real LocalDatabase object is bound into JavaScript trigger contexts with HostAccess.ALL, enabling triggers to call getSecurity().createUser() without permission checks. An attacker with UPDATE_SCHEMA can create such triggers that exe...

8.8CVSS5.6AI score0.00246EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/02 12:15 p.m.36 views

CVE-2026-67356 ArcadeDB before 26.7.3 Privilege Escalation via JavaScript Trigger

ArcadeDB before 26.7.3 binds the real LocalDatabase object into JavaScript trigger contexts with HostAccess.ALL, allowing schema-admins to call getSecurity.createUser without permission checks. Attackers with UPDATESCHEMA permission can create triggers that execute JavaScript to create server-wid...

8.8CVSS0.00246EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/02 12:15 p.m.15 views

EUVD-2026-51986

ArcadeDB before 26.7.3 binds the real LocalDatabase object into JavaScript trigger contexts with HostAccess.ALL, allowing schema-admins to call getSecurity.createUser without permission checks. Attackers with UPDATESCHEMA permission can create triggers that execute JavaScript to create server-wid...

8.8CVSS5.6AI score0.00246EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/02 12:15 p.m.10 views

CVE-2026-67356

ArcadeDB before 26.7.3 binds the real LocalDatabase object into JavaScript trigger contexts with HostAccess.ALL, allowing schema-admins to call getSecurity.createUser without permission checks. Attackers with UPDATESCHEMA permission can create triggers that execute JavaScript to create server-wid...

8.8CVSS5.6AI score0.00246EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/01 1:17 p.m.10 views

CVE-2026-67340

ArcadeDB before 26.7.2 arcadedb-engine allows trigger scripts to look up host classes in java.lang. via Java.type because ScriptTriggerExecutor adds java.lang. to the allowed packages. An authenticated user with UPDATESCHEMA permission can create a JavaScript trigger that invokes...

9.8CVSS0.00523EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/01 1:17 p.m.13 views

CVE-2026-67341

ArcadeDB versions before 26.7.2 fail to enforce scripting authorization checks on the SQL DEFINE FUNCTION statement with LANGUAGE js. Attackers with database access can execute arbitrary JavaScript code by submitting DEFINE FUNCTION statements, bypassing security controls intended to restrict...

9.8CVSS0.00319EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.11 views

CVE-2026-67342

ArcadeDB versions before 26.7.2 contain an authorization bypass vulnerability in HTTP handlers for time series, batch, Prometheus, and Grafana endpoints that fail to validate database access permissions. Attackers can access and modify databases they are not authorized to use by directly calling...

9.8CVSS0.00319EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.13 views

CVE-2026-67343

ArcadeDB versions before 26.7.2 fail to properly redact the cluster token in the GET /api/v1/server endpoint, allowing authenticated users to retrieve the arcadedb.ha.clusterToken value in cleartext. Attackers can use the leaked token with X-ArcadeDB-Cluster-Token and X-ArcadeDB-Forwarded-User...

8.8CVSS0.00298EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.13 views

CVE-2026-67344

ArcadeDB before 26.7.2 fails to enforce the UPDATESCHEMA database permission on the ALTER TYPE ... CUSTOM and ALTER TYPE ... BUCKETSELECTIONSTRATEGY SQL operations, which map to setCustomValue and setBucketSelectionStrategy in LocalDocumentType. An authenticated user with only read access e.g., a...

8.5CVSS0.00144EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/01 12:22 p.m.8 views

CVE-2026-67344

ArcadeDB before 26.7.2 fails to enforce the UPDATESCHEMA database permission on the ALTER TYPE ... CUSTOM and ALTER TYPE ... BUCKETSELECTIONSTRATEGY SQL operations, which map to setCustomValue and setBucketSelectionStrategy in LocalDocumentType. An authenticated user with only read access e.g., a...

8.5CVSS5.8AI score0.00144EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/01 12:22 p.m.12 views

EUVD-2026-51807

ArcadeDB before 26.7.2 fails to enforce the UPDATESCHEMA database permission on the ALTER TYPE ... CUSTOM and ALTER TYPE ... BUCKETSELECTIONSTRATEGY SQL operations, which map to setCustomValue and setBucketSelectionStrategy in LocalDocumentType. An authenticated user with only read access e.g., a...

8.5CVSS5.8AI score0.00144EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/01 12:22 p.m.36 views

CVE-2026-67340 ArcadeDB before 26.7.2 Remote Code Execution via Trigger Scripts

ArcadeDB before 26.7.2 arcadedb-engine allows trigger scripts to look up host classes in java.lang. via Java.type because ScriptTriggerExecutor adds java.lang. to the allowed packages. An authenticated user with UPDATESCHEMA permission can create a JavaScript trigger that invokes...

9.8CVSS0.00523EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/01 12:22 p.m.52 views

CVE-2026-67341

ArcadeDB versions before 26.7.2 are affected by an authorization bypass vulnerability in SQL DEFINE FUNCTION ... LANGUAGE js. The issue allows attackers with database access to execute arbitrary JavaScript by submitting DEFINE FUNCTION statements, bypassing scripting controls intended to be admin...

9.8CVSS6AI score0.00319EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/01 12:22 p.m.69 views

CVE-2026-67340

ArcadeDB prior to 26.7.2 (arcadedb-engine) is affected: ScriptTriggerExecutor adds java.lang.* to allowed packages, allowing trigger scripts to access host classes via Java.type. An authenticated user with UPDATE_SCHEMA can create a JavaScript trigger that calls java.lang.Runtime.getRuntime().exe...

9.8CVSS5.7AI score0.00523EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/08/01 12:22 p.m.46 views

CVE-2026-67344 ArcadeDB before 26.7.2 Authentication Bypass via ALTER TYPE

ArcadeDB before 26.7.2 fails to enforce the UPDATESCHEMA database permission on the ALTER TYPE ... CUSTOM and ALTER TYPE ... BUCKETSELECTIONSTRATEGY SQL operations, which map to setCustomValue and setBucketSelectionStrategy in LocalDocumentType. An authenticated user with only read access e.g., a...

8.5CVSS0.00144EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/01 12:22 p.m.8 views

CVE-2026-67344 ArcadeDB before 26.7.2 Authentication Bypass via ALTER TYPE

ArcadeDB before 26.7.2 fails to enforce the UPDATESCHEMA database permission on the ALTER TYPE ... CUSTOM and ALTER TYPE ... BUCKETSELECTIONSTRATEGY SQL operations, which map to setCustomValue and setBucketSelectionStrategy in LocalDocumentType. An authenticated user with only read access e.g., a...

8.5CVSS5.8AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/01 12:22 p.m.14 views

EUVD-2026-51813

ArcadeDB before 26.7.2 arcadedb-engine allows trigger scripts to look up host classes in java.lang. via Java.type because ScriptTriggerExecutor adds java.lang. to the allowed packages. An authenticated user with UPDATESCHEMA permission can create a JavaScript trigger that invokes...

9.8CVSS5.7AI score0.00523EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/08/01 12:22 p.m.11 views

CVE-2026-67340

ArcadeDB before 26.7.2 arcadedb-engine allows trigger scripts to look up host classes in java.lang. via Java.type because ScriptTriggerExecutor adds java.lang. to the allowed packages. An authenticated user with UPDATESCHEMA permission can create a JavaScript trigger that invokes...

9.8CVSS5.7AI score0.00523EPSS
SaveExploits1References3
OSV
OSV
added 2026/08/01 12:22 p.m.6 views

CVE-2026-67341 ArcadeDB before 26.7.2 Authorization Bypass via SQL DEFINE FUNCTION

ArcadeDB versions before 26.7.2 fail to enforce scripting authorization checks on the SQL DEFINE FUNCTION statement with LANGUAGE js. Attackers with database access can execute arbitrary JavaScript code by submitting DEFINE FUNCTION statements, bypassing security controls intended to restrict...

9.3CVSS6AI score
SaveExploits0References4
Rows per page
Query Builder