Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
Network-reachable admin endpoint (AV:N, PR:H because admin rights are required), no user interaction, and H2 code execution escapes the app to the host (S:C) with full C/I/A impact.
Primary rating from Vendor (github).
CVSS VectorVendor: github
Lifecycle Timeline
2DescriptionCVE.org
Metabase is an open-source business intelligence and embedded analytics tool. From 1.55.0 until 1.58.15.1, 1.59.12, 1.60.6.3, and 1.61.2, Metabase did not validate unsafe H2 connection properties on one database-creation code path, allowing an authenticated administrator to register a crafted H2 database connection and execute arbitrary Java code on the Metabase server. This issue is fixed in versions 1.58.15.1, 1.59.12, 1.60.6.3, and 1.61.2.
Articles & Coverage 2
AnalysisAI
Remote code execution in Metabase (open-source BI/analytics platform) versions 1.55.0 through the fixed releases arises because one database-creation code path failed to validate unsafe H2 JDBC connection properties, letting an authenticated administrator register a crafted H2 datasource and run arbitrary Java on the server host. Because the CVSS scope is Changed (S:C), successful exploitation escapes the application context and yields full host compromise. No public exploit has been identified at time of analysis and it is not listed in CISA KEV, but the CVSS base score of 9.1 and RCE nature make it a high-priority patch for any exposed Metabase instance.
Technical ContextAI
Metabase supports many database backends via JDBC, including the embedded H2 engine. H2's JDBC URL and connection properties can invoke Java features (for example INIT scripts, TRIGGER/ALIAS definitions calling arbitrary Java, or the FILE_READ/CREATE ALIAS mechanisms) that execute code inside the JVM running Metabase. The root cause is CWE-94 (Improper Control of Generation of Code / code injection): the normal database-add flow strips or rejects dangerous H2 properties, but one particular creation code path (from 1.55.0 onward) omitted that validation, so an admin-supplied H2 connection string could smuggle code-executing properties. The affected component is the Metabase server itself (both the open-source 0.x/1.x lines share the same codebase), and the exploit runs with the privileges of the Metabase JVM process.
RemediationAI
Vendor-released patch: upgrade to 1.58.15.1, 1.59.12, 1.60.6.3, or 1.61.2 (open-source tags v0.58.15.1, v0.59.12, v0.60.6.3, v0.61.2), choosing the fixed release on your current release line; the fix commit is 74032e5e0a5a70dc45a6a744d37b9ba24eee8d01 and full details are in advisory https://github.com/metabase/metabase/security/advisories/GHSA-8wx2-rxp2-4x35. If you cannot patch immediately, the most effective compensating controls are to tightly restrict who holds Metabase administrator privileges and to require strong MFA on admin accounts, since exploitation needs an admin session; additionally, avoid granting the ability to add or edit database connections beyond a minimal trusted set, and place the Metabase admin interface behind a VPN or IP allowlist so an attacker cannot reach the database-creation endpoint even with stolen low-value credentials. As a targeted hardening measure, prevent registration of H2-type databases where the feature is not needed and monitor for creation of H2 datasources with unusual connection properties; the trade-off is reduced administrative flexibility for teams that legitimately use embedded H2. Note these controls reduce but do not eliminate risk from a fully compromised admin account - patching is the durable fix.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-94 – Code Injection
View allSame technique Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42664