CVE-2024-43803

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-43803
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-43803.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-43803
Aliases
Published
2024-09-03T19:15:14Z
Modified
2024-12-20T21:11:53.702437Z
Summary
[none]
Details

The Bare Metal Operator (BMO) implements a Kubernetes API for managing bare metal hosts in Metal3. The BareMetalHost (BMH) CRD allows the userData, metaData, and networkData for the provisioned host to be specified as links to Kubernetes Secrets. There are fields for both the Name and Namespace of the Secret, meaning that versions of the baremetal-operator prior to 0.8.0, 0.6.2, and 0.5.2 will read a Secret from any namespace. A user with access to create or edit a BareMetalHost can thus exfiltrate a Secret from another namespace by using it as e.g. the userData for provisioning some host (note that this need not be a real host, it could be a VM somewhere).

BMO will only read a key with the name value (or userData, metaData, or networkData), so that limits the exposure somewhat. value is probably a pretty common key though. Secrets used by other BareMetalHosts in different namespaces are always vulnerable. It is probably relatively unusual for anyone other than cluster administrators to have RBAC access to create/edit a BareMetalHost. This vulnerability is only meaningful, if the cluster has users other than administrators and users' privileges are limited to their respective namespaces.

The patch prevents BMO from accepting links to Secrets from other namespaces as BMH input. Any BMH configuration is only read from the same namespace only. The problem is patched in BMO releases v0.7.0, v0.6.2 and v0.5.2 and users should upgrade to those versions. Prior upgrading, duplicate the BMC Secrets to the namespace where the corresponding BMH is. After upgrade, remove the old Secrets. As a workaround, an operator can configure BMO RBAC to be namespace scoped for Secrets, instead of cluster scoped, to prevent BMO from accessing Secrets from other namespaces.

References

Affected packages

Git / github.com/metal3-io/baremetal-operator

Affected ranges

Type
GIT
Repo
https://github.com/metal3-io/baremetal-operator
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Fixed

Affected versions

apis/v0.*

apis/v0.1.0
apis/v0.1.1
apis/v0.1.2
apis/v0.2.0
apis/v0.3.0
apis/v0.3.0-rc.0
apis/v0.3.1
apis/v0.4.0
apis/v0.5.0
apis/v0.5.1
apis/v0.6.0
apis/v0.6.1
apis/v0.7.0-rc.0
apis/v0.8.0-rc.0

Other

before-rename

capm3-v0.*

capm3-v0.3.0
capm3-v0.3.2
capm3-v0.4.0
capm3-v0.4.1
capm3-v0.4.3
capm3-v0.5.0
capm3-v0.5.1
capm3-v0.5.2
capm3-v0.5.3
capm3-v0.5.4
capm3-v0.5.5

capm3-v1.*

capm3-v1.1.0
capm3-v1.1.1
capm3-v1.1.2

pkg/hardwareutils/v0.*

pkg/hardwareutils/v0.1.0
pkg/hardwareutils/v0.1.1
pkg/hardwareutils/v0.1.2
pkg/hardwareutils/v0.2.0
pkg/hardwareutils/v0.3.0
pkg/hardwareutils/v0.3.0-rc.0
pkg/hardwareutils/v0.3.1
pkg/hardwareutils/v0.4.0
pkg/hardwareutils/v0.5.0
pkg/hardwareutils/v0.5.1
pkg/hardwareutils/v0.6.0
pkg/hardwareutils/v0.6.1
pkg/hardwareutils/v0.7.0-rc.0
pkg/hardwareutils/v0.8.0-rc.0

test/v0.*

test/v0.5.0
test/v0.5.1
test/v0.6.0
test/v0.6.1
test/v0.7.0-rc.0
test/v0.8.0-rc.0

v0.*

v0.1.0
v0.1.1
v0.1.2
v0.2.0
v0.3.0
v0.3.0-rc.0
v0.3.1
v0.4.0
v0.5.0
v0.5.1
v0.6.0
v0.6.1
v0.7.0-rc.0
v0.8.0-rc.0