---
id: CVE-2023-30622
aliases:
  - GHSA-833c-xh79-p429
  - GO-2023-1735
title: >-
  A potential risk in clusternet which can be leveraged to make a cluster-level
  privilege escalation
summary: >-
  A potential risk in clusternet which can be leveraged to make a cluster-level
  privilege escalation
severity: medium
cvss: 6.7
cvssVector: 'CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:L/A:L'
vendor: clusternet
product: github.com/clusternet/clusternet
ecosystem: go
affected:
  - github.com/clusternet/clusternet < 0.15.2
patched:
  - github.com/clusternet/clusternet 0.15.2
published: '2023-04-21'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:53.632486979Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-833c-xh79-p429'
references:
  - url: >-
      https://github.com/clusternet/clusternet/security/advisories/GHSA-833c-xh79-p429
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-30622'
  - url: 'https://github.com/clusternet/clusternet'
  - url: 'https://github.com/clusternet/clusternet/releases/tag/v0.15.2'
tags:
  - osv
  - go
epss: 0.00193
epssPercentile: 0.09272
ingestedAt: '2026-09-12T03:13:01.765Z'
---

## Overview

## Summary:
A potential risk in clusternet which can be leveraged to make a cluster-level privilege escalation.
## Detailed analysis:
The clusternet has a deployment called cluster-hub inside the clusternet-system Kubernetes namespace, which runs on worker nodes
randomly. The deployment has a service account called clusternet-hub, which has a cluster role called clusternet:hub via cluster role binding. The clusternet:hub cluster role has "*" verbs of "*.*" resources. Thus, if a malicious user can access the worker node which runs the clusternet, he/she can leverage the service account to do malicious actions to critical system resources. For example, he/she can leverage the service account to get ALL secrets in the entire cluster, resulting in cluster-level privilege escalation.

## Affected packages

- `github.com/clusternet/clusternet < 0.15.2`

## Remediation

Upgrade to a patched release:

- `github.com/clusternet/clusternet 0.15.2`
