47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
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
|
|
max-request: 1
|
|
shodan-query: http.html:"apollo-adminservice"
|
|
tags: misconfig,unauth,apollo,apolloadminservice
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022100daa91be8458a0d529236bd0ef7c12421a828de60277913e2e52bb60fb571cfd402202789af32d299115b369457601082e9478b82280c5f235f99b4d22b1f9b92ab47:922c64590222798bb761d5b6d8e72950
|