CVE-2026-59827 PUBLISHED

Metabase: Unsafe Deserialization of H2 Query Results

Assigner: GitHub_M
Reserved: 07.07.2026 Published: 09.07.2026 Updated: 09.07.2026

Metabase is an open-source business intelligence and embedded analytics tool. Prior to 1.58.15, 1.59.12, 1.60.6.3, and 1.61.1.4, Metabase instances with an H2 database connection, including the default sample database, deserialize arbitrary Java objects returned in H2 native query result columns of type OTHER without validation, allowing an authenticated user who can run native H2 queries to execute code on the Metabase server. This issue is fixed in versions 1.58.15, 1.59.12, 1.60.6.3, and 1.61.1.4.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
CVSS Score: 9.9

Product Status

Vendor metabase
Product metabase
Versions
  • Version >= 1.58.0, < 1.58.15 is affected
  • Version >= 1.59.0, < 1.59.12 is affected
  • Version >= 1.60.0, < 1.60.6.3 is affected
  • Version >= 1.61.0, < 1.61.1.4 is affected

References

Problem Types

  • CWE-502: Deserialization of Untrusted Data CWE