CVE-2026-80346

HIGHPre-NVD 7.17.1
EchelonGraph scoreHIGH confidence

Score 7.1 from GitHub Security Advisory (severity: HIGH) published 2026-08-29. a secondary CVSS source baseline 7.1; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this weekElevated
7.1EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.1Exploit: Elevated riskExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
7.1
EG Score
7.1(high)
EG Risk
48(Track)
EG Risk 48/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity71% × 45%
Exploitation40% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
32%
KEV
Not listed

Published

August 26, 2026

Last Modified

August 28, 2026

Advisory Details (5)

Auto-updated Aug 26, 2026
No patch confirmed yet.
generic

StarRocks through 4.0.13 Missing Authorization on DROP MATERIALIZED VIEW for Legacy Synchronous Materialized Views | Advisories | VulnCheck

https://www.vulncheck.com/advisories/starrocks-through-4.0.13-missing-authorization-on-drop-materialized-view-for-legacy-synchronous-materialized-views
generic

starrocks/fe/fe-core/src/main/java/com/starrocks/alter/AlterJobMgr.java at 3.5.19 · StarRocks/starrocks · GitHub

https://github.com/StarRocks/starrocks/blob/3.5.19/fe/fe-core/src/main/java/com/starrocks/alter/AlterJobMgr.java
generic

starrocks/fe/fe-core/src/main/java/com/starrocks/sql/analyzer/AuthorizerStmtVisitor.java at 3.5.19 · StarRocks/starrocks · GitHub

https://github.com/StarRocks/starrocks/blob/3.5.19/fe/fe-core/src/main/java/com/starrocks/sql/analyzer/AuthorizerStmtVisitor.java
generic

Missing Authorization Check on `DROP MATERIALIZED VIEW` for Legacy Synchronous (Rollup) Materialized Views · Issue #76566 · StarRocks/starrocks · GitHub

https://github.com/StarRocks/starrocks/issues/76566
generic

GitHub - StarRocks/starrocks: The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project. · GitHub

https://github.com/StarRocks/starrocks

Vendor Advisories for CVE-2026-80346(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 12× in last 7d / 12× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-30 01:22 UTCEPSS rescore
  2. 2026-08-29 23:42 UTCGHSA enrichment
  3. 2026-08-29 11:36 UTCEG score recompute
  4. 2026-08-29 11:35 UTCGHSA enrichment
  5. 2026-08-28 23:28 UTCEG score recompute
  6. 2026-08-28 22:50 UTCEG score recompute
  7. 2026-08-28 21:42 UTCEPSS rescore
  8. 2026-08-27 22:36 UTCEG score recompute
  9. 2026-08-27 14:25 UTCEPSS rescore
  10. 2026-08-26 22:25 UTCEG score recompute
  11. 2026-08-26 10:18 UTCEG score recompute
  12. 2026-08-26 10:17 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-80346?
CVE-2026-80346 is a high vulnerability published on August 26, 2026. 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…
When was CVE-2026-80346 disclosed?
CVE-2026-80346 was first published in the National Vulnerability Database on August 26, 2026, with the most recent update on August 28, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-80346 actively exploited?
CVE-2026-80346 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 68.4% of all scored CVEs.
What is the CVSS score of CVE-2026-80346?
CVE-2026-80346 has a CVSS v3 base score of 7.1 (NVD).
How do I remediate CVE-2026-80346?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-80346, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-80346

Explore →

Is Your Infrastructure Affected by CVE-2026-80346?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.