Files
CVEs-PoC/2020/CVE-2020-8568.md
T
2024-06-18 02:51:15 +02:00

19 lines
1.1 KiB
Markdown

### [CVE-2020-8568](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8568)
![](https://img.shields.io/static/v1?label=Product&message=Kubernetes%20Secrets%20Store%20CSI%20Driver&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=Kubernetes%20Secrets%20Store%20CSI%20Driver%3D%20v0.0.15%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-20%20Improper%20Input%20Validation&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-24%20Path%20Traversal%3A%20'..%2Ffiledir'&color=brighgreen)
### Description
Kubernetes Secrets Store CSI Driver versions v0.0.15 and v0.0.16 allow an attacker who can modify a SecretProviderClassPodStatus/Status resource the ability to write content to the host filesystem and sync file contents to Kubernetes Secrets. This includes paths under var/lib/kubelet/pods that contain other Kubernetes Secrets.
### POC
#### Reference
- https://github.com/kubernetes-sigs/secrets-store-csi-driver/issues/378
#### Github
No PoCs found on GitHub currently.