Create apollo-adminservice-unauth.yaml
parent
8430ede0a0
commit
c0d89c2036
|
@ -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
|
Loading…
Reference in New Issue