IPAM controller service account granted unnecessary full access to Secrets
Moderate severity
GitHub Reviewed
Published
May 18, 2026
in
metal3-io/ip-address-manager
•
Updated Jun 12, 2026
Package
Affected versions
<= 1.11.6
>= 1.12.0, <= 1.12.3
Patched versions
1.11.7
1.12.4
Description
Published to the GitHub Advisory Database
May 29, 2026
Reviewed
May 29, 2026
Published by the National Vulnerability Database
Jun 12, 2026
Last updated
Jun 12, 2026
Impact
IPAM is the IP address Manager for Cluster API Provider Metal3. The IPAM controller's ClusterRole granted full CRUD permissions (create, delete, get, list, patch, update, watch) on core/v1 Secrets. The controller never accesses Secrets during normal operation. If the controller pod were compromised (e.g. via supply chain attack or container escape), an attacker could leverage these excessive permissions to read, modify, or delete Secrets in the namespace, potentially exposing credentials and other sensitive data.
All users running ip-address-manager versions prior to the patched releases are affected.
Patches
Fixed in:
Users should upgrade to the patched version for their release branch.
Workarounds
Manually remove the Secrets resource entry from the metal3-ipam-controller-manager-role ClusterRole:
Resources
References