Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools

Calico Cloud

Source -

CNA

CNA CVEs -

3

ADP CVEs -

0

CISA CVEs -

0

NVD CVEs -

0
Related CVEsRelated VendorsRelated AssignersReports
3Vulnerabilities found

CVE-2026-41185
Assigner-Tigera, Inc.
ShareView Details
Assigner-Tigera, Inc.
CVSS Score-6||MEDIUM
EPSS-0.03% / 10.00%
||
7 Day CHG-0.01%
Published-28 May, 2026 | 15:47
Updated-05 Jun, 2026 | 17:03
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
ServiceAccount token disclosure via Azure IPAM CNI plugin logs

When Calico is configured with the Azure IPAM plugin, the Calico CNI binary mutates the incoming CNI configuration to attach subnet information before delegating to the IPAM plugin. After mutating, the Azure IPAM helper logs the entire unmarshaled configuration map (stdinData) at INFO level to /var/log/calico/cni/cni.log on every CNI ADD and DEL invocation — once per pod scheduled or terminated on the node. When the cluster is deployed using token-based Kubernetes authentication, this log entry contains the ServiceAccount token, client key, and certificate authority in plaintext. Any principal with read access to /var/log/calico/cni/cni.log on a node  can read these logs and extract the credentials, which grant cluster-wide Calico networking admin privileges.

Action-Not Available
Vendor-tigeraTigera
Product-calicoCalicoCalico EnterpriseCalico Cloud
CWE ID-CWE-532
Insertion of Sensitive Information into Log File
CVE-2026-6720
Assigner-Tigera, Inc.
ShareView Details
Assigner-Tigera, Inc.
CVSS Score-7.2||HIGH
EPSS-0.03% / 8.36%
||
7 Day CHG~0.00%
Published-28 May, 2026 | 15:47
Updated-28 May, 2026 | 17:16
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Calicoctl leaks cluster credentials to stderr when verbose logging is enabled

When calicoctl is invoked with --log-level=info or --log-level=debug, the client prints the full contents of its loaded connection-configuration struct to stderr in a single log line. The struct embeds every credential calicoctl uses to talk to the cluster — inline kubeconfig (with bearer token), Kubernetes API bearer token, etcd password, and inline PEM-encoded etcd client certificate and key. Any reader of that stderr stream — CI job logs, session-recording archives, shared support-ticket transcripts, or local filesystem viewers on the host that ran calicoctl — can extract these credentials with zero Kubernetes privilege. calicoctl's default log level is panic, so this issue only triggers when verbose logging is explicitly enabled.

Action-Not Available
Vendor-Tigera
Product-CalicoCalico EnterpriseCalico Cloud
CWE ID-CWE-532
Insertion of Sensitive Information into Log File
CVE-2024-33522
Assigner-Tigera, Inc.
ShareView Details
Assigner-Tigera, Inc.
CVSS Score-6.7||MEDIUM
EPSS-0.05% / 17.42%
||
7 Day CHG~0.00%
Published-29 Apr, 2024 | 22:19
Updated-15 Apr, 2026 | 00:35
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Privilege escalation in Calico CNI install binary

In vulnerable versions of Calico (v3.27.2 and below), Calico Enterprise (v3.19.0-1, v3.18.1, v3.17.3 and below), and Calico Cloud (v19.2.0 and below), an attacker who has local access to the Kubernetes node, can escalate their privileges by exploiting a vulnerability in the Calico CNI install binary. The issue arises from an incorrect SUID (Set User ID) bit configuration in the binary, combined with the ability to control the input binary, allowing an attacker to execute an arbitrary binary with elevated privileges.

Action-Not Available
Vendor-Tigeratigera
Product-CalicoCalico CloudCalico Enterprise calicocalico_enterprisecalico_cloud
CWE ID-CWE-269
Improper Privilege Management