CVE-2026-49989
Published:August 14, 2026
Updated:August 31, 2026
CrateDB is a distributed SQL database. Prior to versions 6.2.8 and 6.3.2, any authenticated user can read or delete any blob whose SHA-1 digest they know, and can plant new blobs unconditionally, in any blob table, regardless of "GRANT"s. 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>". Deployments that don't use "BLOB TABLE" are unaffected. Authentication itself still works; the bug is strictly that being authenticated as anyone is treated as sufficient for any blob op. Versions 6.2.8 and 6.3.2 fix the issue.
Affected Packages
https://github.com/crate/crate.git (GITHUB):
Affected version(s) >=list <6.2.8Fix Suggestion:
Update to version 6.2.8https://github.com/crate/crate.git (GITHUB):
Affected version(s) >=6.3.0 <6.3.2Fix Suggestion:
Update to version 6.3.2Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Incorrect Authorization
EPSS
Base Score:
0.27