nuclei-templates/misconfiguration/apollo-adminservice-unauth....

44 lines
944 B
YAML

id: apollo-adminservice-unauth
info:
name: Apollo Admin Service - Unauthenticated Access
author: j4vaovo
severity: medium
description: |
ApolloAdminservice was able to be accessed without authentication.
reference:
- https://landgrey.me/blog/20/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
cvss-score: 5.8
cwe-id: CWE-522
metadata:
verified: "true"
shodan-query: http.html:"apollo-adminservice"
tags: misconfig,unauth,apollo,apolloadminservice
requests:
- method: GET
path:
- "{{BaseURL}}/apps"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'appId'
- 'orgName'
- 'ownerName'
- 'dataChangeCreatedBy'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200