Merge pull request #6881 from pwnhxl/xxxx

add apache-nifi-unauth
patch-1
Ritik Chaddha 2023-03-16 17:53:27 +05:30 committed by GitHub
commit 1f431ca2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
id: apache-nifi-unauth
info:
name: Apache NiFi - Unauthenticated Access
author: pwnhxl
severity: high
description: |
Apache NiFi server was able to be accessed because no authentication was required.
reference: |
- 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
metadata:
verified: "true"
shodan-query: title:"NiFi"
fofa-query: title="nifi" && body="Did you mean"
tags: misconfig,apache,nifi,unauth
requests:
- method: GET
path:
- "{{BaseURL}}/nifi-api/access/config"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"supportsLogin":false}'
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200