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
|
2023-03-16 07:29:28 +00:00
|
|
|
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:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-03-16 07:29:28 +00:00
|
|
|
shodan-query: title:"NiFi"
|
2023-03-13 12:11:49 +00:00
|
|
|
fofa-query: title="nifi" && body="Did you mean"
|
2023-03-16 07:29:28 +00:00
|
|
|
tags: misconfig,apache,nifi,unauth
|
2023-03-13 12:11:49 +00:00
|
|
|
|
2023-04-27 04:28:59 +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:
|
2023-03-16 07:29:28 +00:00
|
|
|
- '"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
|