hashicorp / hashicorp/consul

Remediate CVE-2023-44487

Open Beginner friendly
#23,626 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
30.1k
Forks
4.6k
Avg merge
1d 18h
Merged PRs (30d)
39

Description

CVE-2023-44487 Present due to k8s.io/apimachinery v0.26.2

Further details:
https://security.snyk.io/vuln/SNYK-GOLANG-K8SIOAPIMACHINERYPKGUTILRUNTIME-8367153
https://nvd.nist.gov/vuln/detail/cve-2023-44487

Proposed solution is to take the minor update line to v0.26.10 for each of the k8s dependencies:

k8s.io/api v0.26.10
k8s.io/apimachinery v0.26.10
k8s.io/client-go v0.26.10

Contributor guide

Open the contributing guide

Research direction

Start by locating the dependency declarations for k8s.io/api, k8s.io/apimachinery, and k8s.io/client-go, then review the linked CVE details to confirm the affected versions. Update each dependency to v0.26.10 and run the repository's relevant existing checks; done means the three dependencies use the proposed version and the CVE is remediated.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
security
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.