CVE-2026-49989
Last modified
CVE-2026-49989 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| crate | crate | < 6.2.8; >= 6.3.0, < 6.3.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-49989?
How severe is CVE-2026-49989?
How do I fix CVE-2026-49989?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-49982tmp is a temporary file and directory creator for node.js. I…8.2
- CVE-2026-49983Deno is a JavaScript, TypeScript, and WebAssembly runtime. P…5.2
- CVE-2026-49984Kestra is an open-source, event-driven orchestration platfor…7.7
- CVE-2026-49986The Cortex MCP server (`neuro-cortex-memory`), a cross-platf…7.1
- CVE-2026-49987Repomix is a tool that packs repositories into AI-friendly f…8.8
- CVE-2026-49988Repomix is a tool that packs repositories into AI-friendly f…5.5
- CVE-2026-4999A security vulnerability has been detected in z-9527 admin u…6.3
- CVE-2026-49991RustFS is a distributed object storage system built in Rust.…8.6
- CVE-2026-49992Kimai is an open-source time tracking application. Versions …6.3
- CVE-2026-49993Nuxt is an open-source web development framework for Vue.js.…5.7
- CVE-2026-49995Tautulli is a Python based monitoring and tracking tool for …4.8
- CVE-2026-49996SecureDrop Client is a desktop app for journalists to secure…3.7
Are you affected by CVE-2026-49989?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
