Kubernetes dependencies are not pinned to an exact digest, making the docker build unable the verify the integrity of the image and allowing a malicious actor to override the used components with malicious components without leaving a trace.
Override dependencies or component with malicious content.
Use mechanisms such as git-commits, or artifacts and hashes to verify the data integrity.
Anonymous attacker from Internet with write access to the provider releases.
⌚ 15 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
All docker dependencies are pinned using secure mechanisms
apiVersion: v1
kind: Pod
metadata:
name:
spec:
containers:
- name:
image: ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2
There are docker dependencies not pinned
apiVersion: v1
kind: Pod
metadata:
name:
spec:
containers:
- name:
image: ubuntu