metrics-server icon indicating copy to clipboard operation
metrics-server copied to clipboard

High vulnerabilities CVE-2023-39533 found in Metrics server v0.6.4

Open sumit-cyber opened this issue 2 years ago • 9 comments

Hi Team ,

One high vulnerability CVE-2023-39533 found in Metrics server v0.6.4 This vulnerability is in current go lang version 1.19.11

Along with this 3 other medium vulnerabilities CVE-2023-29409 CVE-2023-39319 CVE-2023-39318

When there is any release planned with mentioned vulnerability fixes.

sumit-cyber avatar Sep 25 '23 13:09 sumit-cyber

/traige accepted /assign @serathius

dashpole avatar Oct 05 '23 16:10 dashpole

/triage accepted

dashpole avatar Oct 19 '23 16:10 dashpole

Hello @dashpole, we are also seeing CVE-2023-44487 as part of the package. This requires upgrading golang to a newer patch version to pull in the latest net package.

mitchellmaler avatar Oct 27 '23 14:10 mitchellmaler

Contributions are welcomed!

serathius avatar Oct 27 '23 14:10 serathius

Hi @serathius ,

One new critical CVE-2023-39323 report in existing go-lang package . Could you please plan to upgrade metric-server version ASAP

Thanks & Regards Sumit thakur

sumit-cyber avatar Nov 03 '23 13:11 sumit-cyber

Contributions are welcomed!

serathius avatar Nov 03 '23 13:11 serathius

Hi Team , When there is plan for metrics server v0.6.5

sumit-cyber avatar Nov 07 '23 14:11 sumit-cyber

The plan is to cut v0.7.0 next: https://github.com/kubernetes-sigs/metrics-server/issues/1165

dgrisonnet avatar Nov 08 '23 17:11 dgrisonnet

I believe https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.1 is not affected by any of these

Should we close this issue?

By the way, some of these don't seem to affect metrics-server, namely

  • CVE-2023-39533 because metrics-server doesn't use libp2p
  • CVE-2023-39319 because metrics-server doesn't use html/template
  • CVE-2023-39318 because metrics-server doesn't use html/template

Perhaps we can use VEX in the future to communicate this to users instead

https://github.com/kubernetes-sigs/metrics-server/pull/1499

Edited: html/template does seem to come as a transitive dependency from prometheus packages, but I still think metrics-server was not affected

ricardoapl avatar May 27 '24 16:05 ricardoapl