Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

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

Tigera, Inc.

#e6d453f4-3dae-4941-bcea-9af25f4e824d
PolicyEmail

Short Name

Tigera

Program Role

CNA

Top Level Root

MITRE Corporation

Security Advisories

View Advisories

Domain

tigera.io

Country

USA

Scope

All vulnerabilities for Calico and all of Tigera’s products only.
Reported CVEsVendorsProductsReports
9Vulnerabilities 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-2026-41184
Assigner-Tigera, Inc.
ShareView Details
Assigner-Tigera, Inc.
CVSS Score-6||MEDIUM
EPSS-0.05% / 16.95%
||
7 Day CHG-0.03%
Published-28 May, 2026 | 15:47
Updated-05 Jun, 2026 | 17:05
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 install-cni container logs

In Calico, the install-cni init container logs the rendered CNI configuration to standard output. When the configuration template uses the __SERVICEACCOUNT_TOKEN__ placeholder (Canal/Flannel-Calico deployments), the installer substitutes the live Kubernetes ServiceAccount bearer token before logging, exposing the token to any authenticated user with pods/log permission in the namespace with calico-node. The token holds patch privileges on pods/status, enabling annotation-based attacks against cluster workloads. The default kubeconfig-based authentication path is not affected. This is a direct regression of TTA-2018-001.

Action-Not Available
Vendor-tigeraTigera
Product-calicoCalico
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
CVE-2023-41378
Assigner-Tigera, Inc.
ShareView Details
Assigner-Tigera, Inc.
CVSS Score-7.5||HIGH
EPSS-0.22% / 45.46%
||
7 Day CHG~0.00%
Published-06 Nov, 2023 | 15:00
Updated-05 Sep, 2024 | 13:40
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Calico Typha hangs during unclean TLS handshake

In certain conditions for Calico Typha (v3.26.2, v3.25.1 and below), and Calico Enterprise Typha (v3.17.1, v3.16.3, v3.15.3 and below), a client TLS handshake can block the Calico Typha server indefinitely, resulting in denial of service. The TLS Handshake() call is performed inside the main server handle for loop without any timeout allowing an unclean TLS handshake to block the main loop indefinitely while other connections will be idle waiting for that handshake to finish.

Action-Not Available
Vendor-tigeraCalicoTigeracalicotigera
Product-calico_oscalico_enterprisecalico_cloudTyphacalicotypha
CWE ID-CWE-400
Uncontrolled Resource Consumption
CWE ID-CWE-703
Improper Check or Handling of Exceptional Conditions
CWE ID-CWE-755
Improper Handling of Exceptional Conditions
CVE-2022-28224
Assigner-Tigera, Inc.
ShareView Details
Assigner-Tigera, Inc.
CVSS Score-5.5||MEDIUM
EPSS-0.28% / 51.83%
||
7 Day CHG~0.00%
Published-06 Jun, 2022 | 17:19
Updated-30 Sep, 2025 | 18:45
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Calico and Calico Enterprise may be vulnerable to route hijacking with the floating IP feature

Clusters using Calico (version 3.22.1 and below), Calico Enterprise (version 3.12.0 and below), may be vulnerable to route hijacking with the floating IP feature. Due to insufficient validation, a privileged attacker may be able to set a floating IP annotation to a pod even if the feature is not enabled. This may allow the attacker to intercept and reroute traffic to their compromised pod.

Action-Not Available
Vendor-tigeraProject CalicoTigera
Product-calico_enterprisecalicoCalico EnterpriseCalico
CWE ID-CWE-20
Improper Input Validation
CWE ID-CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE ID-CWE-201
Insertion of Sensitive Information Into Sent Data
CVE-2020-13597
Assigner-Tigera, Inc.
ShareView Details
Assigner-Tigera, Inc.
CVSS Score-6||MEDIUM
EPSS-0.21% / 44.21%
||
7 Day CHG~0.00%
Published-03 Jun, 2020 | 16:44
Updated-16 Sep, 2024 | 19:24
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Calico nodes IPv6 traffic redirection from route advertisment

Clusters using Calico (version 3.14.0 and below), Calico Enterprise (version 2.8.2 and below), may be vulnerable to information disclosure if IPv6 is enabled but unused. A compromised pod with sufficient privilege is able to reconfigure the node’s IPv6 interface due to the node accepting route advertisement by default, allowing the attacker to redirect full or partial network traffic from the node to the compromised pod.

Action-Not Available
Vendor-projectcalicoTigera Inc
Product-calicoCalicoCalico Enterprise
CWE ID-CWE-201
Insertion of Sensitive Information Into Sent Data
CWE ID-CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CVE-2023-4609
Assigner-Tigera, Inc.
ShareView Details
Assigner-Tigera, Inc.
CVSS Score-Not Assigned
EPSS-Not Assigned
Published-Not Available
Updated-07 Nov, 2023 | 04:22
Rejected-30 Aug, 2023 | 01:14
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate is unused by its CNA. Notes: none.

Action-Not Available
Vendor-
Product-
CVE-2023-41377
Assigner-Tigera, Inc.
ShareView Details
Assigner-Tigera, Inc.
CVSS Score-Not Assigned
EPSS-Not Assigned
Published-Not Available
Updated-07 Nov, 2023 | 04:20
Rejected-01 Nov, 2023 | 00:00
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2023. Notes: none.

Action-Not Available
Vendor-
Product-