---
id: CVE-2026-82276
title: >-
  StarRocks through 4.0.13 contains an authentication bypass vulnerability in
  five REST handler classes that override execute() directly instead of
  implementing executeWithoutPassword()
summary: >-
  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 o…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-306
published: '2026-08-28'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T17:17:46.003'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-82276'
references:
  - url: 'https://github.com/StarRocks/starrocks'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/StarRocks/starrocks/blob/4.0.13/fe/fe-core/src/main/java/com/starrocks/http/rest/RestBaseAction.java
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/StarRocks/starrocks/blob/4.0.13/fe/fe-core/src/main/java/com/starrocks/http/rest/ShowMetaInfoAction.java
    label: disclosure@vulncheck.com
  - url: 'https://github.com/StarRocks/starrocks/issues/75747'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/starrocks-frontend-rest-handlers-bypass-the-base-class-authentication-gate
    label: disclosure@vulncheck.com
  - url: 'https://github.com/StarRocks/starrocks/issues/75747'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
epss: 0.00302
epssPercentile: 0.23129
ingestedAt: '2026-09-23T17:28:14.814Z'
vendor: StarRocks
product: starrocks
affected:
  - starrocks <= 4.0.13
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-08-31T19:04:42.550525Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
