ghsa-9wh7-397j-722m
Vulnerability from github
Published
2023-04-26 19:46
Modified
2023-04-26 19:46
Severity ?
Summary
Ironic and ironic-inspector may expose as ConfigMaps
Details
Impact
Ironic and ironic-inspector deployed within Baremetal Operator using the included deploy.sh
store their .htpasswd
files as ConfigMaps instead of Secrets. This causes the plain-text username and hashed password to be readable by anyone having a cluster-wide read-access to the management cluster, or access to the management cluster's Etcd storage.
Patches
This issue is patched in baremetal-operator PR#1241, and is included in BMO release 0.3.0 onwards.
Workarounds
User may modify the kustomizations and redeploy the BMO, or recreate the required ConfigMaps as Secrets per instructions in baremetal-operator PR#1241
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/metal3-io/baremetal-operator" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.3.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-30841" ], "database_specific": { "cwe_ids": [ "CWE-200", "CWE-319" ], "github_reviewed": true, "github_reviewed_at": "2023-04-26T19:46:00Z", "nvd_published_at": "2023-04-26T19:15:09Z", "severity": "MODERATE" }, "details": "### Impact\nIronic and ironic-inspector deployed within Baremetal Operator using the included `deploy.sh` store their `.htpasswd` files as ConfigMaps instead of Secrets. This causes the plain-text username and hashed password to be readable by anyone having a cluster-wide read-access to the management cluster, or access to the management cluster\u0027s Etcd storage.\n\n### Patches\nThis issue is patched in [baremetal-operator PR#1241](https://github.com/metal3-io/baremetal-operator/pull/1241), and is included in BMO release 0.3.0 onwards.\n\n### Workarounds\nUser may modify the kustomizations and redeploy the BMO, or recreate the required ConfigMaps as Secrets per instructions in [baremetal-operator PR#1241](https://github.com/metal3-io/baremetal-operator/pull/1241)\n", "id": "GHSA-9wh7-397j-722m", "modified": "2023-04-26T19:46:00Z", "published": "2023-04-26T19:46:00Z", "references": [ { "type": "WEB", "url": "https://github.com/metal3-io/baremetal-operator/security/advisories/GHSA-9wh7-397j-722m" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30841" }, { "type": "WEB", "url": "https://github.com/metal3-io/baremetal-operator/pull/1241" }, { "type": "PACKAGE", "url": "https://github.com/metal3-io/baremetal-operator" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Ironic and ironic-inspector may expose as ConfigMaps" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.