CVE-2026-50147 PUBLISHED

Metabase: Arbitrary File Read via MySQL Connection Property Injection

Assigner: GitHub_M
Reserved: 03.06.2026 Published: 15.07.2026 Updated: 15.07.2026

Metabase is an open-source business intelligence and embedded analytics tool. From 1.57.0 until 1.57.19.1, 1.58.14.1, 1.59.10, and 1.60.4, an attacker who can configure a Metabase database connection can read arbitrary files from the Metabase server's filesystem by adding unsafe JDBC parameters to a MySQL or MariaDB connection, causing the driver to read files from the Metabase host and expose the contents through queries against the connected database or through validation error messages. This issue is fixed in versions 1.57.19.1, 1.58.14.1, 1.59.10, and 1.60.4.

Metrics

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

Product Status

Vendor metabase
Product metabase
Versions
  • Version >= 1.57.0, < 1.57.19.1 is affected
  • Version >= 1.58.0, < 1.58.14.1 is affected
  • Version >= 1.59.0, < 1.59.10 is affected
  • Version >= 1.60.0, < 1.60.4 is affected

References

Problem Types

  • CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') CWE