GHSA-c98h-7hp9-v9hq

Suggest an improvement
Source
https://github.com/advisories/GHSA-c98h-7hp9-v9hq
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/03/GHSA-c98h-7hp9-v9hq/GHSA-c98h-7hp9-v9hq.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-c98h-7hp9-v9hq
Aliases
Published
2025-03-17T21:26:14Z
Modified
2025-03-19T14:59:19Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N CVSS Calculator
Summary
Bare Metal Operator (BMO) can expose any secret from other namespaces via BMCEventSubscription CRD
Details

Impact

The Bare Metal Operator (BMO) implements a Kubernetes API for managing bare metal hosts in Metal3.

Baremetal Operator enables users to load Secret from arbitrary namespaces upon deployment of the namespace scoped Custom Resource BMCEventSubscription (BMCES). An adversary Kubernetes account with only namespace level roles (e.g. a tenant controlling a namespace) may create a BMCES in their authorized namespace and then load Secrets from their unauthorized namespaces to their authorized namespace via the Baremetal Operator controller's cluster scoped privileges, causing Secret leakage.

Patches

The patch makes BMO refuse to read Secrets from other namespace than where the corresponding Bare Metal Host (BMH) resource is. The patch does not change the BMCEventSubscription API in BMO, but stricter validation will deny the request at admission time. It will also prevent the controller reading such Secrets, in case the BMCES resource has already been deployed.

The issue exists for all versions of BMO, and is patched in BMO releases v0.9.1 and v0.8.1. Prior upgrading to patched BMO version, duplicate any existing Secret pointed to by BMCEventSubscription's httpHeadersRef to the same namespace where the corresponding BMH exists. After upgrade, remove the old Secrets.

Workarounds

Operator can configure BMO RBAC to be namespace scoped, instead of cluster scoped, to prevent BMO from accessing Secrets from other namespaces, and/or use WATCH_NAMESPACE configuration option to limit BMO to single namespace.

References

Credits

Metal3 Security Team thanks WHALEEYE and debuggerchen of Lab for Internet and Security Technology for responsible vulnerability disclosure.

Database specific
{
    "nvd_published_at": "2025-03-17T22:15:14Z",
    "cwe_ids": [
        "CWE-200",
        "CWE-653"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2025-03-17T21:26:14Z"
}
References

Affected packages

Go / github.com/metal3-io/baremetal-operator/apis

Package

Name
github.com/metal3-io/baremetal-operator/apis
View open source insights on deps.dev
Purl
pkg:golang/github.com/metal3-io/baremetal-operator/apis

Affected ranges

Type
SEMVER
Events
Introduced
0.9.0
Fixed
0.9.1

Affected versions

0.*

0.9.0

Go / github.com/metal3-io/baremetal-operator/apis

Package

Name
github.com/metal3-io/baremetal-operator/apis
View open source insights on deps.dev
Purl
pkg:golang/github.com/metal3-io/baremetal-operator/apis

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.8.1

Database specific

{
    "last_known_affected_version_range": "<= 0.8.0"
}