nuclei-templates/http/cves/2020/CVE-2020-11547.yaml

57 lines
1.9 KiB
YAML
Raw Normal View History

2021-09-02 11:43:37 +00:00
id: CVE-2020-11547
info:
name: PRTG Network Monitor <20.1.57.1745 - Information Disclosure
2021-09-02 11:43:37 +00:00
author: x6263
severity: medium
description: PRTG Network Monitor before 20.1.57.1745 is susceptible to information disclosure. An attacker can obtain information about probes running or the server itself via an HTTP request, thus potentially being able to modify data and/or execute unauthorized administrative operations in the context of the affected site.
2023-09-06 12:22:36 +00:00
remediation: |
Upgrade PRTG Network Monitor to version 20.1.57.1745 or higher to mitigate the information disclosure vulnerability.
2021-09-02 12:55:16 +00:00
reference:
2021-09-02 11:43:37 +00:00
- https://github.com/ch-rigu/CVE-2020-11547--PRTG-Network-Monitor-Information-Disclosure
- https://github.com/ch-rigu/PRTG-Network-Monitor-Information-Disclosure
- https://nvd.nist.gov/vuln/detail/CVE-2020-11547
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2020-11547
2023-07-15 16:29:17 +00:00
cwe-id: CWE-306
epss-score: 0.0011
2023-08-31 11:46:18 +00:00
epss-percentile: 0.43305
2023-09-06 12:22:36 +00:00
cpe: cpe:2.3:a:paessler:prtg_network_monitor:*:*:*:*:*:*:*:*
metadata:
verified: true
2023-09-06 12:22:36 +00:00
max-request: 3
2023-07-15 16:29:17 +00:00
vendor: paessler
product: "prtg_network_monitor"
2023-09-06 12:22:36 +00:00
shodan-query: title:"prtg"
2023-06-12 13:24:55 +00:00
tags: cve,cve2020,prtg,disclosure
2021-09-02 11:43:37 +00:00
http:
2021-09-02 11:43:37 +00:00
- method: GET
path:
2021-09-02 12:55:16 +00:00
- "{{BaseURL}}/public/login.htm?type=probes"
- "{{BaseURL}}/public/login.htm?type=requests"
2022-12-22 18:20:45 +00:00
- "{{BaseURL}}/public/login.htm?type=treestat"
2021-09-02 12:55:16 +00:00
2022-12-23 09:42:30 +00:00
stop-at-first-match: true
2021-09-02 12:55:16 +00:00
req-condition: true
2023-07-15 16:29:17 +00:00
2021-09-02 12:55:16 +00:00
matchers-condition: and
2021-09-02 11:43:37 +00:00
matchers:
2021-09-02 12:55:16 +00:00
- type: dsl
dsl:
2022-06-30 11:19:17 +00:00
- "contains(body_1, 'Probe #1') && contains(body_2, '<span>Configuration Requests Sent</span>')"
2021-09-02 12:55:16 +00:00
2021-09-02 11:43:37 +00:00
- type: word
2022-06-30 11:19:17 +00:00
part: body
2021-09-02 11:43:37 +00:00
words:
2021-09-02 12:55:16 +00:00
- "prtg_network_monitor"
2022-12-22 18:20:45 +00:00
- "Probes"
- "Groups"
2022-12-22 18:22:47 +00:00
condition: or
2021-09-02 12:55:16 +00:00
2021-09-02 11:43:37 +00:00
- type: status
status:
- 200