Impact
StarRocks releases 4.0.13 and earlier skip the authorization check when a legacy synchronous materialized view is dropped. Unlike other drop statements that invoke the Authorizer, the DROP MATERIALIZED VIEW path for legacy views bypasses any privilege verification, allowing the operation to succeed regardless of grants on the view, the underlying table, or the database.
Affected Systems
The vulnerability affects the StarRocks database system, specifically versions up to and including 4.0.13. Any instance running a legacy synchronous materialized view—identified as a rollup index on an OlapTable rather than a dedicated MaterializedView object—has the authority bug. Users must be authenticated to the StarRocks service; no special role is required to exploit the flaw.
Risk and Exploitability
With a CVSS score of 7.1, the flaw provides moderate to high severity. The EPSS score is not available, but the scanning logic in the code means that any legacy synchronous materialized view in a database can be dropped by an authenticated user. Although the vulnerability is not listed in CISA’s KEV catalog, its potential to disrupt analytical workloads warrants urgent attention.
OpenCVE Enrichment