CVE-2026-41186

When Calico's shared debug server is enabled (disabled by default), the Calico kube-controllers and Goldmane components bind their Go pprof debug listener to 0.0.0.0 without authentication. Any pod with network reachability to the listener can retrieve the process heap, goroutine stacks (including function arguments), and command-line arguments. Depending on the process's in-memory state, the heap may contain sensitive material. The debug listener is opt-in but is unsafe when enabled because it offers no authentication and no safe localhost-only binding option.
CVSS

No CVSS.

Configurations

No configuration.

History

30 Jul 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-30 15:16

Updated : 2026-07-30 17:16


NVD link : CVE-2026-41186

Mitre link : CVE-2026-41186

CVE.ORG link : CVE-2026-41186


JSON object : View

Products Affected

No product.

CWE
CWE-200

Exposure of Sensitive Information to an Unauthorized Actor

CWE-489

Active Debug Code