Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. io.crate/crate
  4. ›
  5. CVE-2026-49989

CVE-2026-49989: CrateDB's Blob HTTP handler bypasses authorization

July 1, 2026

CrateDB has two ways to access blob storage: SQL (SELECT ... FROM blob.<table> and friends) and the blob HTTP API (GET|PUT|DELETE /_blobs/{table}/{digest}). The SQL path goes through AccessControl, which is what enforces privilege grants; that’s why SELECT digest FROM blob.secret_blobs fails for a user who has no grants on the table.

The HTTP path authenticates the request but never asks AccessControl whether the authenticated user is allowed to touch the table. So a user with no grants gets MissingPrivilegeException from SQL and 200 OK plus the blob bytes from GET /_blobs/secret_blobs/<digest>.

References

  • github.com/advisories/GHSA-2xv8-gjwh-fv8p
  • github.com/crate/crate/security/advisories/GHSA-2xv8-gjwh-fv8p
  • nvd.nist.gov/vuln/detail/CVE-2026-49989

Code Behaviors & Features

Detect and mitigate CVE-2026-49989 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 6.2.8, all versions starting from 6.3.0 before 6.3.2

Fixed versions

  • 6.2.8
  • 6.3.2

Solution

Upgrade to versions 6.2.8, 6.3.2 or above.

Impact

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-863: Incorrect Authorization

Source file

maven/io.crate/crate/CVE-2026-49989.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 11 Jul 2026 00:18:57 +0000.