Impact
Ironic-image is a container image to run OpenStack Ironic as part of Metal³. If Ironic is not deployed with TLS and it does not have API and Conductor split into separate services, access to the API is not protected by any authentication. Ironic API is also listening in host network. In case the node is not behind a firewall, the API could be accessed by anyone via network without authentication.
By default, Ironic API in Metal3 is protected by TLS and basic authentication, so this vulnerability requires operator to configure API without TLS for it to be vulnerable. TLS and authentication however should not be coupled as they are in versions prior capm3-v1.4.3.
Patches
Issue exists in all versions before image tag capm3-v1.4.3
. Upgrade ironic-image
to tag capm3-v1.4.3
or newer.
Workarounds
- Configure TLS for Ironic API (
deploy.sh -t ...
, IRONIC_TLS_SETUP=true
)
- Split Ironic API and Conductor via configuration change (old implementation, not recommended)
With both workarounds, services are configured with httpd front-end, which has proper authentication configuration in place.
References
- f64bb6c
- https://nvd.nist.gov/vuln/detail/CVE-2023-40585
Impact
Ironic-image is a container image to run OpenStack Ironic as part of Metal³. If Ironic is not deployed with TLS and it does not have API and Conductor split into separate services, access to the API is not protected by any authentication. Ironic API is also listening in host network. In case the node is not behind a firewall, the API could be accessed by anyone via network without authentication.
By default, Ironic API in Metal3 is protected by TLS and basic authentication, so this vulnerability requires operator to configure API without TLS for it to be vulnerable. TLS and authentication however should not be coupled as they are in versions prior capm3-v1.4.3.
Patches
Issue exists in all versions before image tag
capm3-v1.4.3
. Upgradeironic-image
to tagcapm3-v1.4.3
or newer.Workarounds
deploy.sh -t ...
,IRONIC_TLS_SETUP=true
)With both workarounds, services are configured with httpd front-end, which has proper authentication configuration in place.
References