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

49 lines
1.4 KiB
YAML
Raw Normal View History

2022-03-08 18:47:22 +00:00
id: CVE-2020-7943
info:
name: Puppet Server/PuppetDB - Sensitive Information Disclosure
2022-03-08 18:47:22 +00:00
author: c-sh0
severity: high
description: Puppet Server and PuppetDB provide useful performance and debugging information via their metrics API endpoints, which may contain sensitive information when left exposed.
2023-09-06 12:22:36 +00:00
remediation: |
Apply the necessary patches or updates provided by Puppet to fix the vulnerability and ensure sensitive information is properly protected.
2022-03-08 18:47:22 +00:00
reference:
- https://puppet.com/security/cve/CVE-2020-7943
- https://tickets.puppetlabs.com/browse/PDB-4876
- https://puppet.com/security/cve/CVE-2020-7943/
- https://nvd.nist.gov/vuln/detail/CVE-2020-7943
2022-03-08 18:47:22 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
2022-03-08 18:47:22 +00:00
cve-id: CVE-2020-7943
cwe-id: CWE-276
2023-08-31 11:46:18 +00:00
epss-score: 0.08018
epss-percentile: 0.93448
2023-09-06 12:22:36 +00:00
cpe: cpe:2.3:a:puppet:puppet_enterprise:*:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: puppet
product: puppet_enterprise
tags: cve,cve2020,puppet,exposure,puppetdb
2022-03-08 18:47:22 +00:00
http:
2022-03-08 18:47:22 +00:00
- method: GET
path:
- "{{BaseURL}}/metrics/v1/mbeans"
matchers-condition: and
matchers:
- type: word
2022-07-02 11:32:32 +00:00
part: body
2022-03-08 18:47:22 +00:00
words:
2022-07-02 11:32:32 +00:00
- "trapperkeeper"
2022-03-08 18:47:22 +00:00
- type: word
2022-07-02 11:32:32 +00:00
part: header
2022-03-08 18:47:22 +00:00
words:
2022-07-02 11:32:32 +00:00
- "application/json"
2022-07-02 11:32:32 +00:00
- type: status
status:
- 200