CVE Catalog

CVE-2026-41187

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.22%

13th percentile - higher than 13% of all known CVEs

Summary

A vulnerability in Calico allows a user with the deletecollection verb or wildcard on tier-scoped policy resources to bulk-delete policies in tiers they have no rights on. This occurs because the Delete method for NetworkPolicy, GlobalNetworkPolicy, and their variants is not invoked for DeleteCollection requests, bypassing AuthorizeTierOperation authorization.

Risk Assessment

The risk is a breach of tier authorization boundaries, potentially leading to unauthorized deletion of network policies and weakening cluster security.

Recommendation

Apply the fix from Calico vendor that ensures proper authorization for DeleteCollection requests.

Other vulnerabilities in Calico

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS