Skip to content

Security: CVE Fix Request for kube-rbac-proxy Go Binary #404

@rohandhamapurkar

Description

@rohandhamapurkar

Summary

Our security scan has flagged two vulnerabilities in the Go stdlib package used by usr/local/bin/kube-rbac-proxy.
The current installed version is Go v1.25.4, which contains known HIGH and MEDIUM severity CVEs.
A fix is available in Go 1.24.11 or 1.25.5.


📌 Affected Component

  • Binary: usr/local/bin/kube-rbac-proxy
  • Category: Go binary (lang-pkgs)
  • Go stdlib version: v1.25.4

⚠️ Vulnerabilities Detected

1. CVE-2025-61729

  • Severity: HIGH
  • Package: stdlib
  • Installed version: v1.25.4
  • Fixed version: 1.24.11, 1.25.5
  • CVSS v3: 7.5
  • Status: WARNING

2. CVE-2025-61727

  • Severity: MEDIUM
  • Package: stdlib
  • Installed version: v1.25.4
  • Fixed version: 1.24.11, 1.25.5
  • CVSS v3: 6.5
  • Status: WARNING

🛠 Required Action

Please update the Go toolchain used to build kube-rbac-proxy to a secure version:

✔ Recommended fix:

Upgrade to Go 1.25.5 (patch release resolving both CVEs).

This will require:

  • Updating the Go version in the build environment
  • Rebuilding the kube-rbac-proxy binary
  • Publishing a patched image/version
  • Validating functionality and compatibility impacts

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions