PatchSiren cyber security CVE debrief
CVE-2026-80346 StarRocks CVE debrief
StarRocks performs no privilege check when a legacy synchronous materialized view is dropped. This issue allows any authenticated account to drop a legacy synchronous materialized view belonging to any database without holding the necessary grants. The vulnerability impacts data integrity and confidentiality, as unauthorized drops can lead to data loss or corruption. Defenders must verify exposure of legacy synchronous materialized views in StarRocks deployments and ensure proper authorization is in place.
- Vendor
- StarRocks
- Product
- Unknown
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-26
- Original CVE updated
- 2026-09-23
- Advisory published
- 2026-08-26
- Advisory updated
- 2026-09-23
Who should care
StarRocks administrators and users with access to materialized views should assess their exposure and ensure proper authorization is in place. This includes verifying the exposure of legacy synchronous materialized views in StarRocks deployments and ensuring proper authorization is configured for materialized views. Additionally, defenders should monitor for suspicious activity related to materialized view drops and review compensating controls for exposed
Why it matters
CVE-2026-80346 allows unauthorized drops of legacy synchronous materialized views in StarRocks, impacting data integrity and confidentiality.
- Defenders must verify exposure of legacy synchronous materialized views in StarRocks deployments
- Unauthorized drops of materialized views can occur without proper authorization
- Defensive priority is high due to potential for data loss or corruption
Technical summary
StarRocks performs no privilege check when a legacy synchronous materialized view is dropped, allowing any authenticated account to drop such views without proper authorization. The vulnerability is due to the lack of authorization checks in the drop materialized view statement, which can be exploited by any authenticated user. This issue impacts data integrity and confidentiality, as unauthorized drops can lead to data loss or corruption. Defenders should prioritize verifying exposure of legacy synchronous materialized views in their StarRocks deployments and ensure proper authorization is in place.
Defensive priority
Defenders should prioritize verifying exposure of legacy synchronous materialized views in their StarRocks deployments and ensure proper authorization is in place.
Recommended defensive actions
- Verify StarRocks deployments for exposure to unauthorized materialized view drops
- Ensure proper authorization is configured for materialized views
- Monitor for suspicious activity related to materialized view drops
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and source references indicate that StarRocks lacks authorization checks for dropping legacy synchronous materialized views. Official sources include the CVE Program and NVD. The issue is confirmed through source-provided information and vulnerability details. Defenders should verify the exposure of legacy synchronous materialized views in their StarRocks deployments and ensure proper authorization is configured.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-80346 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-80346
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-80346 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80346
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/StarRocks/starrocks
-
Source reference
Unverified legacy reference
URL: https://github.com/StarRocks/starrocks/blob/3.5.19/fe/fe-core/src/main/java/com/starrocks/alter/AlterJobMgr.java
-
Source reference
Unverified legacy reference
URL: https://github.com/StarRocks/starrocks/blob/3.5.19/fe/fe-core/src/main/java/com/starrocks/sql/analyzer/AuthorizerStmtVisitor.java
-
Source reference
Unverified legacy reference
URL: https://github.com/StarRocks/starrocks/issues/76566
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/starrocks-through-4.0.13-missing-authorization-on-drop-materialized-view-for-legacy-synchronous-materialized-views
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.