Improper Input Validation Affecting k8s.io/kubernetes/pkg/kubectl/cmd package, versions <1.26.0-alpha.3
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-GOLANG-K8SIOKUBERNETESPKGKUBECTLCMD-2331662
- published 7 Jan 2022
- disclosed 7 Jan 2022
- credit Eviatar Gerzi
Introduced: 7 Jan 2022
CVE-2021-25743 Open this link in a new tabHow to fix?
Upgrade k8s.io/kubernetes/pkg/kubectl/cmd
to version 1.26.0-alpha.3 or higher.
Overview
k8s.io/kubernetes/pkg/kubectl/cmd is a package that provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd. The functions are kept in this package to better support unit testing. The main() method for kubectl is only an entry point and should contain no functionality.
Affected versions of this package are vulnerable to Improper Input Validation. Kubectl does not neutralize escape, meta, or control sequences contained in the raw data it outputs to a terminal. This includes but is not limited to the unstructured string fields in objects such as Event
objects.