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

44 lines
940 B
YAML
Raw Normal View History

2023-03-31 22:30:08 +00:00
id: apollo-adminservice-unauth
info:
2023-04-03 01:47:53 +00:00
name: Apollo Admin Service - Unauthenticated Access
2023-03-31 22:30:08 +00:00
author: j4vaovo
severity: medium
2023-04-03 01:47:53 +00:00
description: |
ApolloAdminservice was able to be accessed without authentication.
2023-03-31 22:30:08 +00:00
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:
2023-04-03 01:47:53 +00:00
verified: "true"
2023-03-31 22:30:08 +00:00
shodan-query: http.html:"apollo-adminservice"
tags: misconfig,unauth,apollo,apolloadminservice
http:
2023-03-31 22:30:08 +00:00
- 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