Create apollo-adminservice-unauth.yaml

patch-1
j4vaovo 2023-04-01 06:30:08 +08:00 committed by GitHub
parent 8430ede0a0
commit c0d89c2036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
id: apollo-adminservice-unauth
info:
name: Apollo Adminservice - 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