nuclei-templates/http/misconfiguration/apache/apache-nifi-unauth.yaml

42 lines
929 B
YAML
Raw Normal View History

2023-03-13 12:11:49 +00:00
id: apache-nifi-unauth
info:
2023-03-14 16:30:03 +00:00
name: Apache NiFi - Unauthenticated Access
2023-03-13 12:11:49 +00:00
author: pwnhxl
severity: high
2023-03-14 16:30:03 +00:00
description: |
Apache NiFi server was able to be accessed because no authentication was required.
reference: |
2023-03-13 12:11:49 +00:00
- https://github.com/jm0x0/apache_nifi_processor_rce
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
cvss-score: 8.6
cwe-id: CWE-285
2023-03-13 12:11:49 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
shodan-query: title:"NiFi"
2023-03-13 12:11:49 +00:00
fofa-query: title="nifi" && body="Did you mean"
tags: misconfig,apache,nifi,unauth
2023-03-13 12:11:49 +00:00
http:
2023-03-14 16:41:44 +00:00
- method: GET
path:
- "{{BaseURL}}/nifi-api/access/config"
2023-03-13 12:11:49 +00:00
2023-03-14 16:41:44 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"supportsLogin":false}'
2023-03-13 12:11:49 +00:00
2023-03-14 16:41:44 +00:00
- type: word
part: header
words:
- 'application/json'
2023-03-13 12:11:49 +00:00
2023-03-14 16:41:44 +00:00
- type: status
status:
- 200