PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-67340 ArcadeData CVE debrief

ArcadeDB before 26.7.2 has a vulnerability allowing trigger scripts to look up host classes in java.lang.* via Java.type. An authenticated user with UPDATE_SCHEMA permission can create a JavaScript trigger that invokes java.lang.Runtime.getRuntime().exec() or ProcessBuilder, achieving OS command execution when the trigger fires. This vulnerability allows for potential code execution on affected systems. Users of ArcadeDB versions before 26.7.2, especially those with UPDATE_SCHEMA permissions, should verify and update their installations to prevent exploitation. This includes reviewing and restricting UPDATE_SCHEMA permissions, monitoring for suspicious activity, and applying vendor remediation when available. Security teams should prioritize patching and compensating controls for exposed systems.

Vendor
ArcadeData
Product
arcadedb
CVSS
CRITICAL 9.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-01
Original CVE updated
2026-08-01
Advisory published
2026-08-01
Advisory updated
2026-08-01

Who should care

Users of ArcadeDB versions before 26.7.2, especially those with UPDATE_SCHEMA permissions, should verify and update their installations to prevent exploitation. This includes reviewing and restricting UPDATE_SCHEMA permissions, monitoring for suspicious activity, and applying vendor remediation when available. Security teams should prioritize patching and compensating controls for exposed systems.

Technical summary

ArcadeDB before 26.7.2 allows trigger scripts to look up host classes in java.lang.* via Java.type. An authenticated user with UPDATE_SCHEMA permission can create a JavaScript trigger that invokes java.lang.Runtime.getRuntime().exec() or ProcessBuilder, achieving OS command execution when the trigger fires. This vulnerability allows for potential code execution on affected systems. The vulnerability can be mitigated by verifying ArcadeDB versions, restricting UPDATE_SCHEMA permissions, and monitoring for suspicious trigger script activity.

Defensive priority

Authenticated users with UPDATE_SCHEMA permission can exploit this vulnerability to execute OS commands.

Recommended defensive actions

  • Inventory and verify ArcadeDB versions, checking for version 26.7.2 or later.
  • Restrict UPDATE_SCHEMA permissions to necessary users.
  • Monitor for suspicious trigger script activity.
  • Implement compensating controls to detect and prevent OS command execution.
  • Apply vendor remediation when available.

Evidence notes

The CVE-2026-67340 record indicates that ArcadeDB before version 26.7.2 allows trigger scripts to execute OS commands via Java.type. An authenticated user with UPDATE_SCHEMA permission can create a JavaScript trigger that invokes java.lang.Runtime.getRuntime().exec() to achieve OS command execution when the trigger fires. Evidence is limited to CVE and NVD details. Defenders should verify ArcadeDB versions, restrict UPDATE_SCHEMA permissions, and monitor for suspicious trigger script activity.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-01T13:17:05.127Z and has not been modified since then.