Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
eks fixed eks vulnerabilities Jan 29, 2020
gke
openshift
vanilla
README.md
other.txt

README.md

kubernetes-vulnerabilities

Security vulnerabilities of Kubernetes.

Each file in the folders (vanilla, gke, etc.) contains CVEs for a specific component of kubernetes:

  • kubectl: vulnerabilities in the kubectl command-line
  • kubelet: vulnerabilities in the kubelet node agent
  • kubernetes: any vulnerability that requires an upgrade of kubernetes itself
  • linux-kernel: kubernetes-related vulnerabilities that stem from the node OS

Each CVE must have one of the following fields:

  • FixedIn: patch numbers that fix each vulnerable minor version (higher versions are assumed fixed)
  • ExistsIn: a list of vulnerable versions (ranges or versions)

FirstVulnerableVersion is the first version that exposed this vulnerability.

You can’t perform that action at this time.