SCA: security update for io.crate:crate (GHSA-2xv8-gjwh-fv8p)

high Tenable Self-Hosted Container Security Plugin ID 444263

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-49989)

Solution

Update the io.crate:crate library and its related packages to version 6.2.8 or later.

See Also

https://github.com/advisories/GHSA-2xv8-gjwh-fv8p

Plugin Details

Severity: High

ID: 444263

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 7/2/2026

Updated: 8/18/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 0

Percentile: 0

Vendor

Vendor Severity: Low

CVSS v3

Risk Factor: Info

Base Score: 0

Temporal Score: 0

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

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS Score Source: CVE-2026-49989

CVSS v4

Risk Factor: High

Base Score: 7.1

Threat Score: 4.9

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

CVSS Score Source: CVE-2026-49989

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/1/2026

Vulnerability Publication Date: 7/1/2026

Reference Information

CVE: CVE-2026-49989

cwe: CWE-863