Unauthorized Access Vulnerability in Kibana
Vulnerability Description
The Kibana Unauthorized Access Vulnerability refers to a situation where, without proper authentication and authorization configuration, an unauthenticated user can access Kibana's dashboard, data, and other sensitive information. This vulnerability may result in data leaks, attackers controlling the Kibana environment, and other security threats.
Environment Setup
Install elasticsearch
cd /opt
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.3.tar.gz
tar -zxvf elasticsearch-6.5.3.tar.gz
cd elasticsearch-6.5.3
useradd es
chmod 777 -R /opt/elasticsearch-6.5.3
./bin/elasticsearch
Install kibana
Access port 5601 in a browser.

Vulnerability Exploitation
exp:https://github.com/LandGrey/CVE-2019-7609

PreviousUnauthorized Access Vulnerability in Kafka ManagerNextUnauthorized Access Vulnerability in Kong
Last updated