Summary
CVE-2026-72899 is an unauthenticated SQL injection vulnerability (CWE-89) in Metabase. An attacker can inject arbitrary SQL through a publicly shared card or dashboard that exposes a field-filter (dimension) parameter, gaining access to the Metabase application database. It carries a CVSS v3.1 base score of 10.0 (Critical).
Technical details
- Root cause: Improper neutralization of input supplied to field-filter (dimension) parameters on publicly shared cards and dashboards, allowing attacker-controlled SQL to reach the application database.
- Trigger conditions: A card or dashboard is published via public sharing and exposes a field-filter parameter; the attacker submits a crafted value to that parameter. No authentication is required.
- Attack vector: Network — the malicious request is sent to the publicly accessible shared link.
- Impact: Injection of arbitrary SQL into the Metabase application database, enabling attackers to alter configuration, steal stored credentials for connected databases, read data accessible through those connections, and export data.
Affected software
- Metabase v58.0 through v58.23
- Metabase v59.0 through v59.20
- Metabase v60.0 through v60.16
- Metabase v61.0 through v61.10
- Metabase v62.0 through v62.8
- Metabase v63.0 through v63.4
Severity
- CVSS v3.1 base score: 10.0 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: Upgrade to a patched release — v58.24, v59.21, v60.17, v61.11, v62.9, or v63.5.
- If no patch can be applied yet: Temporarily disable public sharing or unpublish any public cards and dashboards that expose field-filter parameters.
- Post-upgrade hardening: Revoke active user sessions, review and rotate API keys, audit administrator accounts for unauthorized changes, rotate credentials for connected databases, and review access and query logs for signs of exploitation.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
window.MetabaseBootstrap =,MetabaseBootstrap,"tag": "v

