CVE-2026-72898
Analyzed
Analyzed - Analysis Complete
Remote SQL Injection in Metabase Leading to Admin Access
Vulnerability report for CVE-2026-72898, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-10
Last updated on: 2026-08-12
Assigner: Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian Government
Description
Description
Metabase allows a remote, unauthenticated attacker to inject arbitrary SQL via the '/reset_password' database endpoint and gain administrator access to the connected Metabase instance.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| metabase | metabase | From 0.58.0 (inc) to 0.58.24 (exc) |
| metabase | metabase | From 0.59.0 (inc) to 0.59.21 (exc) |
| metabase | metabase | From 0.60.0 (inc) to 0.60.17 (exc) |
| metabase | metabase | From 0.61.0 (inc) to 0.61.11 (exc) |
| metabase | metabase | From 0.62.0 (inc) to 0.62.9 (exc) |
| metabase | metabase | From 0.63.0 (inc) to 0.63.5 (exc) |
| metabase | metabase | From 1.58.0 (inc) to 1.58.24 (exc) |
| metabase | metabase | From 1.59.0 (inc) to 1.59.21 (exc) |
| metabase | metabase | From 1.60.0 (inc) to 1.60.17 (exc) |
| metabase | metabase | From 1.61.0 (inc) to 1.61.11 (exc) |
| metabase | metabase | From 1.62.0 (inc) to 1.62.9 (exc) |
| metabase | metabase | From 1.63.0 (inc) to 1.63.5 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |