Skip to content

Commit

Permalink
changelog v1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: liheng.zms <[email protected]>
  • Loading branch information
zmberg committed Jan 26, 2024
1 parent 4f2bb1b commit 789d173
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,17 @@ For more detail, please refer to its [proposal](https://github.com/openkruise/kr
- Change kruise base image to alpine. ([#1166](https://github.com/openkruise/kruise/pull/1166), [@fengshunli](https://github.com/fengshunli))
- PersistentPodState support custom workload (like statefulSet). ([#1063](https://github.com/openkruise/kruise/pull/1063), [@baxiaoshi](https://github.com/baxiaoshi))

## v1.3.1

> Change log since v1.3.0
### CVE FIX: Leverage the kruise-daemon pod to list all secrets in the entire cluster
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.

For this fix, we removed the cluster secret permissions from kruise-daemon and converged the secret to kruise-manager, reducing the risk of cluster secret leaks.
([#1482](https://github.com/openkruise/kruise/pull/1482), [veophi](https://github.com/veophi))

## v1.3.0

> Change log since v1.2.0
Expand Down

0 comments on commit 789d173

Please sign in to comment.