davidspek / pipelines

Machine Learning Pipelines for Kubeflow
Apache License 2.0
0 stars 0 forks source link

github.com/kubernetes-sigs/controller-runtime/pkg/controller/controllerutil-v0.8.2: 4 vulnerabilities (highest severity is: 7.5) #733

Open mend-bolt-for-github[bot] opened 1 year ago

mend-bolt-for-github[bot] commented 1 year ago
Vulnerable Library - github.com/kubernetes-sigs/controller-runtime/pkg/controller/controllerutil-v0.8.2

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (github.com/kubernetes-sigs/controller-runtime/pkg/controller/controllerutil-v0.8.2 version) Remediation Possible**
CVE-2022-41721 High 7.5 github.com/golang/net/http2-5f4716e94777e714bc2fb3e3a44599cb40817aac Transitive N/A*
CVE-2021-44716 High 7.5 github.com/golang/net/http2-5f4716e94777e714bc2fb3e3a44599cb40817aac Transitive N/A*
CVE-2021-31525 Medium 5.9 github.com/golang/net/http/httpguts-5f4716e94777e714bc2fb3e3a44599cb40817aac Transitive N/A*
CVE-2022-29526 Medium 5.3 github.com/golang/sys-22da62e12c0cd9c1da93581e1113ca4d82a5be14 Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2022-41721 ### Vulnerable Library - github.com/golang/net/http2-5f4716e94777e714bc2fb3e3a44599cb40817aac

[mirror] Go supplementary network libraries

Dependency Hierarchy: - github.com/kubernetes-sigs/controller-runtime/pkg/controller/controllerutil-v0.8.2 (Root Library) - k8s.io/apimachinery/pkg/apis/meta/v1-9e39a13d2cab0eda460727e5bf29c1d8f59cae71 - k8s.io/apimachinery/pkg/watch-9f65ac4826aa53795a0ef016f5642883129ea4d9 - k8s.io/apimachinery/pkg/util/net-9f65ac4826aa53795a0ef016f5642883129ea4d9 - :x: **github.com/golang/net/http2-5f4716e94777e714bc2fb3e3a44599cb40817aac** (Vulnerable Library)

Found in base branch: master

### Vulnerability Details

A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.

Publish Date: 2023-01-13

URL: CVE-2022-41721

### CVSS 3 Score Details (7.5)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Release Date: 2023-01-13

Fix Resolution: v0.2.0

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2021-44716 ### Vulnerable Library - github.com/golang/net/http2-5f4716e94777e714bc2fb3e3a44599cb40817aac

[mirror] Go supplementary network libraries

Dependency Hierarchy: - github.com/kubernetes-sigs/controller-runtime/pkg/controller/controllerutil-v0.8.2 (Root Library) - k8s.io/apimachinery/pkg/apis/meta/v1-9e39a13d2cab0eda460727e5bf29c1d8f59cae71 - k8s.io/apimachinery/pkg/watch-9f65ac4826aa53795a0ef016f5642883129ea4d9 - k8s.io/apimachinery/pkg/util/net-9f65ac4826aa53795a0ef016f5642883129ea4d9 - :x: **github.com/golang/net/http2-5f4716e94777e714bc2fb3e3a44599cb40817aac** (Vulnerable Library)

Found in base branch: master

### Vulnerability Details

net/http in Go before 1.16.12 and 1.17.x before 1.17.5 allows uncontrolled memory consumption in the header canonicalization cache via HTTP/2 requests.

Publish Date: 2022-01-01

URL: CVE-2021-44716

### CVSS 3 Score Details (7.5)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://github.com/advisories/GHSA-vc3p-29h2-gpcp

Release Date: 2022-01-01

Fix Resolution: github.com/golang/net - 491a49abca63de5e07ef554052d180a1b5fe2d70

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2021-31525 ### Vulnerable Library - github.com/golang/net/http/httpguts-5f4716e94777e714bc2fb3e3a44599cb40817aac

[mirror] Go supplementary network libraries

Dependency Hierarchy: - github.com/kubernetes-sigs/controller-runtime/pkg/controller/controllerutil-v0.8.2 (Root Library) - k8s.io/apimachinery/pkg/apis/meta/v1-9e39a13d2cab0eda460727e5bf29c1d8f59cae71 - k8s.io/apimachinery/pkg/watch-9f65ac4826aa53795a0ef016f5642883129ea4d9 - k8s.io/apimachinery/pkg/util/net-9f65ac4826aa53795a0ef016f5642883129ea4d9 - github.com/golang/net/http2-5f4716e94777e714bc2fb3e3a44599cb40817aac - :x: **github.com/golang/net/http/httpguts-5f4716e94777e714bc2fb3e3a44599cb40817aac** (Vulnerable Library)

Found in base branch: master

### Vulnerability Details

net/http in Go before 1.15.12 and 1.16.x before 1.16.4 allows remote attackers to cause a denial of service (panic) via a large header to ReadRequest or ReadResponse. Server, Transport, and Client can each be affected in some configurations.

Publish Date: 2021-05-27

URL: CVE-2021-31525

### CVSS 3 Score Details (5.9)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1958341

Release Date: 2021-05-27

Fix Resolution: golang - v1.15.12,v1.16.4,v1.17.0

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2022-29526 ### Vulnerable Library - github.com/golang/sys-22da62e12c0cd9c1da93581e1113ca4d82a5be14

[mirror] Go packages for low-level interaction with the operating system

Library home page: https://proxy.golang.org/github.com/golang/sys/@v/v0.0.0-20210124154548-22da62e12c0c.zip

Dependency Hierarchy: - github.com/kubernetes-sigs/controller-runtime/pkg/controller/controllerutil-v0.8.2 (Root Library) - github.com/kubernetes-sigs/controller-runtime/pkg/client/apiutil-v0.8.2 - k8s.io/client-go/rest - k8s.io/client-go/plugin/pkg/client/auth/exec - github.com/golang/crypto/ssh/terminal-eec23a3978adcfd26c29f4153eaa3e3d9b2cc53a - github.com/golang/term-2321bbc49cbf8303ea9834c419750e793e31be73 - :x: **github.com/golang/sys-22da62e12c0cd9c1da93581e1113ca4d82a5be14** (Vulnerable Library)

Found in base branch: master

### Vulnerability Details

Go before 1.17.10 and 1.18.x before 1.18.2 has Incorrect Privilege Assignment. When called with a non-zero flags parameter, the Faccessat function could incorrectly report that a file is accessible.

Publish Date: 2022-06-23

URL: CVE-2022-29526

### CVSS 3 Score Details (5.3)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://security-tracker.debian.org/tracker/CVE-2022-29526

Release Date: 2022-06-23

Fix Resolution: go1.17.10,go1.18.2,go1.19

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)