Sirol
Enumeration
http://192.168.94.54:5601/app/kibana - kibana 6.5.0
Initial Access
There was a RCE vulnerability in 2019 for Kibana versions < 6.6.0
https://github.com/LandGrey/CVE-2019-7609/
PrivEsc
Looks like, we are in a container.
Well configured docker containers won't allow command like fdisk -l
. However on miss-configured docker command where the flag --privileged
is specified, it is possible to get the privileges to see the host drive.
We can access the filesystem of the host via /mnt/root directory.
Once the volume is mounted, we can create a cron job. To get root shell.
Last updated