docs: add pending upstream fix for kubeflow-notebook-controller CVE-2023-44487 #28182
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CVE-2023-44487 affected a wide range of software, including Go's http2 stack.
Although
x/netwas upgraded at the time to remediate the CVE, it appears thatk8s.io/apimachinerywas separately affected (see fix commit).Unfortunately, this doesn't seem to have been communicated on to CNAs - there are no
apimachineryCPE's listed on NVD. This has led to most scanners missing the detection.Unfortunately, it's not currently possible to upgrade this dependency due to incompatibilities, upstream will need to make code changes to upgrade to at least v0.24.0.
Note: other kubeflow components have been checked for use of this version (using tag
v1.10.0)