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

38 lines
1.5 KiB
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-11248
2020-08-19 14:33:23 +00:00
info:
name: Debug Endpoint pprof - Exposure Detection
author: 0xceeb,ritikchaddha
severity: high
2022-06-20 17:33:22 +00:00
description: |
The debugging endpoint /debug/pprof is exposed over the unauthenticated Kubelet 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.
2021-03-30 06:50:02 +00:00
reference:
- https://medium.com/bugbountywriteup/my-first-bug-bounty-21d3203ffdb0
- http://mmcloughlin.com/posts/your-pprof-is-showing
- https://github.com/kubernetes/kubernetes/issues/81023
- https://groups.google.com/d/msg/kubernetes-security-announce/pKELclHIov8/BEDtRELACQAJ
- https://nvd.nist.gov/vuln/detail/CVE-2019-11248
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.2
cve-id: CVE-2019-11248
cwe-id: CWE-862
2022-06-20 17:33:22 +00:00
tags: cve,cve2019,debug,kubernetes,kubelet,devops,unauth,disclosure
2020-08-19 14:44:59 +00:00
2020-08-19 14:33:23 +00:00
requests:
- method: GET
path:
2020-08-19 14:44:59 +00:00
- "{{BaseURL}}/debug/pprof/"
- "{{BaseURL}}/debug/pprof/goroutine?debug=1"
stop-at-first-match: true
2020-08-19 14:33:23 +00:00
matchers:
- type: word
words:
- "Types of profiles available:"
- "Profile Descriptions"
- "goroutine profile: total"
condition: or
# Enhanced by mp on 2022/06/15