---
id: CVE-2024-7598
aliases:
  - GHSA-r56h-j38w-hrqq
  - GO-2025-3547
title: Kubernetes kube-apiserver Vulnerable to Race Condition
summary: Kubernetes kube-apiserver Vulnerable to Race Condition
severity: low
cvss: 3.1
cvssVector: 'CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'
vendor: kubernetes
product: k8s.io/kubernetes/cmd/kube-apiserver
ecosystem: go
affected:
  - 'k8s.io/kubernetes/cmd/kube-apiserver >= 1.3.0, <= 1.32.3'
published: '2025-03-20'
updated: '2026-08-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-r56h-j38w-hrqq'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-7598'
  - url: 'https://github.com/kubernetes/kubernetes/issues/126587'
  - url: 'https://github.com/kubernetes/kubernetes'
  - url: 'https://groups.google.com/g/kubernetes-security-announce/c/67D7UFqiPRc'
  - url: 'http://www.openwall.com/lists/oss-security/2025/03/20/2'
tags:
  - osv
  - go
epss: 0.00314
epssPercentile: 0.24557
ingestedAt: '2026-08-07T19:14:17.631Z'
---

## Overview

A security issue was discovered in Kubernetes where a malicious or compromised pod could bypass network restrictions enforced by network policies during namespace deletion. The order in which objects are deleted during namespace termination is not defined, and it is possible for network policies to be deleted before the pods that they protect. This can lead to a brief period in which the pods are running, but network policies that should apply to connections to and from the pods are not enforced.

## Affected packages

- `k8s.io/kubernetes/cmd/kube-apiserver >= 1.3.0, <= 1.32.3`

## Remediation

Refer to the advisory for the patched release.
