Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Kubernetes Local Cluster Web View Panel- Detect

By kannthu

Medium
Vidoc logoVidoc Module
#panel#misconfig#kubernetes#k8s
Description

Kubernetes Local Cluster Web View Panel- Detect

What is the "Kubernetes Local Cluster Web View Panel- Detect?"

The "Kubernetes Local Cluster Web View Panel- Detect" module is designed to detect the presence of the Kubernetes local cluster web view panel. This module focuses on identifying misconfigurations in the Kubernetes cluster that may lead to potential vulnerabilities. The severity of this module is classified as medium.

This module was authored by tess.

Impact

The presence of the Kubernetes local cluster web view panel can indicate potential security risks. Misconfigurations in the panel may expose sensitive information or provide unauthorized access to the Kubernetes cluster. It is important to address any identified issues to ensure the security and integrity of the cluster.

How does the module work?

The module works by sending an HTTP GET request to the "/clusters/local" path. It then applies a series of matching conditions to determine if the Kubernetes local cluster web view panel is present.

The matching conditions include:

- Checking the response body for the presence of the string "Kubernetes Web View</title>" and "a href="https://codeberg.org/hjacobs/kube-web-view" - Verifying that the response header contains the string "text/html" - Ensuring that the response status code is 200

If all of these conditions are met, the module will report the presence of the Kubernetes local cluster web view panel.

For example, the module may send the following HTTP request:

GET /clusters/local

It is important to note that this module is part of the Vidoc platform, which utilizes multiple modules to perform scanning and detection tasks.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/clusters/local
Matching conditions
word: Kubernetes Web View</title>, a href="htt...and
word: text/htmland
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability