nuclei-templates/cves/2019/CVE-2019-11248.yaml

26 lines
1.1 KiB
YAML

id: CVE-2019-11248
info:
name: exposed_pprof
author: 0xceeb
severity: high
tags: cve,cve2019,debug
description: The debugging endpoint /debug/pprof is exposed over the unauthenticated Kubelet healthz port. The go pprof endpoint is exposed over the Kubelet's healthz port. This debugging endpoint can potentially leak sensitive information such as internal Kubelet memory addresses and configuration, or for limited denial of service. Versions prior to 1.15.0, 1.14.4, 1.13.8, and 1.12.10 are affected. The issue is of medium severity, but not exposed by the default configuration.
reference:
- https://medium.com/bugbountywriteup/my-first-bug-bounty-21d3203ffdb0
- http://mmcloughlin.com/posts/your-pprof-is-showing
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L
cvss-score: 8.20
cve-id: CVE-2019-11248
cwe-id: CWE-862
requests:
- method: GET
path:
- "{{BaseURL}}/debug/pprof/"
matchers:
- type: word
words:
- "Types of profiles available:"
- "Profile Descriptions"