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.
Published: 2026-08-28
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Assess Impact
AI Analysis

Impact

StarRocks versions through 4.0.13 contain an authentication bypass in five REST handler classes that bypass the base class authentication checks by overriding execute() instead of using executeWithoutPassword(). This flaw allows any user to hit six specific endpoints on the frontend HTTP port without credentials and obtain details such as cluster topology, database metadata, JVM statistics, and version information. The flaw is classified as CWE‑306 and is rated with a CVSS score of 5.3, indicating a moderate severity for an information‑disclosure vulnerability.

Affected Systems

The affected product is StarRocks, specifically the frontend component of v4.0.13 and older releases. The six vulnerable endpoints are exposed on the standard frontend HTTP port and are reachable by any host that can reach that port, regardless of authentication.

Risk and Exploitability

The lack of authentication means attackers can exploit the issue remotely over HTTP once they have network reach to the frontend service. While the flaw does not provide code execution or privileged manipulation, the information disclosed could aid future attacks or facilitate further reconnaissance. EPSS information is not available, but the moderate CVSS score suggests a realistic exploitation likelihood if the target’s frontend port is exposed. The vulnerability is not listed in the CISA KEV catalog, but any publicly reachable instance should be treated as high risk until mitigated.

Generated by OpenCVE AI on August 28, 2026 at 22:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade StarRocks to a version that addresses the authentication bypass, eliminating the vulnerable REST handlers
  • Restrict network access to the StarRocks frontend HTTP port so that only trusted hosts or IP ranges can reach the vulnerable endpoints
  • Monitor network traffic and application logs for unexpected access patterns to the six endpoints, and consider applying additional authentication or firewall rules to block unauthorized requests

Generated by OpenCVE AI on August 28, 2026 at 22:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Starrocks
Starrocks starrocks
Vendors & Products Starrocks
Starrocks starrocks

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
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.
Title StarRocks Frontend REST Handlers Bypass the Base Class Authentication Gate
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Starrocks Starrocks
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-31T19:05:30.481Z

Reserved: 2026-08-28T11:12:41.776Z

Link: CVE-2026-82276

cve-icon Vulnrichment

Updated: 2026-08-31T19:04:58.568Z

cve-icon NVD

Status : Received

Published: 2026-08-28T20:20:18.640

Modified: 2026-08-31T20:17:13.517

Link: CVE-2026-82276

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T11:20:33Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function