Skip to content

Unauthenticated Gloo UI

ID: gloo-unauth

Severity: high

Author: dhiyaneshDk

Tags: unauth,gloo

Gloo UI is exposed to external users.

id: gloo-unauth
info:
name: Unauthenticated Gloo UI
author: dhiyaneshDk
severity: high
description: Gloo UI is exposed to external users.
metadata:
max-request: 1
tags: unauth,gloo
http:
- method: GET
path:
- '{{BaseURL}}/fed.rpc.solo.io.GlooInstanceApi/ListClusterDetails'
headers:
Content-type: "application/grpc-web+proto"
Referer: "{{BaseURL}}/admin/"
matchers-condition: and
matchers:
- type: word
words:
- "gke-remote"
part: body
- type: word
words:
- "application/grpc-web+proto"
part: header
- type: status
status:
- 200
# digest: 4b0a00483046022100d0cb54dbbf25e0de22009bd1724db99c452d8a664e8640e525e7cb93885c118b022100a9c2d1432d0fab9df32e507d0b6641d6776a144eb120825d59f619577d4ffa72:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/other/gloo-unauth.yaml"

View on Github