---
id: CVE-2023-30617
aliases:
  - GHSA-437m-7hj5-9mpw
title: >-
  Kruise allows leveraging the kruise-daemon pod to list all secrets in the
  entire cluster
summary: >-
  Kruise allows leveraging the kruise-daemon pod to list all secrets in the
  entire cluster
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N'
vendor: openkruise
product: github.com/openkruise/kruise
ecosystem: go
affected:
  - 'github.com/openkruise/kruise >= 0.8.0, < 1.3.1'
  - 'github.com/openkruise/kruise >= 1.4.0, < 1.4.1'
  - 'github.com/openkruise/kruise >= 1.5.0, < 1.5.2'
patched:
  - github.com/openkruise/kruise 1.3.1
  - github.com/openkruise/kruise 1.4.1
  - github.com/openkruise/kruise 1.5.2
published: '2024-01-05'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:04.746838450Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-437m-7hj5-9mpw'
references:
  - url: >-
      https://github.com/openkruise/kruise/security/advisories/GHSA-437m-7hj5-9mpw
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-30617'
  - url: 'https://github.com/openkruise/kruise'
tags:
  - osv
  - go
epss: 0.00489
epssPercentile: 0.39416
ingestedAt: '2026-09-12T03:13:01.751Z'
---

## Overview

### Impact
Attacker that has gain root privilege of the node that kruise-daemon run , can leverage the kruise-daemon pod to list all secrets in the entire cluster. After that, attackers can leverage the "captured" secrets (e.g. the kruise-manager service account token) to gain extra privilege such as pod modification. 

### Workarounds
For users that do not require imagepulljob functions, they can modify kruise-daemon-role to drop the cluster level secret get/list privilege 

### Patches

For users who're using v0.8.x ~ v1.2.x, please update the v1.3.1
For users who're using v1.3, please update the v1.3.1
For users who're using v1.4, please update the v1.4.1
For users who're using v1.5, please update the v1.5.2
### References
None

## Affected packages

- `github.com/openkruise/kruise >= 0.8.0, < 1.3.1`
- `github.com/openkruise/kruise >= 1.4.0, < 1.4.1`
- `github.com/openkruise/kruise >= 1.5.0, < 1.5.2`

## Remediation

Upgrade to a patched release:

- `github.com/openkruise/kruise 1.3.1`
- `github.com/openkruise/kruise 1.4.1`
- `github.com/openkruise/kruise 1.5.2`
