Skip to content

Commit

Permalink
Auto Update Nuclei [Fri Jan 19 18:19:39 UTC 2024] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 19, 2024
1 parent 8ee7344 commit 85e025f
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions plugins/apache-nifi/apache-nifi-rce.yaml
Original file line number Diff line number Diff line change
@@ -0,0 1,46 @@
id: apache-nifi-rce

info:
name: Apache NiFi - Remote Code Execution
author: arliya
severity: critical
description: |
Apache NiFi is designed for data streaming. It supports highly configurable data routing, transformation, and system mediation logic that indicate graphs. The system has unauthorized remote command execution vulnerability.
reference:
- https://github.com/imjdl/Apache-NiFi-Api-RCE
- https://labs.withsecure.com/tools/metasploit-modules-for-rce-in-apache-nifi-and-kong-api-gateway
- https://packetstormsecurity.com/files/160260/apache_nifi_processor_rce.rb.txt
metadata:
verified: true
shodan-query: title:"NiFi"
tags: apache,nifi,rce

http:
- method: GET
path:
- "{{BaseURL}}/nifi-api/process-groups/root"

matchers-condition: and
matchers:
- type: word
part: body
words:
- "revision"
- "canRead"
- "permissions"
condition: and

- type: word
part: header
words:
- "application/json"

- type: status
status:
- 200

extractors:
- type: json
json:
- .id
# digest: 4a0a00473045022100c9fb9d2877657f063f844bd2591d4595398841f566317618f3760c3680fa48f902201dc1bbaccb49b75d535c85c32dc17fb129e82b779b2ebcece13dd68cc40dbb25:922c64590222798bb761d5b6d8e72950

0 comments on commit 85e025f

Please sign in to comment.