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-qh36-44jv-c8xj #617

Closed
julieqiu opened this issue Aug 1, 2022 · 5 comments
Closed
Assignees
Labels
excluded: NOT_IMPORTABLE This vulnerability only exists in a binary and is not importable.

Comments

@julieqiu
Copy link
Member

julieqiu commented Aug 1, 2022

In GitHub Security Advisory GHSA-qh36-44jv-c8xj, there is a vulnerability in the following Go packages or modules:

Unit Fixed Vulnerable Ranges
k8s.io/kubernetes 1.18.19 < 1.18.19

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

packages:
  - package: k8s.io/kubernetes
    versions:
      - fixed: 1.18.19
  - package: k8s.io/kubernetes
    versions:
      - introduced: 1.19.0
        fixed: 1.19.11
  - package: k8s.io/kubernetes
    versions:
      - introduced: 1.20.0
        fixed: 1.20.7
  - package: k8s.io/kubernetes
    versions:
      - introduced: 1.21.0
        fixed: 1.21.1
description: As mitigations to a report from 2019 and CVE-2020-8555, Kubernetes attempts
    to prevent proxied connections from accessing link-local or localhost networks
    when making user-driven connections to Services, Pods, Nodes, or StorageClass
    service providers. As part of this mitigation Kubernetes does a DNS name resolution
    check and validates that response IPs are not in the link-local (169.254.0.0/16)
    or localhost (127.0.0.0/8) range. Kubernetes then performs a second DNS resolution
    without validation for the actual connection. If a non-standard DNS server returns
    different non-cached responses, a user may be able to bypass the proxy IP restriction
    and access private networks on the control plane.
published: 2022-02-02T00:01:58Z
last_modified: 2022-03-30T21:11:44Z
cves:
  - CVE-2020-8562
ghsas:
  - GHSA-qh36-44jv-c8xj
links:
    context:
      - https://github.com/advisories/GHSA-qh36-44jv-c8xj

@zpavlinovic
Copy link
Contributor

k8s.io/kubernetes is not an importable package. (Also, the issue is not fix nor there is info where exactly the issue occurs in the code)

@neild neild added excluded: NOT_IMPORTABLE This vulnerability only exists in a binary and is not importable. and removed NotGoVuln labels Aug 10, 2022
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/592769 mentions this issue: data/reports: unexclude 50 reports

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/607222 mentions this issue: data/reports: unexclude 20 reports (20)

gopherbot pushed a commit that referenced this issue Aug 21, 2024
  - data/reports/GO-2022-0609.yaml
  - data/reports/GO-2022-0611.yaml
  - data/reports/GO-2022-0612.yaml
  - data/reports/GO-2022-0615.yaml
  - data/reports/GO-2022-0616.yaml
  - data/reports/GO-2022-0617.yaml
  - data/reports/GO-2022-0618.yaml
  - data/reports/GO-2022-0620.yaml
  - data/reports/GO-2022-0622.yaml
  - data/reports/GO-2022-0623.yaml
  - data/reports/GO-2022-0625.yaml
  - data/reports/GO-2022-0626.yaml
  - data/reports/GO-2022-0630.yaml
  - data/reports/GO-2022-0631.yaml
  - data/reports/GO-2022-0632.yaml
  - data/reports/GO-2022-0634.yaml
  - data/reports/GO-2022-0636.yaml
  - data/reports/GO-2022-0638.yaml
  - data/reports/GO-2022-0640.yaml
  - data/reports/GO-2022-0641.yaml

Updates #609
Updates #611
Updates #612
Updates #615
Updates #616
Updates #617
Updates #618
Updates #620
Updates #622
Updates #623
Updates #625
Updates #626
Updates #630
Updates #631
Updates #632
Updates #634
Updates #636
Updates #638
Updates #640
Updates #641

Change-Id: I9fc909832a7e4eb1d23e5eee482674e307e3ee5c
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/607222
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/607455 mentions this issue: data/reports: withdraw GO-2022-0617

gopherbot pushed a commit that referenced this issue Aug 21, 2024
  - data/reports/GO-2022-0617.yaml

Updates #617

Change-Id: Id2556e78b7d254249a34ca16833a63521716dded
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/607455
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/607456 mentions this issue: data/reports: update 6 reports

gopherbot pushed a commit that referenced this issue Aug 21, 2024
Fix reports which won't pass an upcoming lint check
by merging / collapsing their version ranges.

  - data/reports/GO-2022-0617.yaml
  - data/reports/GO-2023-1573.yaml
  - data/reports/GO-2023-1574.yaml
  - data/reports/GO-2023-1730.yaml
  - data/reports/GO-2023-1946.yaml
  - data/reports/GO-2024-2784.yaml

Updates #617
Updates #1573
Updates #1574
Updates #1730
Updates #1946
Updates #2784

Change-Id: If02308deccab77b00cf10cb3619263e456d1ea64
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/607456
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
excluded: NOT_IMPORTABLE This vulnerability only exists in a binary and is not importable.
Projects
None yet
Development

No branches or pull requests

4 participants