Advisory · GHSA-vwf4-m7j8-wcjf
Metabase says its critical zero-day was actively exploited
An unauthenticated SQL-injection path can lead to Metabase administrator access, exposed database credentials, and data theft.
- Vendor
- Metabase
- Product
- Metabase
- Identifier / CWE
- GHSA-vwf4-m7j8-wcjf
- Action timing
- Immediate
Explain it like I’m five
Imagine a dashboard with a forgotten side door. A stranger can slide database instructions through that door, promote themselves to building manager, then open the cupboards where connected database keys are stored.
- 01Reset endpoint
An unauthenticated attacker reaches /api/session/reset_password.
- 02SQL injection
The request runs attacker-controlled SQL against the Metabase application database.
- 03Admin access
Database changes can give the attacker administrator control of Metabase.
- 04Connected data
Stored database credentials and data reachable through Metabase may be exposed.
What happened
Metabase says its Cloud service was attacked through a previously unknown vulnerability affecting versions 1.58 and above. Metabase blocked the abused endpoint, identified the flaw, and patched its Cloud customers. The corresponding GitHub advisory rates the issue critical with a CVSS 3.1 score of 10.0 and confirms active exploitation. No CVE had been assigned when this summary was written; the public identifier is GHSA-vwf4-m7j8-wcjf.
Self-hosted installations are not patched automatically. An unauthenticated attacker can inject SQL into the Metabase application database, gain instance administrator access, change configuration, steal stored credentials for connected databases, query accessible data, and export it.
What to do
Upgrade to at least the safe point release for your branch. The 0.x releases are OSS; Enterprise Edition uses the corresponding 1.x release:
- 0.58.24 / 1.58.24
- 0.59.21 / 1.59.21
- 0.60.17 / 1.60.17
- 0.61.11 / 1.61.11
- 0.62.9 / 1.62.9
- 0.63.5 / 1.63.5
Versions below 58 are not affected according to Metabase. If you cannot upgrade immediately, temporarily block /api/session/reset_password.
For an internet-accessible reset endpoint, Metabase also recommends that you:
- Revoke active sessions by deleting rows from the
core_sessiontable. - Remove unrecognized API keys and review administrator accounts.
- Rotate credentials for connected databases.
- Review warehouse logs, Metabase activity, and query history for unauthorized behavior.
What to look for
Metabase describes a likely compromise pattern as a POST /api/session/reset_password returning HTTP 400 followed by GET /api/user/current returning HTTP 200. If that sequence appears in application or ingress logs, treat the instance as likely compromised—not merely waiting for a patch.
Management note
This is the rare vulnerability that saves everyone time by arriving with active exploitation, a 10.0 score, and a direct path to database credentials. Skip the scoring workshop. Patch, investigate, rotate, and verify.