CVE-2026-72899 (GCVE-0-2026-72899)

Vulnerability from cvelistv5 – Published: 2026-08-10 17:56 – Updated: 2026-08-11 03:55
VLAI
Title
Metabase SQL injection via public card or dashboard
Summary
Metabase allows an unauthenticated attacker to inject arbitrary SQL via a publicly shared card or dashboard that exposes a field-filter (dimension) parameter.
SSVC
Exploitation: none Automatable: yes Technical Impact: total
CISA Coordinator · cisa-cg (v2.0.3)
Decision recorded 2026-08-10 17:19 UTC
CWE
  • CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Impacted products
Vendor Product Version CPE status
Metabase Metabase Affected: x.58.0 , < x.58.24 (custom)
Unaffected: x.58.24
Affected: x.59.0 , < x.59.21 (custom)
Unaffected: x.59.21
Affected: x.60.0 , < x.60.17 (custom)
Unaffected: x.60.17
Affected: x.61.0 , < x.61.11 (custom)
Unaffected: x.61.11
Affected: x.62.0 , < x.62.9 (custom)
Unaffected: x.62.9
Affected: x.63.0 , < x.63.5 (custom)
Unaffected: x.63.5
guessed Create a notification for this product.
Date Public
2026-08-06 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-72899",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-10T00:00:00+00:00",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-11T03:55:38.382Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unknown",
          "product": "Metabase",
          "vendor": "Metabase",
          "versions": [
            {
              "lessThan": "x.58.24",
              "status": "affected",
              "version": "x.58.0",
              "versionType": "custom"
            },
            {
              "status": "unaffected",
              "version": "x.58.24"
            },
            {
              "lessThan": "x.59.21",
              "status": "affected",
              "version": "x.59.0",
              "versionType": "custom"
            },
            {
              "status": "unaffected",
              "version": "x.59.21"
            },
            {
              "lessThan": "x.60.17",
              "status": "affected",
              "version": "x.60.0",
              "versionType": "custom"
            },
            {
              "status": "unaffected",
              "version": "x.60.17"
            },
            {
              "lessThan": "x.61.11",
              "status": "affected",
              "version": "x.61.0",
              "versionType": "custom"
            },
            {
              "status": "unaffected",
              "version": "x.61.11"
            },
            {
              "lessThan": "x.62.9",
              "status": "affected",
              "version": "x.62.0",
              "versionType": "custom"
            },
            {
              "status": "unaffected",
              "version": "x.62.9"
            },
            {
              "lessThan": "x.63.5",
              "status": "affected",
              "version": "x.63.0",
              "versionType": "custom"
            },
            {
              "status": "unaffected",
              "version": "x.63.5"
            }
          ]
        }
      ],
      "datePublic": "2026-08-06T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Metabase allows an unauthenticated attacker to inject arbitrary SQL via a publicly shared card or dashboard that exposes a field-filter (dimension) parameter."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 10,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          }
        },
        {
          "cvssV4_0": {
            "attackComplexity": "LOW",
            "attackRequirements": "NONE",
            "attackVector": "NETWORK",
            "baseScore": 10,
            "baseSeverity": "CRITICAL",
            "privilegesRequired": "NONE",
            "subAvailabilityImpact": "HIGH",
            "subConfidentialityImpact": "HIGH",
            "subIntegrityImpact": "HIGH",
            "userInteraction": "NONE",
            "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
            "version": "4.0",
            "vulnAvailabilityImpact": "HIGH",
            "vulnConfidentialityImpact": "HIGH",
            "vulnIntegrityImpact": "HIGH"
          }
        },
        {
          "other": {
            "content": {
              "id": "CVE-2026-72899",
              "options": [
                {
                  "Exploitation": "none"
                },
                {
                  "Automatable": "yes"
                },
                {
                  "Technical Impact": "total"
                }
              ],
              "role": "CISA Coordinator",
              "timestamp": "2026-08-10T17:19:15.173020Z",
              "version": "2.0.3"
            },
            "type": "ssvc"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-89",
              "description": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-10T17:56:09.950Z",
        "orgId": "9119a7d8-5eab-497f-8521-727c672e3725",
        "shortName": "cisa-cg"
      },
      "references": [
        {
          "name": "url",
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://github.com/metabase/metabase/security/advisories/GHSA-r8h2-qpfx-mx59"
        },
        {
          "name": "url",
          "tags": [
            "vdb-entry"
          ],
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-72899"
        },
        {
          "name": "url",
          "tags": [
            "third-party-advisory"
          ],
          "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/IT/white/2026/va-26-222-01.json"
        }
      ],
      "title": "Metabase SQL injection via public card or dashboard"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "9119a7d8-5eab-497f-8521-727c672e3725",
    "assignerShortName": "cisa-cg",
    "cveId": "CVE-2026-72899",
    "datePublished": "2026-08-10T17:56:09.950Z",
    "dateReserved": "2026-08-10T17:21:11.759Z",
    "dateUpdated": "2026-08-11T03:55:38.382Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72899",
      "date": "2026-09-21",
      "epss": "0.00559",
      "percentile": "0.45091"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unknown",
                "product": "Metabase",
                "vendor": "Metabase",
                "versions": [
                  {
                    "lessThan": "x.58.24",
                    "status": "affected",
                    "version": "x.58.0",
                    "versionType": "custom"
                  },
                  {
                    "status": "unaffected",
                    "version": "x.58.24"
                  },
                  {
                    "lessThan": "x.59.21",
                    "status": "affected",
                    "version": "x.59.0",
                    "versionType": "custom"
                  },
                  {
                    "status": "unaffected",
                    "version": "x.59.21"
                  },
                  {
                    "lessThan": "x.60.17",
                    "status": "affected",
                    "version": "x.60.0",
                    "versionType": "custom"
                  },
                  {
                    "status": "unaffected",
                    "version": "x.60.17"
                  },
                  {
                    "lessThan": "x.61.11",
                    "status": "affected",
                    "version": "x.61.0",
                    "versionType": "custom"
                  },
                  {
                    "status": "unaffected",
                    "version": "x.61.11"
                  },
                  {
                    "lessThan": "x.62.9",
                    "status": "affected",
                    "version": "x.62.0",
                    "versionType": "custom"
                  },
                  {
                    "status": "unaffected",
                    "version": "x.62.9"
                  },
                  {
                    "lessThan": "x.63.5",
                    "status": "affected",
                    "version": "x.63.0",
                    "versionType": "custom"
                  },
                  {
                    "status": "unaffected",
                    "version": "x.63.5"
                  }
                ]
              }
            ],
            "source": "9119a7d8-5eab-497f-8521-727c672e3725"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "Metabase allows an unauthenticated attacker to inject arbitrary SQL via a publicly shared card or dashboard that exposes a field-filter (dimension) parameter."
          }
        ],
        "id": "CVE-2026-72899",
        "lastModified": "2026-08-26T16:52:20.850",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 10.0,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 3.9,
              "impactScore": 6.0,
              "source": "9119a7d8-5eab-497f-8521-727c672e3725",
              "type": "Secondary"
            }
          ],
          "cvssMetricV40": [
            {
              "cvssData": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "availabilityRequirement": "NOT_DEFINED",
                "baseScore": 10.0,
                "baseSeverity": "CRITICAL",
                "confidentialityRequirement": "NOT_DEFINED",
                "exploitMaturity": "NOT_DEFINED",
                "integrityRequirement": "NOT_DEFINED",
                "modifiedAttackComplexity": "NOT_DEFINED",
                "modifiedAttackRequirements": "NOT_DEFINED",
                "modifiedAttackVector": "NOT_DEFINED",
                "modifiedPrivilegesRequired": "NOT_DEFINED",
                "modifiedSubAvailabilityImpact": "NOT_DEFINED",
                "modifiedSubConfidentialityImpact": "NOT_DEFINED",
                "modifiedSubIntegrityImpact": "NOT_DEFINED",
                "modifiedUserInteraction": "NOT_DEFINED",
                "modifiedVulnAvailabilityImpact": "NOT_DEFINED",
                "modifiedVulnConfidentialityImpact": "NOT_DEFINED",
                "modifiedVulnIntegrityImpact": "NOT_DEFINED",
                "privilegesRequired": "NONE",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "HIGH",
                "subConfidentialityImpact": "HIGH",
                "subIntegrityImpact": "HIGH",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "HIGH",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "source": "9119a7d8-5eab-497f-8521-727c672e3725",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "9119a7d8-5eab-497f-8521-727c672e3725",
              "ssvcData": {
                "id": "CVE-2026-72899",
                "options": [
                  {
                    "exploitation": "none"
                  },
                  {
                    "automatable": "yes"
                  },
                  {
                    "technicalImpact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-10T17:19:15.173020Z",
                "version": "2.0.3"
              }
            },
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2026-72899",
                "options": [
                  {
                    "exploitation": "none"
                  },
                  {
                    "automatable": "yes"
                  },
                  {
                    "technicalImpact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-10T00:00:00+00:00",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2026-08-10T18:18:53.490",
        "references": [
          {
            "source": "9119a7d8-5eab-497f-8521-727c672e3725",
            "url": "https://github.com/metabase/metabase/security/advisories/GHSA-r8h2-qpfx-mx59"
          },
          {
            "source": "9119a7d8-5eab-497f-8521-727c672e3725",
            "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/IT/white/2026/va-26-222-01.json"
          },
          {
            "source": "9119a7d8-5eab-497f-8521-727c672e3725",
            "url": "https://www.cve.org/CVERecord?id=CVE-2026-72899"
          }
        ],
        "sourceIdentifier": "9119a7d8-5eab-497f-8521-727c672e3725",
        "vulnStatus": "Awaiting Analysis",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-89"
              }
            ],
            "source": "9119a7d8-5eab-497f-8521-727c672e3725",
            "type": "Secondary"
          }
        ]
      }
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-72899",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-10T20:03:13.666957Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-10T20:03:22.330Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unknown",
              "product": "Metabase",
              "vendor": "Metabase",
              "versions": [
                {
                  "lessThan": "x.58.24",
                  "status": "affected",
                  "version": "x.58.0",
                  "versionType": "custom"
                },
                {
                  "status": "unaffected",
                  "version": "x.58.24"
                },
                {
                  "lessThan": "x.59.21",
                  "status": "affected",
                  "version": "x.59.0",
                  "versionType": "custom"
                },
                {
                  "status": "unaffected",
                  "version": "x.59.21"
                },
                {
                  "lessThan": "x.60.17",
                  "status": "affected",
                  "version": "x.60.0",
                  "versionType": "custom"
                },
                {
                  "status": "unaffected",
                  "version": "x.60.17"
                },
                {
                  "lessThan": "x.61.11",
                  "status": "affected",
                  "version": "x.61.0",
                  "versionType": "custom"
                },
                {
                  "status": "unaffected",
                  "version": "x.61.11"
                },
                {
                  "lessThan": "x.62.9",
                  "status": "affected",
                  "version": "x.62.0",
                  "versionType": "custom"
                },
                {
                  "status": "unaffected",
                  "version": "x.62.9"
                },
                {
                  "lessThan": "x.63.5",
                  "status": "affected",
                  "version": "x.63.0",
                  "versionType": "custom"
                },
                {
                  "status": "unaffected",
                  "version": "x.63.5"
                }
              ]
            }
          ],
          "datePublic": "2026-08-06T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "Metabase allows an unauthenticated attacker to inject arbitrary SQL via a publicly shared card or dashboard that exposes a field-filter (dimension) parameter."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 10,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            },
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 10,
                "baseSeverity": "CRITICAL",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "HIGH",
                "subConfidentialityImpact": "HIGH",
                "subIntegrityImpact": "HIGH",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "HIGH",
                "vulnIntegrityImpact": "HIGH"
              }
            },
            {
              "other": {
                "content": {
                  "id": "CVE-2026-72899",
                  "options": [
                    {
                      "Exploitation": "none"
                    },
                    {
                      "Automatable": "yes"
                    },
                    {
                      "Technical Impact": "total"
                    }
                  ],
                  "role": "CISA Coordinator",
                  "timestamp": "2026-08-10T17:19:15.173020Z",
                  "version": "2.0.3"
                },
                "type": "ssvc"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-89",
                  "description": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T17:56:09.950Z",
            "orgId": "9119a7d8-5eab-497f-8521-727c672e3725",
            "shortName": "cisa-cg"
          },
          "references": [
            {
              "name": "url",
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://github.com/metabase/metabase/security/advisories/GHSA-r8h2-qpfx-mx59"
            },
            {
              "name": "url",
              "tags": [
                "vdb-entry"
              ],
              "url": "https://www.cve.org/CVERecord?id=CVE-2026-72899"
            },
            {
              "name": "url",
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/IT/white/2026/va-26-222-01.json"
            }
          ],
          "title": "Metabase SQL injection via public card or dashboard"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "9119a7d8-5eab-497f-8521-727c672e3725",
        "assignerShortName": "cisa-cg",
        "cveId": "CVE-2026-72899",
        "datePublished": "2026-08-10T17:56:09.950Z",
        "dateReserved": "2026-08-10T17:21:11.759Z",
        "dateUpdated": "2026-08-11T03:55:38.382Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…