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

18 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### [CVE-2020-8569](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8569)
![](https://img.shields.io/static/v1?label=Product&message=CSI%20Snapshotter&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=snapshot-controller%20v3.0%3C%3D%20v3.0.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-476%20NULL%20Pointer%20Dereference&color=brighgreen)
### Description
Kubernetes CSI snapshot-controller prior to v2.1.3 and v3.0.2 could panic when processing a VolumeSnapshot custom resource when: - The VolumeSnapshot referenced a non-existing PersistentVolumeClaim and the VolumeSnapshot did not reference any VolumeSnapshotClass. - The snapshot-controller crashes, is automatically restarted by Kubernetes, and processes the same VolumeSnapshot custom resource after the restart, entering an endless crashloop. Only the volume snapshot feature is affected by this vulnerability. When exploited, users cant take snapshots of their volumes or delete the snapshots. All other Kubernetes functionality is not affected.
### POC
#### Reference
- https://hackerone.com/reports/1032086
#### Github
No PoCs found on GitHub currently.