Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-80346— StarRocks through 4.0.13 Missing Authorization on DROP MATERIALIZED VIEW for Legacy Synchronous Materialized Views

Quick assessment

Affected
StarRocks StarRocks
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

在 StarRocks 中,删除传统同步物化视图时未执行权限检查。其他所有通过 路由的语句类型在执行前都会调用 进行权限验证;然而, 方法会立即返回,其注释称权限检查将在执行逻辑中进行。然而,该注释仅适用于异步物化视图:对于异步物化视图, 方法会在解析出的表类型为 的分支内部调用 。 传统同步物化视图并非以 类型存储,而是作为 上的一个上卷索引(rollup index)存储。因此,程序执行另一个分支,最终调用 和 ,而这两个组件中均未包含任何 的调用。前者通过扫描指定数据库中的每个 以查找匹配的上卷索引来定位目标

CVSS 7.1 · High

Affected Version Matrix 1

VendorProduct Version RangeStatus
StarRocks StarRocks ≤ 4.0.13 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-80346

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
StarRocks through 4.0.13 Missing Authorization on DROP MATERIALIZED VIEW for Legacy Synchronous Materialized Views
Source: CVE Program / CVE List V5
Vulnerability Description
StarRocks performs no privilege check when a legacy synchronous materialized view is dropped. Every other statement type routed through AuthorizerStmtVisitor calls into Authorizer before execution, but visitDropMaterializedViewStatement returns immediately with a comment stating the check happens in execution logic. That holds only for asynchronous materialized views: LocalMetastore.dropMaterializedView calls Authorizer.checkMaterializedViewAction inside a branch taken when the resolved table is a MaterializedView. A legacy synchronous materialized view is stored as a rollup index on an OlapTable rather than a MaterializedView, so the other branch runs, reaching AlterJobMgr.processDropMaterializedView and MaterializedViewHandler, neither of which contains any Authorizer call. The former locates the target by scanning every OlapTable in the named database for a matching rollup index, and the latter validates only table state and name conflicts. Any authenticated account can therefore drop a legacy synchronous materialized view belonging to any database, holding no grant on the view, the base table or the database, and the drop is indistinguishable from an authorized one.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
Source: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
StarRocks StarRocks 0 ~ 4.0.13 -

II. Public POCs for CVE-2026-80346

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-80346

登录查看更多情报信息。

Other References for CVE-2026-80346 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-80346

No comments yet


Leave a comment