Description
Calico's apiserver wraps tier-scoped resources so that every operation runs through AuthorizeTierOperation, but the Delete override on NetworkPolicy, GlobalNetworkPolicy, and their staged variants is not invoked for DeleteCollection requests. A user holding the deletecollection verb or wildcard verbs on tier-scoped policy resources can bulk-delete policies in tiers they otherwise have no rights on, breaking the tier authorization boundary.
Published: 2026-07-30
Score: 6.2 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Calico’s apiserver is designed to enforce tier‑scoped authorization on every operation through the AuthorizeTierOperation hook. However, the Delete override on NetworkPolicy and GlobalNetworkPolicy resources is not executed for DeleteCollection requests. As a result, a user who is granted the deletecollection verb—or a wildcard verb encompassing tier‑scoped policy resources—can bypass the intended tier boundary and remove policies from tiers on which they have no rights. This unauthorized deletion destroys the network segmentation that the policies enforce, exposing containers or hosts to traffic that should have been blocked. The weakness is an authority escalation flaw described by CWE‑285 and CWE‑863. The compromise can lead to a systemic loss of network security controls and, if combined with other attacks, may facilitate lateral movement or data exfiltration.

Affected Systems

The vulnerability affects Tigera products: Calico, Calico Cloud, and Calico Enterprise. No specific version range is provided in the data, so any deployment that implements the tier authority checks in the apiserver is potentially impacted.

Risk and Exploitability

The CVSS score of 6.2 indicates moderate severity, and the EPSS score of 0.00272 (below 1%) indicates a low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. The attack vector is inferred: an authenticated user with the deletecollection permission (or a wildcard verb covering tier‑scoped policy resources) can trigger the bypass. Exploitation requires only that the attacker have the said permission; no additional conditions are mentioned in the description.

Generated by OpenCVE AI on August 2, 2026 at 05:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Tigera Calico patch that reinstates the DeleteCollection authorization check for NetworkPolicy and GlobalNetworkPolicy resources.
  • Limit the deletecollection verb in RBAC to only those users who truly require bulk deletion of policies, and avoid using wildcard verbs that grant broad delete permissions.
  • Audit current tier policy resources to ensure no accidental deletecollection privileges exist and enforce least‑privilege principles in policy management.

Generated by OpenCVE AI on August 2, 2026 at 05:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 17:00:00 +0000

Type Values Removed Values Added
First Time appeared Tigera
Tigera calico
Tigera calico Cloud
Tigera calico Enterprise
Vendors & Products Tigera
Tigera calico
Tigera calico Cloud
Tigera calico Enterprise

Thu, 30 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
Description Calico's apiserver wraps tier-scoped resources so that every operation runs through AuthorizeTierOperation, but the Delete override on NetworkPolicy, GlobalNetworkPolicy, and their staged variants is not invoked for DeleteCollection requests. A user holding the deletecollection verb or wildcard verbs on tier-scoped policy resources can bulk-delete policies in tiers they otherwise have no rights on, breaking the tier authorization boundary.
Title Calico Tier Authorization Bypass via DeleteCollection
Weaknesses CWE-285
CWE-863
References
Metrics cvssV4_0

{'score': 6.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:L/SA:H'}


Subscriptions

Tigera Calico Calico Cloud Calico Enterprise
cve-icon MITRE

Status: PUBLISHED

Assigner: Tigera

Published:

Updated: 2026-07-30T16:11:27.341Z

Reserved: 2026-04-17T17:41:35.905Z

Link: CVE-2026-41187

cve-icon Vulnrichment

Updated: 2026-07-30T16:11:24.038Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-30T15:16:31.860

Modified: 2026-08-08T01:16:27.190

Link: CVE-2026-41187

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T05:30:06Z

Weaknesses