Files
CVEs-PoC/2021/CVE-2021-22151.md
T
2025-09-29 21:09:30 +02:00

18 lines
787 B
Markdown

### [CVE-2021-22151](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22151)
![](https://img.shields.io/static/v1?label=Product&message=Kibana&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=7.9.0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-22%3A%20Improper%20Limitation%20of%20a%20Pathname%20to%20a%20Restricted%20Directory&color=brightgreen)
### Description
It was discovered that Kibana was not validating a user supplied path, which would load .pbf files. Because of this, a malicious user could arbitrarily traverse the Kibana host to load internal files ending in the .pbf extension.
### POC
#### Reference
- https://www.elastic.co/community/security
#### Github
No PoCs found on GitHub currently.