Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2024-8676
Vulnerability from cvelistv5
Published
2024-11-26 19:15
Modified
2025-02-03 21:27
Severity ?
EPSS score ?
Summary
A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn't have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.
References
Impacted products
Vendor | Product | Version | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
▼ |
Version: 0 ≤ Version: 1.30.0 ≤ Version: 1.31.0 ≤ |
|||||||||||||||||||||||||||||||||||||||||||
|
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2024-8676", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-11-26T21:01:28.945651Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-11-26T21:01:45.208Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "collectionURL": "https://github.com/cri-o/cri-o", "defaultStatus": "unaffected", "packageName": "cri-o", "versions": [ { "lessThan": "1.29.11", "status": "affected", "version": "0", "versionType": "semver" }, { "lessThan": "1.30.8", "status": "affected", "version": "1.30.0", "versionType": "semver" }, { "lessThan": "1.31.3", "status": "affected", "version": "1.31.0", "versionType": "semver" } ] }, { "collectionURL": "https://access.redhat.com/downloads/content/package-browser/", "cpes": [ "cpe:/a:redhat:openshift:4.15::el8", "cpe:/a:redhat:openshift:4.15::el9" ], "defaultStatus": "affected", "packageName": "cri-o", "product": "Red Hat OpenShift Container Platform 4.15", "vendor": "Red Hat", "versions": [ { "lessThan": "*", "status": "unaffected", "version": "0:1.28.11-7.rhaos4.15.gitc4c0556.el9", "versionType": "rpm" } ] }, { "collectionURL": "https://access.redhat.com/downloads/content/package-browser/", "cpes": [ "cpe:/a:redhat:openshift:4.16::el8", "cpe:/a:redhat:openshift:4.16::el9" ], "defaultStatus": "affected", "packageName": "cri-o", "product": "Red Hat OpenShift Container Platform 4.16", "vendor": "Red Hat", "versions": [ { "lessThan": "*", "status": "unaffected", "version": "0:1.29.11-3.rhaos4.16.git16d9bd6.el9", "versionType": "rpm" } ] }, { "collectionURL": "https://access.redhat.com/downloads/content/package-browser/", "cpes": [ "cpe:/o:redhat:enterprise_linux:8" ], "defaultStatus": "unaffected", "packageName": "container-tools:rhel8/conmon", "product": "Red Hat Enterprise Linux 8", "vendor": "Red Hat" }, { "collectionURL": "https://access.redhat.com/downloads/content/package-browser/", "cpes": [ "cpe:/o:redhat:enterprise_linux:8" ], "defaultStatus": "affected", "packageName": "container-tools:rhel8/podman", "product": "Red Hat Enterprise Linux 8", "vendor": "Red Hat" }, { "collectionURL": "https://access.redhat.com/downloads/content/package-browser/", "cpes": [ "cpe:/o:redhat:enterprise_linux:9" ], "defaultStatus": "unaffected", "packageName": "conmon", "product": "Red Hat Enterprise Linux 9", "vendor": "Red Hat" }, { "collectionURL": "https://access.redhat.com/downloads/content/package-browser/", "cpes": [ "cpe:/a:redhat:openshift:3.11" ], "defaultStatus": "unknown", "packageName": "cri-o", "product": "Red Hat OpenShift Container Platform 3.11", "vendor": "Red Hat" }, { "collectionURL": "https://access.redhat.com/downloads/content/package-browser/", "cpes": [ "cpe:/a:redhat:openshift:4" ], "defaultStatus": "unaffected", "packageName": "conmon", "product": "Red Hat OpenShift Container Platform 4", "vendor": "Red Hat" }, { "collectionURL": "https://access.redhat.com/downloads/content/package-browser/", "cpes": [ "cpe:/a:redhat:openshift:4" ], "defaultStatus": "affected", "packageName": "rhcos", "product": "Red Hat OpenShift Container Platform 4", "vendor": "Red Hat" } ], "datePublic": "2024-11-26T18:21:38.116Z", "descriptions": [ { "lang": "en", "value": "A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn\u0027t have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore." } ], "metrics": [ { "other": { "content": { "namespace": "https://access.redhat.com/security/updates/classification/", "value": "Moderate" }, "type": "Red Hat severity rating" } }, { "cvssV3_1": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "format": "CVSS" } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-285", "description": "Improper Authorization", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-02-03T21:27:59.999Z", "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749", "shortName": "redhat" }, "references": [ { "name": "RHBA-2024:10826", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHBA-2024:10826" }, { "name": "RHSA-2025:0648", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2025:0648" }, { "tags": [ "vdb-entry", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/security/cve/CVE-2024-8676" }, { "name": "RHBZ#2313842", "tags": [ "issue-tracking", "x_refsource_REDHAT" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313842" } ], "timeline": [ { "lang": "en", "time": "2024-09-20T19:45:05.331000+00:00", "value": "Reported to Red Hat." }, { "lang": "en", "time": "2024-11-26T18:21:38.116000+00:00", "value": "Made public." } ], "title": "Cri-o: checkpoint restore can be triggered from different namespaces", "workarounds": [ { "lang": "en", "value": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability." } ], "x_redhatCweChain": "CWE-285: Improper Authorization" } }, "cveMetadata": { "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749", "assignerShortName": "redhat", "cveId": "CVE-2024-8676", "datePublished": "2024-11-26T19:15:48.475Z", "dateReserved": "2024-09-10T19:56:52.932Z", "dateUpdated": "2025-02-03T21:27:59.999Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-8676\",\"sourceIdentifier\":\"secalert@redhat.com\",\"published\":\"2024-11-26T20:15:34.260\",\"lastModified\":\"2025-01-29T20:15:34.877\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn\u0027t have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.\"},{\"lang\":\"es\",\"value\":\"Se encontr\u00f3 una vulnerabilidad en CRI-O, donde se le puede solicitar que tome un archivo de punto de control de un contenedor y luego se le puede solicitar que lo restaure. Cuando realiza esa restauraci\u00f3n, intenta restaurar los montajes del archivo de restauraci\u00f3n en lugar de la solicitud del pod. Como resultado, las validaciones que se ejecutan en la especificaci\u00f3n del pod, verificando que el pod tiene acceso a los montajes que especifica, no son aplicables a un contenedor restaurado. Esta falla permite que un usuario malintencionado enga\u00f1e a CRI-O para que restaure un pod que no tiene acceso a los montajes del host. El usuario necesita acceso al socket kubelet o cri-o para llamar al endpoint de restauraci\u00f3n y activar la restauraci\u00f3n.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-285\"}]}],\"references\":[{\"url\":\"https://access.redhat.com/errata/RHBA-2024:10826\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2025:0648\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://access.redhat.com/security/cve/CVE-2024-8676\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=2313842\",\"source\":\"secalert@redhat.com\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-8676\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-11-26T21:01:28.945651Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-11-26T21:01:41.343Z\"}}], \"cna\": {\"title\": \"Cri-o: checkpoint restore can be triggered from different namespaces\", \"metrics\": [{\"other\": {\"type\": \"Red Hat severity rating\", \"content\": {\"value\": \"Moderate\", \"namespace\": \"https://access.redhat.com/security/updates/classification/\"}}}, {\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.29.11\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.30.0\", \"lessThan\": \"1.30.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.31.0\", \"lessThan\": \"1.31.3\", \"versionType\": \"semver\"}], \"packageName\": \"cri-o\", \"collectionURL\": \"https://github.com/cri-o/cri-o\", \"defaultStatus\": \"unaffected\"}, {\"cpes\": [\"cpe:/a:redhat:openshift:4.15::el8\", \"cpe:/a:redhat:openshift:4.15::el9\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat OpenShift Container Platform 4.15\", \"versions\": [{\"status\": \"unaffected\", \"version\": \"0:1.28.11-7.rhaos4.15.gitc4c0556.el9\", \"lessThan\": \"*\", \"versionType\": \"rpm\"}], \"packageName\": \"cri-o\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/a:redhat:openshift:4.16::el8\", \"cpe:/a:redhat:openshift:4.16::el9\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat OpenShift Container Platform 4.16\", \"versions\": [{\"status\": \"unaffected\", \"version\": \"0:1.29.11-3.rhaos4.16.git16d9bd6.el9\", \"lessThan\": \"*\", \"versionType\": \"rpm\"}], \"packageName\": \"cri-o\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:8\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 8\", \"packageName\": \"container-tools:rhel8/conmon\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"unaffected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:8\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 8\", \"packageName\": \"container-tools:rhel8/podman\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:9\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 9\", \"packageName\": \"conmon\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"unaffected\"}, {\"cpes\": [\"cpe:/a:redhat:openshift:3.11\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat OpenShift Container Platform 3.11\", \"packageName\": \"cri-o\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:/a:redhat:openshift:4\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat OpenShift Container Platform 4\", \"packageName\": \"conmon\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"unaffected\"}, {\"cpes\": [\"cpe:/a:redhat:openshift:4\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat OpenShift Container Platform 4\", \"packageName\": \"rhcos\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2024-09-20T19:45:05.331000+00:00\", \"value\": \"Reported to Red Hat.\"}, {\"lang\": \"en\", \"time\": \"2024-11-26T18:21:38.116000+00:00\", \"value\": \"Made public.\"}], \"datePublic\": \"2024-11-26T18:21:38.116Z\", \"references\": [{\"url\": \"https://access.redhat.com/errata/RHBA-2024:10826\", \"name\": \"RHBA-2024:10826\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2025:0648\", \"name\": \"RHSA-2025:0648\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://access.redhat.com/security/cve/CVE-2024-8676\", \"tags\": [\"vdb-entry\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=2313842\", \"name\": \"RHBZ#2313842\", \"tags\": [\"issue-tracking\", \"x_refsource_REDHAT\"]}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn\u0027t have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-285\", \"description\": \"Improper Authorization\"}]}], \"providerMetadata\": {\"orgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"shortName\": \"redhat\", \"dateUpdated\": \"2025-02-03T21:27:59.999Z\"}, \"x_redhatCweChain\": \"CWE-285: Improper Authorization\"}}", "cveMetadata": "{\"cveId\": \"CVE-2024-8676\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-03T21:27:59.999Z\", \"dateReserved\": \"2024-09-10T19:56:52.932Z\", \"assignerOrgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"datePublished\": \"2024-11-26T19:15:48.475Z\", \"assignerShortName\": \"redhat\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
ghsa-7p9f-6x8j-gxxp
Vulnerability from github
Published
2024-11-26 21:50
Modified
2025-01-29 21:31
Severity ?
7.4 (High) - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
6.9 (Medium) - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U
6.9 (Medium) - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U
Summary
CRI-O: Maliciously structured checkpoint file can gain arbitrary node access
Details
Impact
Patches
1.31.1, 1.30.6, 1.29.8
Workarounds
set enable_criu_support = false
References
Are there any links users can visit to find out more?
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/cri-o/cri-o" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.29.11" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "github.com/cri-o/cri-o" }, "ranges": [ { "events": [ { "introduced": "1.30.0" }, { "fixed": "1.30.8" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "github.com/cri-o/cri-o" }, "ranges": [ { "events": [ { "introduced": "1.31.0" }, { "fixed": "1.31.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-8676" ], "database_specific": { "cwe_ids": [ "CWE-285" ], "github_reviewed": true, "github_reviewed_at": "2024-11-26T21:50:30Z", "nvd_published_at": "2024-11-26T20:15:34Z", "severity": "MODERATE" }, "details": "### Impact\n\n### Patches\n1.31.1, 1.30.6, 1.29.8\n\n### Workarounds\nset `enable_criu_support = false` \n\n### References\n_Are there any links users can visit to find out more?_\n", "id": "GHSA-7p9f-6x8j-gxxp", "modified": "2025-01-29T21:31:23Z", "published": "2024-11-26T21:50:30Z", "references": [ { "type": "WEB", "url": "https://github.com/cri-o/cri-o/security/advisories/GHSA-7p9f-6x8j-gxxp" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8676" }, { "type": "WEB", "url": "https://github.com/cri-o/cri-o/commit/e8e7dcb7838d11b5157976bf3e31a5840bb77de7" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHBA-2024:10826" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2025:0648" }, { "type": "WEB", "url": "https://access.redhat.com/security/cve/CVE-2024-8676" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313842" }, { "type": "PACKAGE", "url": "https://github.com/cri-o/cri-o" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U", "type": "CVSS_V4" } ], "summary": "CRI-O: Maliciously structured checkpoint file can gain arbitrary node access" }
RHBA-2024:10826
Vulnerability from csaf_redhat
Published
2024-12-12 00:57
Modified
2025-02-03 21:28
Summary
Red Hat Bug Fix Advisory: OpenShift Container Platform 4.16.26 packages and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.16.26 is now available with
updates to packages and images that fix several bugs.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container
Platform 4.16.26. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHSA-2024:10823
All OpenShift Container Platform 4.16 users are advised to upgrade to these
updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at
https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.16.26 is now available with\nupdates to packages and images that fix several bugs.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 4.16.26. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2024:10823\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at\nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHBA-2024:10826", "url": "https://access.redhat.com/errata/RHBA-2024:10826" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhba-2024_10826.json" } ], "title": "Red Hat Bug Fix Advisory: OpenShift Container Platform 4.16.26 packages and security update", "tracking": { "current_release_date": "2025-02-03T21:28:00+00:00", "generator": { "date": "2025-02-03T21:28:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.6" } }, "id": "RHBA-2024:10826", "initial_release_date": "2024-12-12T00:57:33+00:00", "revision_history": [ { "date": "2024-12-12T00:57:33+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-12T00:57:33+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-03T21:28:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-8676", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-09-20T19:45:05.331000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2313842" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn\u0027t have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.", "title": "Vulnerability description" }, { "category": "summary", "text": "cri-o: Checkpoint restore can be triggered from different namespaces", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-8676" }, { "category": "external", "summary": "RHBZ#2313842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313842" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8676", "url": "https://www.cve.org/CVERecord?id=CVE-2024-8676" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8676", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8676" } ], "release_date": "2024-11-26T18:21:38.116000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-12T00:57:33+00:00", "details": "See the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.16/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2024:10826" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cri-o: Checkpoint restore can be triggered from different namespaces" } ] }
rhsa-2025:0648
Vulnerability from csaf_redhat
Published
2025-01-29 19:23
Modified
2025-02-03 21:28
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.15.44 security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.15.44 is now available with updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.15.
Red Hat Product Security has rated this update as having a security impact of MODERATE. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.15.44. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHSA-2025:0646
Security Fix(es):
* cri-o: Checkpoint restore can be triggered from different namespaces
(CVE-2024-8676)
All OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.15.44 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\n\nRed Hat Product Security has rated this update as having a security impact of MODERATE. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.15.44. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0646\n\nSecurity Fix(es):\n\n* cri-o: Checkpoint restore can be triggered from different namespaces\n(CVE-2024-8676)\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0648", "url": "https://access.redhat.com/errata/RHSA-2025:0648" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2313842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313842" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0648.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.44 security update", "tracking": { "current_release_date": "2025-02-03T21:28:12+00:00", "generator": { "date": "2025-02-03T21:28:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.6" } }, "id": "RHSA-2025:0648", "initial_release_date": "2025-01-29T19:23:34+00:00", "revision_history": [ { "date": "2025-01-29T19:23:34+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-29T19:23:34+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-03T21:28:12+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.15", "product": { "name": "Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.15::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.15", "product": { "name": "Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.15::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.src", "product": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.src", "product_id": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.src", "product": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.src", "product_id": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "product": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "product_id": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "product_id": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "product": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "product_id": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "product_id": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "product": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "product_id": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "product_id": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "product": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "product_id": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "product_id": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "product": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "product_id": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "product": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "product_id": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "product": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "product_id": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "product_id": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "product_id": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.11-7.rhaos4.15.gitc4c0556.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "product": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "product_id": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "product_id": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "product_id": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.11-7.rhaos4.15.gitc4c0556.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64" }, "product_reference": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le" }, "product_reference": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x" }, "product_reference": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.src as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.src" }, "product_reference": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64" }, "product_reference": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64" }, "product_reference": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le" }, "product_reference": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x" }, "product_reference": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.src as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.src" }, "product_reference": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64" }, "product_reference": "cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-8676", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-09-20T19:45:05.331000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2313842" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn\u0027t have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.", "title": "Vulnerability description" }, { "category": "summary", "text": "cri-o: Checkpoint restore can be triggered from different namespaces", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.src", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.src", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-8676" }, { "category": "external", "summary": "RHBZ#2313842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313842" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8676", "url": "https://www.cve.org/CVERecord?id=CVE-2024-8676" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8676", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8676" } ], "release_date": "2024-11-26T18:21:38.116000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-29T19:23:34+00:00", "details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html", "product_ids": [ "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.src", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.src", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0648" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.src", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.src", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.src", "8Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.s390x", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el8.x86_64", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.src", "9Base-RHOSE-4.15:cri-o-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.aarch64", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.ppc64le", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.s390x", "9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.11-7.rhaos4.15.gitc4c0556.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cri-o: Checkpoint restore can be triggered from different namespaces" } ] }
rhba-2024_10826
Vulnerability from csaf_redhat
Published
2024-12-12 00:57
Modified
2024-12-24 03:28
Summary
Red Hat Bug Fix Advisory: OpenShift Container Platform 4.16.26 packages and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.16.26 is now available with
updates to packages and images that fix several bugs.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container
Platform 4.16.26. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHSA-2024:10823
All OpenShift Container Platform 4.16 users are advised to upgrade to these
updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at
https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.16.26 is now available with\nupdates to packages and images that fix several bugs.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 4.16.26. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2024:10823\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at\nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHBA-2024:10826", "url": "https://access.redhat.com/errata/RHBA-2024:10826" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhba-2024_10826.json" } ], "title": "Red Hat Bug Fix Advisory: OpenShift Container Platform 4.16.26 packages and security update", "tracking": { "current_release_date": "2024-12-24T03:28:09+00:00", "generator": { "date": "2024-12-24T03:28:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.4" } }, "id": "RHBA-2024:10826", "initial_release_date": "2024-12-12T00:57:33+00:00", "revision_history": [ { "date": "2024-12-12T00:57:33+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-12T00:57:33+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-24T03:28:09+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-8676", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-09-20T19:45:05.331000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2313842" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn\u0027t have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.", "title": "Vulnerability description" }, { "category": "summary", "text": "cri-o: Checkpoint restore can be triggered from different namespaces", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-8676" }, { "category": "external", "summary": "RHBZ#2313842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313842" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8676", "url": "https://www.cve.org/CVERecord?id=CVE-2024-8676" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8676", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8676" } ], "release_date": "2024-11-26T18:21:38.116000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-12T00:57:33+00:00", "details": "See the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.16/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2024:10826" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cri-o: Checkpoint restore can be triggered from different namespaces" } ] }
rhba-2024:10826
Vulnerability from csaf_redhat
Published
2024-12-12 00:57
Modified
2025-02-03 21:28
Summary
Red Hat Bug Fix Advisory: OpenShift Container Platform 4.16.26 packages and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.16.26 is now available with
updates to packages and images that fix several bugs.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container
Platform 4.16.26. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHSA-2024:10823
All OpenShift Container Platform 4.16 users are advised to upgrade to these
updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at
https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.16.26 is now available with\nupdates to packages and images that fix several bugs.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 4.16.26. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2024:10823\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available at\nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHBA-2024:10826", "url": "https://access.redhat.com/errata/RHBA-2024:10826" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhba-2024_10826.json" } ], "title": "Red Hat Bug Fix Advisory: OpenShift Container Platform 4.16.26 packages and security update", "tracking": { "current_release_date": "2025-02-03T21:28:00+00:00", "generator": { "date": "2025-02-03T21:28:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.6" } }, "id": "RHBA-2024:10826", "initial_release_date": "2024-12-12T00:57:33+00:00", "revision_history": [ { "date": "2024-12-12T00:57:33+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-12T00:57:33+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-03T21:28:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_id": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_id": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_id": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.11-3.rhaos4.16.git16d9bd6.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" }, "product_reference": "cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-8676", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-09-20T19:45:05.331000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2313842" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn\u0027t have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.", "title": "Vulnerability description" }, { "category": "summary", "text": "cri-o: Checkpoint restore can be triggered from different namespaces", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-8676" }, { "category": "external", "summary": "RHBZ#2313842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313842" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8676", "url": "https://www.cve.org/CVERecord?id=CVE-2024-8676" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8676", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8676" } ], "release_date": "2024-11-26T18:21:38.116000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-12T00:57:33+00:00", "details": "See the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.16/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2024:10826" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.11-3.rhaos4.16.git16d9bd6.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cri-o: Checkpoint restore can be triggered from different namespaces" } ] }
fkie_cve-2024-8676
Vulnerability from fkie_nvd
Published
2024-11-26 20:15
Modified
2025-01-29 20:15
Severity ?
Summary
A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn't have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore.
References
Impacted products
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the validations run on the pod spec, verifying that the pod has access to the mounts it specifies are not applicable to a restored container. This flaw allows a malicious user to trick CRI-O into restoring a pod that doesn\u0027t have access to host mounts. The user needs access to the kubelet or cri-o socket to call the restore endpoint and trigger the restore." }, { "lang": "es", "value": "Se encontr\u00f3 una vulnerabilidad en CRI-O, donde se le puede solicitar que tome un archivo de punto de control de un contenedor y luego se le puede solicitar que lo restaure. Cuando realiza esa restauraci\u00f3n, intenta restaurar los montajes del archivo de restauraci\u00f3n en lugar de la solicitud del pod. Como resultado, las validaciones que se ejecutan en la especificaci\u00f3n del pod, verificando que el pod tiene acceso a los montajes que especifica, no son aplicables a un contenedor restaurado. Esta falla permite que un usuario malintencionado enga\u00f1e a CRI-O para que restaure un pod que no tiene acceso a los montajes del host. El usuario necesita acceso al socket kubelet o cri-o para llamar al endpoint de restauraci\u00f3n y activar la restauraci\u00f3n." } ], "id": "CVE-2024-8676", "lastModified": "2025-01-29T20:15:34.877", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 2.2, "impactScore": 5.2, "source": "secalert@redhat.com", "type": "Secondary" } ] }, "published": "2024-11-26T20:15:34.260", "references": [ { "source": "secalert@redhat.com", "url": "https://access.redhat.com/errata/RHBA-2024:10826" }, { "source": "secalert@redhat.com", "url": "https://access.redhat.com/errata/RHSA-2025:0648" }, { "source": "secalert@redhat.com", "url": "https://access.redhat.com/security/cve/CVE-2024-8676" }, { "source": "secalert@redhat.com", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313842" } ], "sourceIdentifier": "secalert@redhat.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-285" } ], "source": "secalert@redhat.com", "type": "Secondary" } ] }
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.