Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vulndb: potential Go vuln in k8s.io/kubernetes: GHSA-g42g-737j-qx6j #1370

Closed
GoVulnBot opened this issue Jan 9, 2023 · 1 comment
Closed

Comments

@GoVulnBot
Copy link

In GitHub Security Advisory GHSA-g42g-737j-qx6j, there is a vulnerability in the following Go packages or modules:

Unit Fixed Vulnerable Ranges
k8s.io/kubernetes 1.18.18 <= 1.18.17

Cross references:

See doc/triage.md for instructions on how to triage this report.

modules:
  - module: TODO
    versions:
      - introduced: TODO (earliest fixed "1.18.18", vuln range "<= 1.18.17")
    packages:
      - package: k8s.io/kubernetes
  - module: TODO
    versions:
      - introduced: TODO (earliest fixed "1.19.10", vuln range ">= 1.19.0, <= 1.19.9")
    packages:
      - package: k8s.io/kubernetes
  - module: TODO
    versions:
      - introduced: TODO (earliest fixed "1.20.6", vuln range ">= 1.20.0, <= 1.20.5")
    packages:
      - package: k8s.io/kubernetes
description: |-
    A vulnerability in Kubernetes `kube-apiserver` could allow node updates to bypass a _Validating Admission Webhook_ and allow unauthorized node updates. The information that is provided to the admission controller could contain old configurations that overwrite values used for validation. Since the overwriting takes place before the validation, this could lead the admission controller to accept requests that should be blocked. The vulnerability can be exploited when an update action on node resources is performed and an admission controller is in place and configured to validate the action.

    Users are only affected by this vulnerability if they are running a _Validating Admission Webhook_ for Nodes that denies admission based partially on the old state of the Node object. It only impacts validating admission plugins that rely on old values in certain fields and does not impact calls from kubelets that go through the built-in NodeRestriction admission plugin.
cves:
  - CVE-2021-25735
ghsas:
  - GHSA-g42g-737j-qx6j

@tatianab
Copy link
Contributor

tatianab commented Jan 9, 2023

Duplicate of #907

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants