← Vulnerability feed

Vulnerability record · CVE-2019-11248 · published 29 August 2019

CVE-2019-11248: Kubernetes Kubelet healthz port exposes unauthenticated pprof debug endpoint

Kubernetes · Kubernetes

The Go pprof debugging endpoint /debug/pprof is served over the Kubelet's unauthenticated healthz port in Kubernetes. Because that port requires no authentication, anyone who can reach it can pull profiling data that may reveal internal Kubelet memory addresses and configuration. The issue is rated medium by the project and is not present in the default configuration.

8.2 CVSS 3.1 High EPSS 75% · top 0.5% CWE-419 · CWE-419CWE-862 · Missing authorization
8.2CVSS 3.1 base score, v2 6.4
75%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
6References
17 Jun 2026Last modified by NVD

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.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

high priorityCVSS 8.2 with no authentication or interaction required, and a very high EPSS score, though exploitation is limited by the non-default configuration.

What it is

The Go pprof debugging endpoint /debug/pprof is served over the Kubelet's unauthenticated healthz port in Kubernetes. Because that port requires no authentication, anyone who can reach it can pull profiling data that may reveal internal Kubelet memory addresses and configuration. The issue is rated medium by the project and is not present in the default configuration.

Impact

An attacker gains read access to sensitive Kubelet internals such as memory addresses and configuration, and can cause a limited denial of service through the profiling endpoint.

Attack surface

Reachable over the network via the Kubelet healthz port; the CVSS vector shows no privileges and no user interaction required. Exposure depends on the healthz port being reachable and pprof being enabled, which the description says is not the default configuration.

Exploitation

Not listed in CISA KEV and no ransomware usage is documented; EPSS is high at 0.7506 (99.5th percentile), and references are patch and advisory links with no exploit tags.

What to do

  • Upgrade Kubernetes to 1.15.0, 1.14.4, 1.13.8, 1.12.10 or later, which contain the fix.
  • Disable or restrict the pprof endpoint on the Kubelet healthz port where the version or configuration allows.
  • Firewall the Kubelet healthz port so it is not reachable from untrusted networks.
  • Audit Kubelet configurations for non-default settings that expose the healthz port or enable pprof.

Detection

  • Monitor network access to the Kubelet healthz port for requests to /debug/pprof paths.
  • Alert on external or unexpected source IPs reaching the Kubelet healthz port.
  • Review Kubelet configuration and startup flags for pprof or healthz exposure.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2019-11248 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2018-1002101Kubernetes vulnerabilityIn Kubernetes versions 1.9.0-1.9.9, 1.10.0-1.10.5, and 1.11.0-1.11.1, user input was handled insecurely while setting up volume mounts on Windows nod…EPSS 4.0%9.8CVE-2018-1002105Kubernetes kube-apiserver proxy upgrade flaw enables backend accessThe kube-apiserver mishandles error responses to proxied upgrade requests, letting a crafted request establish a connection through the API server to…EPSS 87%analysed9.8CVE-2017-1000056Kubernetes missing authorization vulnerabilityKubernetes version 1.5.0-1.5.4 is vulnerable to a privilege escalation in the PodSecurityPolicy admission plugin resulting in the ability to make use…EPSS 2.8%9.8CVE-2016-1906Kubernetes permissions and access controls vulnerabilityOpenshift allows remote attackers to gain privileges by updating a build configuration that was created with an allowed type to a type that is not al…EPSS 4.8%9.6CVE-2017-1002101Kubernetes link following vulnerabilityIn Kubernetes versions 1.3.x, 1.4.x, 1.5.x, 1.6.x and prior to versions 1.7.14, 1.8.9 and 1.9.4 containers using subpath volume mounts with any volum…EPSS 13%8.8CVE-2023-5528Kubernetes improper input validation vulnerabilityA security issue was discovered in Kubernetes where a user that can create pods and persistent volumes on Windows nodes may be able to escalate to ad…EPSS 4.3%8.8CVE-2023-3676Kubernetes improper input validation vulnerabilityA security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate to admin privileges on those…EPSS 13%8.8CVE-2023-3955Kubernetes improper input validation vulnerabilityA security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate to admin privileges on those…EPSS 3.1%

Source: NIST National Vulnerability Database (record CVE-2019-11248), CISA KEV, FIRST EPSS (scores of 2026-09-24). This page is refreshed as NVD updates the record.