Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
4 vulnerabilities by openshift-metal3
CVE-2026-71567 (GCVE-0-2026-71567)
Vulnerability from nvd – Published: 2026-08-17 14:39 – Updated: 2026-08-17 15:25
VLAI
EPSS
VEX
Title
User-controlled variables inserted unescaped into shell scripts and Kubernetes manifests
Summary
In openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables
are injected without quoting them either into command lines or into
manifests. This mostly applies to the Image URL and BMC credentials
(which are not verified by FakeFish).
Severity
7.7 (High)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-17 14:49 UTC
CWE
- CWE-78 - Improper neutralization of special elements used in an OS command ('OS command injection')
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/openshift-metal3/fakefish/secu… | vendor-advisory |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| openshift-metal3 | fakefish |
Affected:
0 , ≤ 28f9a6b
(git)
Unaffected: 526550a (git) |
Date Public
2026-08-13 16:18
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-71567",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-17T14:49:55.069770Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-17T15:25:12.659Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "fakefish",
"repo": "https://github.com/openshift-metal3/fakefish/",
"vendor": "openshift-metal3",
"versions": [
{
"lessThanOrEqual": "28f9a6b",
"status": "affected",
"version": "0",
"versionType": "git"
},
{
"status": "unaffected",
"version": "526550a",
"versionType": "git"
}
]
}
],
"datePublic": "2026-08-13T16:18:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eIn\u0026nbsp;openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables\n are injected without quoting them either into command lines or into \nmanifests. This mostly applies to the Image URL and BMC credentials \n(which are not verified by FakeFish). \u003c/p\u003e"
}
],
"value": "In\u00a0openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables\n are injected without quoting them either into command lines or into \nmanifests. This mostly applies to the Image URL and BMC credentials \n(which are not verified by FakeFish)."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-78",
"description": "CWE-78 Improper neutralization of special elements used in an OS command (\u0027OS command injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-17T14:39:09.651Z",
"orgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
"shortName": "redhat-cnalr"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://github.com/openshift-metal3/fakefish/security/advisories/GHSA-xfhv-fp7q-v2cc"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "User-controlled variables inserted unescaped into shell scripts and Kubernetes manifests",
"x_generator": {
"engine": "Vulnogram 1.0.4"
}
}
},
"cveMetadata": {
"assignerOrgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
"assignerShortName": "redhat-cnalr",
"cveId": "CVE-2026-71567",
"datePublished": "2026-08-17T14:39:09.651Z",
"dateReserved": "2026-08-07T12:08:03.283Z",
"dateUpdated": "2026-08-17T15:25:12.659Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-71566 (GCVE-0-2026-71566)
Vulnerability from nvd – Published: 2026-08-17 14:22 – Updated: 2026-08-17 16:00
VLAI
EPSS
VEX
Title
KubeVirt backend is not authenticated
Summary
FakeFish handles incoming credentials by passing them down
to scripts. This works for real hardware because in the end it's up to
the BMC to validate them. However, KubeVirt relies on a KUBECONFIG file
mounted to the container and completely ignores the credentials. This allows any user of the cluster to control VMs of the
user that created fakefish, power them on and off, and mount arbitrary CD
images to them.
Severity
9.3 (Critical)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-17 16:00 UTC
CWE
- CWE-306 - Missing authentication for critical function
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/openshift-metal3/fakefish/secu… | vendor-advisory |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| openshift-metal3 | fakefish |
Affected:
0 , ≤ 28f9a6b
(git)
Unaffected: 526550a (git) |
Date Public
2026-08-13 16:18
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-71566",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-17T16:00:04.132607Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-17T16:00:15.115Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "fakefish",
"repo": "https://github.com/openshift-metal3/fakefish/",
"vendor": "openshift-metal3",
"versions": [
{
"lessThanOrEqual": "28f9a6b",
"status": "affected",
"version": "0",
"versionType": "git"
},
{
"status": "unaffected",
"version": "526550a",
"versionType": "git"
}
]
}
],
"datePublic": "2026-08-13T16:18:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eFakeFish handles incoming credentials by passing them down\n to scripts. This works for real hardware because in the end it\u0027s up to \nthe BMC to validate them. However, KubeVirt relies on a KUBECONFIG file \nmounted to the container and completely ignores the credentials. This allows any user of the cluster to control VMs of the \nuser that created fakefish, power them on and off, and mount arbitrary CD\n images to them.\u003c/p\u003e"
}
],
"value": "FakeFish handles incoming credentials by passing them down\n to scripts. This works for real hardware because in the end it\u0027s up to \nthe BMC to validate them. However, KubeVirt relies on a KUBECONFIG file \nmounted to the container and completely ignores the credentials. This allows any user of the cluster to control VMs of the \nuser that created fakefish, power them on and off, and mount arbitrary CD\n images to them."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-306",
"description": "CWE-306 Missing authentication for critical function",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-17T14:22:16.712Z",
"orgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
"shortName": "redhat-cnalr"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://github.com/openshift-metal3/fakefish/security/advisories/GHSA-qpfr-jqjq-v83w"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "KubeVirt backend is not authenticated",
"x_generator": {
"engine": "Vulnogram 1.0.4"
}
}
},
"cveMetadata": {
"assignerOrgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
"assignerShortName": "redhat-cnalr",
"cveId": "CVE-2026-71566",
"datePublished": "2026-08-17T14:22:16.712Z",
"dateReserved": "2026-08-07T12:08:03.283Z",
"dateUpdated": "2026-08-17T16:00:15.115Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-71567 (GCVE-0-2026-71567)
Vulnerability from cvelistv5 – Published: 2026-08-17 14:39 – Updated: 2026-08-17 15:25
VLAI
EPSS
VEX
Title
User-controlled variables inserted unescaped into shell scripts and Kubernetes manifests
Summary
In openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables
are injected without quoting them either into command lines or into
manifests. This mostly applies to the Image URL and BMC credentials
(which are not verified by FakeFish).
Severity
7.7 (High)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-17 14:49 UTC
CWE
- CWE-78 - Improper neutralization of special elements used in an OS command ('OS command injection')
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/openshift-metal3/fakefish/secu… | vendor-advisory |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| openshift-metal3 | fakefish |
Affected:
0 , ≤ 28f9a6b
(git)
Unaffected: 526550a (git) |
Date Public
2026-08-13 16:18
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-71567",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-17T14:49:55.069770Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-17T15:25:12.659Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "fakefish",
"repo": "https://github.com/openshift-metal3/fakefish/",
"vendor": "openshift-metal3",
"versions": [
{
"lessThanOrEqual": "28f9a6b",
"status": "affected",
"version": "0",
"versionType": "git"
},
{
"status": "unaffected",
"version": "526550a",
"versionType": "git"
}
]
}
],
"datePublic": "2026-08-13T16:18:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eIn\u0026nbsp;openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables\n are injected without quoting them either into command lines or into \nmanifests. This mostly applies to the Image URL and BMC credentials \n(which are not verified by FakeFish). \u003c/p\u003e"
}
],
"value": "In\u00a0openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables\n are injected without quoting them either into command lines or into \nmanifests. This mostly applies to the Image URL and BMC credentials \n(which are not verified by FakeFish)."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-78",
"description": "CWE-78 Improper neutralization of special elements used in an OS command (\u0027OS command injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-17T14:39:09.651Z",
"orgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
"shortName": "redhat-cnalr"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://github.com/openshift-metal3/fakefish/security/advisories/GHSA-xfhv-fp7q-v2cc"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "User-controlled variables inserted unescaped into shell scripts and Kubernetes manifests",
"x_generator": {
"engine": "Vulnogram 1.0.4"
}
}
},
"cveMetadata": {
"assignerOrgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
"assignerShortName": "redhat-cnalr",
"cveId": "CVE-2026-71567",
"datePublished": "2026-08-17T14:39:09.651Z",
"dateReserved": "2026-08-07T12:08:03.283Z",
"dateUpdated": "2026-08-17T15:25:12.659Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-71566 (GCVE-0-2026-71566)
Vulnerability from cvelistv5 – Published: 2026-08-17 14:22 – Updated: 2026-08-17 16:00
VLAI
EPSS
VEX
Title
KubeVirt backend is not authenticated
Summary
FakeFish handles incoming credentials by passing them down
to scripts. This works for real hardware because in the end it's up to
the BMC to validate them. However, KubeVirt relies on a KUBECONFIG file
mounted to the container and completely ignores the credentials. This allows any user of the cluster to control VMs of the
user that created fakefish, power them on and off, and mount arbitrary CD
images to them.
Severity
9.3 (Critical)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-08-17 16:00 UTC
CWE
- CWE-306 - Missing authentication for critical function
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/openshift-metal3/fakefish/secu… | vendor-advisory |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| openshift-metal3 | fakefish |
Affected:
0 , ≤ 28f9a6b
(git)
Unaffected: 526550a (git) |
Date Public
2026-08-13 16:18
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-71566",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-17T16:00:04.132607Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-17T16:00:15.115Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "fakefish",
"repo": "https://github.com/openshift-metal3/fakefish/",
"vendor": "openshift-metal3",
"versions": [
{
"lessThanOrEqual": "28f9a6b",
"status": "affected",
"version": "0",
"versionType": "git"
},
{
"status": "unaffected",
"version": "526550a",
"versionType": "git"
}
]
}
],
"datePublic": "2026-08-13T16:18:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eFakeFish handles incoming credentials by passing them down\n to scripts. This works for real hardware because in the end it\u0027s up to \nthe BMC to validate them. However, KubeVirt relies on a KUBECONFIG file \nmounted to the container and completely ignores the credentials. This allows any user of the cluster to control VMs of the \nuser that created fakefish, power them on and off, and mount arbitrary CD\n images to them.\u003c/p\u003e"
}
],
"value": "FakeFish handles incoming credentials by passing them down\n to scripts. This works for real hardware because in the end it\u0027s up to \nthe BMC to validate them. However, KubeVirt relies on a KUBECONFIG file \nmounted to the container and completely ignores the credentials. This allows any user of the cluster to control VMs of the \nuser that created fakefish, power them on and off, and mount arbitrary CD\n images to them."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-306",
"description": "CWE-306 Missing authentication for critical function",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-17T14:22:16.712Z",
"orgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
"shortName": "redhat-cnalr"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://github.com/openshift-metal3/fakefish/security/advisories/GHSA-qpfr-jqjq-v83w"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "KubeVirt backend is not authenticated",
"x_generator": {
"engine": "Vulnogram 1.0.4"
}
}
},
"cveMetadata": {
"assignerOrgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
"assignerShortName": "redhat-cnalr",
"cveId": "CVE-2026-71566",
"datePublished": "2026-08-17T14:22:16.712Z",
"dateReserved": "2026-08-07T12:08:03.283Z",
"dateUpdated": "2026-08-17T16:00:15.115Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}