Skip to main content

Metabase

28 CVEs product

Monthly

CVE-2026-72900 HIGH This Week

Full application database read in Metabase is achievable by any authenticated low-privileged user due to a missing authorization check (CWE-862). Any user with a valid account - regardless of their assigned role or permissions - can issue requests that return the entire contents of the Metabase backend database, potentially exposing database connection credentials, API keys, user account data, and sensitive query results. No public exploit has been identified at time of analysis, but the low exploitation complexity and broad attacker pool (any registered user) make this a high-priority remediation item.

Authentication Bypass Metabase
NVD GitHub VulDB
CVSS 4.0
7.1
EPSS
0.3%
CVE-2026-72899 CRITICAL Act Now

SQL injection in Metabase lets an unauthenticated remote attacker execute arbitrary SQL against the connected database by abusing a field-filter (dimension) parameter exposed through a publicly shared card or dashboard. Because public sharing requires no login, any internet-reachable Metabase instance with a shared object that surfaces a field-filter parameter is exploitable with a single crafted request. No public exploit has been identified at time of analysis, but the maximal CVSS 4.0 score of 10.0 (AV:N/AC:L/PR:N/UI:N, full C/I/A on both the target and subsequent systems) reflects direct, unauthenticated database compromise.

SQLi Metabase
NVD GitHub VulDB
CVSS 4.0
10.0
EPSS
0.6%
CVE-2026-72898 CRITICAL POC KEV THREAT Emergency

SQL injection in Metabase's '/reset_password' database endpoint lets a remote, unauthenticated attacker inject arbitrary SQL and escalate to administrator on the connected Metabase instance. Rated CVSS 4.0 10.0 (CWE-89), it is network-exploitable with no authentication or user interaction, and full compromise of the application and its subsequent systems is achievable. No public exploit code is identified at time of analysis, but a vendor security advisory (GHSA-vwf4-m7j8-wcjf) and a CISA CSAF advisory (VA-26-222-01) both track the flaw, indicating coordinated, high-priority disclosure.

SQLi Metabase
NVD GitHub VulDB
CVSS 4.0
10.0
EPSS
0.7%
Threat
5.0
CVE-2026-50147 HIGH PATCH This Week

Arbitrary file read in Metabase (versions from 1.57.0 up to the fixed releases) allows an attacker who already holds database-configuration privileges to exfiltrate files from the Metabase server's host filesystem by injecting unsafe JDBC parameters into a MySQL or MariaDB connection. The malicious driver options coerce the JDBC client to read local host files and surface their contents through query results or connection-validation error messages. No public exploit identified at time of analysis; the flaw affects self-hosted and embedded deployments of this open-source BI platform.

Information Disclosure Metabase
NVD GitHub VulDB
CVSS 3.1
7.6
EPSS
0.2%
CVE-2026-50148 CRITICAL PATCH Act Now

Remote code execution in Metabase (open-source business intelligence platform) versions 1.54.0 through the fixed releases lets a user holding database-connection management rights run arbitrary code on the Metabase server. By pointing a Snowflake connection at an attacker-controlled server, a flaw in the bundled Snowflake JDBC driver writes attacker files anywhere on the host, overwriting one of Metabase's own driver files that later executes inside the Metabase process. There is no public exploit identified at time of analysis, but the vendor rates it CVSS 10.0 and a vendor security advisory (GHSA-r6x2-rchx-q9g9) confirms both the flaw and fixed versions.

RCE Metabase
NVD GitHub VulDB
CVSS 3.1
9.1
EPSS
0.4%
CVE-2026-59827 HIGH PATCH This Week

Remote code execution in Metabase's H2 database driver allows an authenticated user with native-query privileges to run arbitrary Java on the server. When Metabase returns H2 result columns of type OTHER (JDBC JAVA_OBJECT), it deserializes the embedded Java object without validation, so a crafted native H2 query triggers CWE-502 unsafe deserialization and full server compromise. It affects any instance using an H2 connection, including the default bundled sample database. No public exploit is identified at time of analysis (SSVC exploitation: none; EPSS 0.45%), though the upstream fix commit and vendor advisory GHSA-w95f-x9v9-wv36 are public.

Deserialization Java Metabase
NVD GitHub VulDB
CVSS 3.1
8.8
EPSS
0.4%
CVE-2026-59826 CRITICAL PATCH Act Now

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.

Code Injection Java RCE Metabase
NVD GitHub VulDB
CVSS 3.1
9.1
EPSS
0.4%
CVE-2026-33725 HIGH PATCH This Week

Remote Code Execution and Arbitrary File Read in Metabase Enterprise Edition allows authenticated administrators to execute arbitrary code and read sensitive files via malicious serialization archives. Affected versions span at least 1.47 through 1.59.3, with patches released in versions 1.54.22, 1.55.22, 1.56.22, 1.57.16, 1.58.10, and 1.59.4. The vulnerability exploits the POST /api/ee/serialization/import endpoint by injecting INIT properties into H2 JDBC specifications within crafted serialization archives, triggering arbitrary SQL execution during database synchronization. Authentication as an admin is required (CVSS PR:H), and the vulnerability has been confirmed exploitable on Metabase Cloud infrastructure.

RCE Deserialization Metabase
NVD GitHub VulDB
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-27464 HIGH PATCH This Week

Metabase versions prior to 0.57.13 and 0.58.x through 0.58.6 allow authenticated users to extract sensitive data including database credentials through template injection in the notification system. An attacker with low privileges can exploit unsafe template evaluation to retrieve confidential information and expose database access credentials. A patch is available in versions 0.57.13 and 0.58.7, or administrators can disable notifications as a temporary mitigation.

Industrial Metabase
NVD GitHub
CVSS 3.1
7.7
EPSS
0.0%
CVE-2026-22805 LOW Monitor

Metabase is an open-source data analytics platform. versions up to 55.13 is affected by server-side request forgery (ssrf).

SSRF Metabase
NVD GitHub
CVSS 4.0
2.1
EPSS
0.1%
CVE-2025-5895 LOW POC PATCH Monitor

Regular expression denial of service (ReDoS) in Metabase 0.54.10 allows remote low-privileged attackers to trigger CPU exhaustion via crafted data URIs processed by the parseDataUri function. The vulnerability stems from an inefficient regex susceptible to catastrophic backtracking, leading to availability impact. Public exploit code is available, and a vendor patch has been released.

Denial Of Service Metabase
NVD GitHub VulDB
CVSS 4.0
2.1
EPSS
0.2%
CVE-2025-27141 MEDIUM This Month

Metabase Enterprise Edition is the enterprise version of Metabase business intelligence and data analytics software. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Information Disclosure Metabase
NVD GitHub
CVSS 4.0
4.8
EPSS
0.1%
CVE-2023-37470 CRITICAL PATCH Act Now

Metabase is an open-source business intelligence and analytics platform. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Code Injection vulnerability could allow attackers to inject and execute arbitrary code within the application.

RCE Code Injection Metabase
NVD GitHub
CVSS 3.1
9.8
EPSS
1.1%
CVE-2023-38646 CRITICAL POC THREAT Emergency

Metabase open source before 0.46.6.1 and Metabase Enterprise before 1.46.6.1 allow attackers to execute arbitrary commands on the server, at the server's privilege level. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Metabase
NVD GitHub
CVSS 3.1
9.8
EPSS
97.9%
CVE-2023-32680 CRITICAL PATCH Act Now

Metabase is an open source business analytics engine. Rated critical severity (CVSS 9.6), this vulnerability is remotely exploitable, low attack complexity. This Missing Authentication for Critical Function vulnerability could allow attackers to access critical functionality without authentication.

Authentication Bypass Metabase
NVD GitHub
CVSS 3.1
9.6
EPSS
0.6%
CVE-2023-23629 MEDIUM This Month

Metabase is an open source data analytics platform. Rated medium severity (CVSS 6.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Information Disclosure Metabase
NVD GitHub
CVSS 3.1
6.3
EPSS
0.4%
CVE-2023-23628 MEDIUM This Month

Metabase is an open source data analytics platform. Rated medium severity (CVSS 4.1), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Information Disclosure Metabase
NVD GitHub
CVSS 3.1
4.1
EPSS
0.4%
CVE-2022-39362 HIGH PATCH This Week

Metabase is data visualization software. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity.

Information Disclosure Metabase
NVD GitHub
CVSS 3.1
8.8
EPSS
0.8%
CVE-2022-39361 HIGH This Week

Metabase is data visualization software. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

RCE Metabase
NVD GitHub
CVSS 3.1
8.8
EPSS
1.0%
CVE-2022-39360 MEDIUM PATCH This Month

Metabase is data visualization software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. This Improper Authentication vulnerability could allow attackers to bypass authentication mechanisms to gain unauthorized access.

Authentication Bypass Metabase
NVD GitHub
CVSS 3.1
6.5
EPSS
0.5%
CVE-2022-39359 MEDIUM PATCH This Month

Metabase is data visualization software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. This Exposure of Sensitive Information vulnerability could allow attackers to access sensitive data that should not be disclosed.

Information Disclosure Metabase
NVD GitHub
CVSS 3.1
6.5
EPSS
0.6%
CVE-2022-39358 MEDIUM This Month

Metabase is data visualization software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Information Disclosure Metabase
NVD GitHub
CVSS 3.1
6.5
EPSS
0.4%
CVE-2022-43776 MEDIUM POC This Month

The url parameter of the /api/geojson endpoint in Metabase versions <44.5 can be used to perform Server Side Request Forgery attacks. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

SSRF Metabase
NVD
CVSS 3.1
6.5
EPSS
0.7%
CVE-2022-24855 MEDIUM This Month

Metabase is an open source business intelligence and analytics application. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

XSS Metabase
NVD GitHub
CVSS 3.1
5.4
EPSS
0.7%
CVE-2022-24854 HIGH This Week

Metabase is an open source business intelligence and analytics application. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Information Disclosure Metabase
NVD GitHub
CVSS 3.1
8.8
EPSS
1.0%
CVE-2022-24853 MEDIUM POC This Month

Metabase is an open source business intelligence and analytics application. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required. Public exploit code available and no vendor patch available.

Microsoft Information Disclosure Metabase
NVD GitHub
CVSS 3.1
5.3
EPSS
2.5%
CVE-2021-41277 HIGH POC KEV PATCH THREAT This Week

Metabase is an open source data analytics platform. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Metabase
NVD GitHub
CVSS 3.1
7.5
EPSS
97.2%
CVE-2018-0697 MEDIUM This Month

Cross-site scripting vulnerability in Metabase version 0.29.3 and earlier allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

XSS Metabase
NVD
CVSS 3.0
6.1
EPSS
0.8%
EPSS 0% CVSS 7.1
HIGH This Week

Full application database read in Metabase is achievable by any authenticated low-privileged user due to a missing authorization check (CWE-862). Any user with a valid account - regardless of their assigned role or permissions - can issue requests that return the entire contents of the Metabase backend database, potentially exposing database connection credentials, API keys, user account data, and sensitive query results. No public exploit has been identified at time of analysis, but the low exploitation complexity and broad attacker pool (any registered user) make this a high-priority remediation item.

Authentication Bypass Metabase
NVD GitHub VulDB
EPSS 1% CVSS 10.0
CRITICAL Act Now

SQL injection in Metabase lets an unauthenticated remote attacker execute arbitrary SQL against the connected database by abusing a field-filter (dimension) parameter exposed through a publicly shared card or dashboard. Because public sharing requires no login, any internet-reachable Metabase instance with a shared object that surfaces a field-filter parameter is exploitable with a single crafted request. No public exploit has been identified at time of analysis, but the maximal CVSS 4.0 score of 10.0 (AV:N/AC:L/PR:N/UI:N, full C/I/A on both the target and subsequent systems) reflects direct, unauthenticated database compromise.

SQLi Metabase
NVD GitHub VulDB
EPSS 1% 5.0 CVSS 10.0
CRITICAL POC KEV THREAT Emergency

SQL injection in Metabase's '/reset_password' database endpoint lets a remote, unauthenticated attacker inject arbitrary SQL and escalate to administrator on the connected Metabase instance. Rated CVSS 4.0 10.0 (CWE-89), it is network-exploitable with no authentication or user interaction, and full compromise of the application and its subsequent systems is achievable. No public exploit code is identified at time of analysis, but a vendor security advisory (GHSA-vwf4-m7j8-wcjf) and a CISA CSAF advisory (VA-26-222-01) both track the flaw, indicating coordinated, high-priority disclosure.

SQLi Metabase
NVD GitHub VulDB
EPSS 0% CVSS 7.6
HIGH PATCH This Week

Arbitrary file read in Metabase (versions from 1.57.0 up to the fixed releases) allows an attacker who already holds database-configuration privileges to exfiltrate files from the Metabase server's host filesystem by injecting unsafe JDBC parameters into a MySQL or MariaDB connection. The malicious driver options coerce the JDBC client to read local host files and surface their contents through query results or connection-validation error messages. No public exploit identified at time of analysis; the flaw affects self-hosted and embedded deployments of this open-source BI platform.

Information Disclosure Metabase
NVD GitHub VulDB
EPSS 0% CVSS 9.1
CRITICAL PATCH Act Now

Remote code execution in Metabase (open-source business intelligence platform) versions 1.54.0 through the fixed releases lets a user holding database-connection management rights run arbitrary code on the Metabase server. By pointing a Snowflake connection at an attacker-controlled server, a flaw in the bundled Snowflake JDBC driver writes attacker files anywhere on the host, overwriting one of Metabase's own driver files that later executes inside the Metabase process. There is no public exploit identified at time of analysis, but the vendor rates it CVSS 10.0 and a vendor security advisory (GHSA-r6x2-rchx-q9g9) confirms both the flaw and fixed versions.

RCE Metabase
NVD GitHub VulDB
EPSS 0% CVSS 8.8
HIGH PATCH This Week

Remote code execution in Metabase's H2 database driver allows an authenticated user with native-query privileges to run arbitrary Java on the server. When Metabase returns H2 result columns of type OTHER (JDBC JAVA_OBJECT), it deserializes the embedded Java object without validation, so a crafted native H2 query triggers CWE-502 unsafe deserialization and full server compromise. It affects any instance using an H2 connection, including the default bundled sample database. No public exploit is identified at time of analysis (SSVC exploitation: none; EPSS 0.45%), though the upstream fix commit and vendor advisory GHSA-w95f-x9v9-wv36 are public.

Deserialization Java Metabase
NVD GitHub VulDB
EPSS 0% CVSS 9.1
CRITICAL PATCH Act Now

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.

Code Injection Java RCE +1
NVD GitHub VulDB
EPSS 0% CVSS 7.2
HIGH PATCH This Week

Remote Code Execution and Arbitrary File Read in Metabase Enterprise Edition allows authenticated administrators to execute arbitrary code and read sensitive files via malicious serialization archives. Affected versions span at least 1.47 through 1.59.3, with patches released in versions 1.54.22, 1.55.22, 1.56.22, 1.57.16, 1.58.10, and 1.59.4. The vulnerability exploits the POST /api/ee/serialization/import endpoint by injecting INIT properties into H2 JDBC specifications within crafted serialization archives, triggering arbitrary SQL execution during database synchronization. Authentication as an admin is required (CVSS PR:H), and the vulnerability has been confirmed exploitable on Metabase Cloud infrastructure.

RCE Deserialization Metabase
NVD GitHub VulDB
EPSS 0% CVSS 7.7
HIGH PATCH This Week

Metabase versions prior to 0.57.13 and 0.58.x through 0.58.6 allow authenticated users to extract sensitive data including database credentials through template injection in the notification system. An attacker with low privileges can exploit unsafe template evaluation to retrieve confidential information and expose database access credentials. A patch is available in versions 0.57.13 and 0.58.7, or administrators can disable notifications as a temporary mitigation.

Industrial Metabase
NVD GitHub
EPSS 0% CVSS 2.1
LOW Monitor

Metabase is an open-source data analytics platform. versions up to 55.13 is affected by server-side request forgery (ssrf).

SSRF Metabase
NVD GitHub
EPSS 0% CVSS 2.1
LOW POC PATCH Monitor

Regular expression denial of service (ReDoS) in Metabase 0.54.10 allows remote low-privileged attackers to trigger CPU exhaustion via crafted data URIs processed by the parseDataUri function. The vulnerability stems from an inefficient regex susceptible to catastrophic backtracking, leading to availability impact. Public exploit code is available, and a vendor patch has been released.

Denial Of Service Metabase
NVD GitHub VulDB
EPSS 0% CVSS 4.8
MEDIUM This Month

Metabase Enterprise Edition is the enterprise version of Metabase business intelligence and data analytics software. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Information Disclosure Metabase
NVD GitHub
EPSS 1% CVSS 9.8
CRITICAL PATCH Act Now

Metabase is an open-source business intelligence and analytics platform. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Code Injection vulnerability could allow attackers to inject and execute arbitrary code within the application.

RCE Code Injection Metabase
NVD GitHub
EPSS 98% CVSS 9.8
CRITICAL POC THREAT Emergency

Metabase open source before 0.46.6.1 and Metabase Enterprise before 1.46.6.1 allow attackers to execute arbitrary commands on the server, at the server's privilege level. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Metabase
NVD GitHub
EPSS 1% CVSS 9.6
CRITICAL PATCH Act Now

Metabase is an open source business analytics engine. Rated critical severity (CVSS 9.6), this vulnerability is remotely exploitable, low attack complexity. This Missing Authentication for Critical Function vulnerability could allow attackers to access critical functionality without authentication.

Authentication Bypass Metabase
NVD GitHub
EPSS 0% CVSS 6.3
MEDIUM This Month

Metabase is an open source data analytics platform. Rated medium severity (CVSS 6.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Information Disclosure Metabase
NVD GitHub
EPSS 0% CVSS 4.1
MEDIUM This Month

Metabase is an open source data analytics platform. Rated medium severity (CVSS 4.1), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Information Disclosure Metabase
NVD GitHub
EPSS 1% CVSS 8.8
HIGH PATCH This Week

Metabase is data visualization software. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity.

Information Disclosure Metabase
NVD GitHub
EPSS 1% CVSS 8.8
HIGH This Week

Metabase is data visualization software. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

RCE Metabase
NVD GitHub
EPSS 0% CVSS 6.5
MEDIUM PATCH This Month

Metabase is data visualization software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. This Improper Authentication vulnerability could allow attackers to bypass authentication mechanisms to gain unauthorized access.

Authentication Bypass Metabase
NVD GitHub
EPSS 1% CVSS 6.5
MEDIUM PATCH This Month

Metabase is data visualization software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. This Exposure of Sensitive Information vulnerability could allow attackers to access sensitive data that should not be disclosed.

Information Disclosure Metabase
NVD GitHub
EPSS 0% CVSS 6.5
MEDIUM This Month

Metabase is data visualization software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Information Disclosure Metabase
NVD GitHub
EPSS 1% CVSS 6.5
MEDIUM POC This Month

The url parameter of the /api/geojson endpoint in Metabase versions <44.5 can be used to perform Server Side Request Forgery attacks. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

SSRF Metabase
NVD
EPSS 1% CVSS 5.4
MEDIUM This Month

Metabase is an open source business intelligence and analytics application. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

XSS Metabase
NVD GitHub
EPSS 1% CVSS 8.8
HIGH This Week

Metabase is an open source business intelligence and analytics application. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

Information Disclosure Metabase
NVD GitHub
EPSS 2% CVSS 5.3
MEDIUM POC This Month

Metabase is an open source business intelligence and analytics application. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required. Public exploit code available and no vendor patch available.

Microsoft Information Disclosure Metabase
NVD GitHub
EPSS 97% CVSS 7.5
HIGH POC KEV PATCH THREAT This Week

Metabase is an open source data analytics platform. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Metabase
NVD GitHub
EPSS 1% CVSS 6.1
MEDIUM This Month

Cross-site scripting vulnerability in Metabase version 0.29.3 and earlier allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

XSS Metabase
NVD

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy