forked from 0x727/FingerprintHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto Update Nuclei [Fri Jan 19 18:19:39 UTC 2024] :robot:
- Loading branch information
1 parent
8ee7344
commit 85e025f
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |