StarkManZoomEye-observed Kibana exposure and why the analytics interface is a security boundary.
Kibana is the interface most organisations use to explore data stored in Elasticsearch. It is also, in many deployments, the component that sits closest to the public internet, because analysts and stakeholders need to reach it from wherever they work.
A ZoomEye query for the Kibana product fingerprint returns a large population of internet-reachable instances. The query used was:
app:"Kibana"
At the time of collection, ZoomEye reported 78,015 matching records. This is an exposure count, not a vulnerability count. It indicates how many Kibana instances are reachable from the public internet according to ZoomEye's scanning data.
Kibana is often described as a visualisation layer, which understates its authority. A Kibana instance holds credentials for the Elasticsearch cluster behind it, and in many configurations it can execute queries, create saved objects, and in older versions run scripts.
The historical record supports this. CVE-2019-7609 was a prototype pollution and remote code execution issue in Kibana's Timelion visualisation, and it was exploited in the wild. CVE-2025-25012, disclosed in 2025, was a code execution issue in Kibana requiring only a valid session. Both illustrate that the analytics front end is a legitimate target rather than a passive viewer.
Deployment convenience is the main driver. Kibana is frequently installed alongside Elasticsearch on the same host, and the host is given a public address so that users can reach the dashboard. Where Elasticsearch itself is properly restricted, Kibana may still be exposed because it is treated as a user-facing application rather than as part of the data tier.
Kibana's exposure is a useful reminder that the user interface to a data platform inherits that platform's authority. ZoomEye's observed population of over seventy-eight thousand reachable instances shows how often that interface is placed directly on the internet, and how much depends on keeping it current.