CVE-2026-82276
Received Received - Intake

Authentication Bypass in StarRocks REST Handlers

Vulnerability report for CVE-2026-82276, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: VulnCheck

Description

StarRocks through 4.0.13 contains an authentication bypass vulnerability in five REST handler classes that override execute() directly instead of implementing executeWithoutPassword(). Attackers can access six unauthenticated endpoints on the frontend HTTP port to disclose cluster topology, database metadata, JVM statistics, and version information without credentials.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-29
AI Q&A
2026-08-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
starrocks starrocks 4.0.13

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82276 is an authentication bypass vulnerability in StarRocks versions up to 4.0.13. Five REST handler classes override the execute() method directly instead of using executeWithoutPassword(), allowing unauthenticated access to six endpoints. Attackers can retrieve sensitive cluster information like topology, database metadata, JVM stats, and version details without credentials.

Detection Guidance

Check for unauthorized access to StarRocks REST endpoints like /api/show_meta_info, /api/show_data, or /api/query_detail. Use network monitoring tools to inspect HTTP requests to the frontend port for unauthenticated GET requests to these paths. Verify if sensitive metadata like cluster topology or JVM stats is exposed without credentials.

Impact Analysis

Unauthenticated attackers can access sensitive cluster data, including master/follower IPs, database sizes, JVM memory stats, and enabled features. This exposes internal system details that could aid further attacks or data exfiltration. The impact is limited to information disclosure as no data modification or deletion is possible.

Mitigation Strategies

Upgrade StarRocks to a patched version where affected REST handlers use executeWithoutPassword() instead of overriding execute(). Restrict network access to the frontend HTTP port. Monitor logs for suspicious access to /api/show_meta_info, /api/show_data, or /api/query_detail endpoints.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82276. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart