CVE-2026-72898: Metabase SQL injection via password reset endpoint
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.
Security readout for executives and security teams
Plain-English summary
A remotely reachable attacker can exploit Metabase’s password-reset endpoint without credentials, manipulate database queries, and obtain administrator access. This can expose or alter analytics data and disrupt the Metabase service. The CVSS 4.0 score is 10.0, and CISA lists the vulnerability as known exploited.
Executive priority
Treat this as an emergency remediation and compromise-assessment issue. Prioritize internet-facing instances first, assign accountable owners, and track completion promptly. Administrator takeover and arbitrary database manipulation create material risks to sensitive analytics data, business operations, and connected systems.
Technical view
CVE-2026-72898 is a CWE-89 SQL injection in Metabase’s /reset_password database endpoint. It requires network access but no authentication or user interaction. Successful exploitation permits arbitrary SQL injection and administrator access, with potential confidentiality, integrity, and availability impacts across Metabase and connected systems.
Likely exposure
Exposure is highest where a listed Metabase version is deployed and the vulnerable endpoint is network-reachable, especially from the internet. The bundle lists releases from x.58 through x.63, but does not clearly define version ranges or default deployment status. Confirm applicability against Metabase’s advisory.
Exploitation context
Active exploitation is supported by the bundle’s CISA Known Exploited Vulnerabilities designation. The supplied evidence does not describe campaign scale, threat actors, indicators, or exploitation prerequisites beyond remote, unauthenticated endpoint access.
Researcher notes
The bundle establishes unauthenticated SQL injection, administrator takeover, CVSS 10.0 severity, and KEV status. It does not provide precise affected ranges, fixed releases, indicators of compromise, or campaign details. Avoid interpreting the listed version pairs as ranges without checking Metabase’s advisory.
Mitigation direction
Consult Metabase’s security advisory immediately and apply its vendor-supported remediation.
Restrict external access to Metabase while remediation is assessed and deployed.
Isolate suspected compromised instances and preserve relevant application, proxy, authentication, and database logs.
Review connected database privileges and reduce Metabase access to the minimum operationally required.
Validation and detection
Inventory every Metabase instance and record its exact version and network exposure.
Compare installed versions with the vendor advisory’s precise affected and remediated ranges.
Review requests to /reset_password for unexpected volume, sources, or timing.
Check for unauthorized administrators, credential resets, configuration changes, and unusual database activity.
After remediation, confirm the endpoint is protected and administrative access remains legitimate.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
Exploitation: activeAutomatable: yesTechnical Impact: total
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: activeAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.