CVE-2026-41186 Details
Description
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.
A vulnerability exists in Tigera Calico's shared debug server, specifically within the kube-controllers and Goldmane components. When the debug server is enabled, these components expose a Go pprof debug listener to all network interfaces without authentication. This allows any pod with network access to the listener to access sensitive information such as the process heap, goroutine stacks (including function arguments), and command-line arguments. The heap may contain sensitive data depending on the process's in-memory state. This vulnerability is particularly concerning because the debug listener, while opt-in, lacks authentication and a safe localhost-only binding option. By default, the debug server is disabled, but if enabled in a production environment, it can lead to unauthorized exposure of sensitive information.
Users are advised not to enable the debug profile port in production environments. If it is currently enabled, it should be disabled. For those using Calico Open Source, versions prior to v3.31.6 and v3.32.0 through prior to v3.32.1 are affected. Calico Enterprise users should note that all versions prior to v3.21.7 and v3.22.0 through prior to v3.22.4 are vulnerable. Calico Cloud users should upgrade from versions prior to v22.4.0. Instructions for upgrading can be found in the Calico documentation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 30, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/projectcalico/calico/pull/12491 | [email protected] | Issue TrackingPatch |
| https://github.com/projectcalico/calico/pull/12633 | [email protected] | Issue TrackingPatch |
| https://github.com/projectcalico/calico/pull/12634 | [email protected] | Issue TrackingPatch |
| https://www.tigera.io/security-bulletins/tta-2026-004/ | [email protected] | Vendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-200 | Exposure of Sensitive Information to an Unauthorized Actor | [email protected] |
| CWE-489 | Active Debug Code | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| tigera calico | < 3.21.7 < 3.31.6 <= 22.4.0 >= 3.22.0, < 3.22.4 >= 3.32.0, < 3.32.1 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 8, 2026 | Initial Analysis | [email protected] |
| Jul 30, 2026 | CVE Modified | CISA-ADP |
| Jul 30, 2026 | New CVE Received | [email protected] |