Merge pull request #7015 from j4vaovo/patch-7

Create apollo-adminservice-unauth.yaml
patch-1
Ritik Chaddha 2023-04-13 23:48:09 +05:30 committed by GitHub
commit da9cb3dbb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
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