BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2026
CVE-2026-50163High confidence

oras-go: Hardlink entry with relative Linkname escapes extract dir via process CWD resolution in `oras-go` tar extraction

oras-project · oras-go

7.1HighCVSS 3.1
Recommended action
Within 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

1 package state
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivegolang-oras-oras-goUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 10 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
CVE-2026-50163 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityoras-go: Oras-go: Information disclosure and arbitrary file access via crafted tarball hardlinks
31 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3
  • multicluster-globalhub/multicluster-globalhub-grafana-rhel9 as a component of Multicluster Global Hub
  • openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3
  • rhacm2/multicluster-operators-subscription-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2
  • openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4
  • openshift4/metallb-rhel8-operator as a component of Red Hat OpenShift Container Platform 4
  • openshift4/metallb-rhel9-operator as a component of Red Hat OpenShift Container Platform 4
  • openshift4/oc-mirror-plugin-rhel8 as a component of Red Hat OpenShift Container Platform 4
  • openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4
  • openshift4/ose-ansible-operator as a component of Red Hat OpenShift Container Platform 4
  • openshift4/ose-azure-cluster-api-controllers-rhel8 as a component of Red Hat OpenShift Container Platform 4
  • openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4
Summary
A flaw was found in oras-go, a Go library used for managing OCI (Open Container Initiative) artifacts. An attacker can exploit this vulnerability by providing a specially crafted tarball containing a malicious hardlink. When this tarball is extracted, the hardlink can be manipulated to point to files outside the intended extraction location, specifically within the victim's current working directory. This allows an attacker to read sensitive information from the system, and in some cases, could lead to unauthorized access to critical system files if the component is operating with elevated privileges.
Remediation
If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release.
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2026-45297

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, ensureLinkPath in content/file/utils.go:262-275 validates a hardlink target relative to the extract base but returns the unresolved target, causing os.Link("victim.secret", "<extract_base>/payload.tar.gz/evil_cwd_link") to resolve header.Linkname against the process current working directory for a Typeflag=TypeLink entry such as Name=payload.tar.gz/evil_cwd_link and Linkname="victim.secret" with io.deis.oras.content.unpack: "true", which can expose or tamper with files such as .env, .git/config, .aws/credentials, and ~/.ssh/config. This issue is fixed in version 2.6.2.

What

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, ensureLinkPath in content/file/utils.go:262-275 validates a hardlink target relative to the extract base but returns the unresolved target, causing os.Link("victim.secret", "<extract_base>/payload.tar.gz/evil_cwd_link") to resolve header.Linkname against the process current working directory for a Typeflag=TypeLink entry such as Name=payload.tar.gz/evil_cwd_link and Linkname="victim.secret" with io.deis.oras.content.unpack: "true", which can expose or tamper with files such as .env, .git/config, .aws/credentials, and ~/.ssh/config. This issue is fixed in version 2.6.2.

Why

Attacker-controlled path data is not constrained to the intended directory before the application accesses a file.

How

An attacker operating through a network path may attempt exploitation without authentication after a user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, ensureLinkPath in content/file/utils.go:262-275 validates a hardlink target relative to the extract base but returns the unresolved target, causing os.Link("victim.secret", "<extract_base>/payload.tar.gz/evil_cwd_link") to resolve header.Linkname against the process current working directory for a Typeflag=TypeLink entry such as Name=payload.tar.gz/evil_cwd_link and Linkname="victim.secret" with io.deis.oras.content.unpack: "true", which can expose or tamper with files such as .env, .git/config, .aws/credentials, and ~/.ssh/config. This issue is fixed in version 2.6.2.

Why

Attacker-controlled path data is not constrained to the intended directory before the application accesses a file.

How

An attacker operating through a network path may attempt exploitation without authentication after a user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
Reference recorded

CISA Vulnrichment records proof-of-concept exploitation in its SSVC data. BlackTree has not independently executed or validated exploit material.

Likely attack path
a network path → Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
Required interaction required
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-22

CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal'). The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N

Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UIRequiredUser interaction: Another user must perform an action for exploitation to succeed.SUnchangedScope: The security impact remains within the vulnerable component's authority.CHighConfidentiality impact: A successful attack can cause a major loss.ILowIntegrity impact: A successful attack can cause a limited loss.ANoneAvailability impact: No direct loss is represented by this metric.
Post-exploitation / living off the land
Stolen credentials, tokens and legitimate administration functions may provide continued access without deploying a large custom toolset.
NetworkUnauthenticatedCWE-22Public exploit reference
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

CERT-FR · French · CERTFR-2026-AVI-0986Multiples vulnérabilités dans les produits IBM

cord?id=CVE-2026-4892 Référence CVE CVE-2026-4893 https://www.cve.org/CVERecord?id=CVE-2026-4893 Référence CVE CVE-2026-48962 https://www.cve.org/CVERecord?id=CVE-2026-48962 Référence CVE CVE-2026-48978 https://www.cve.org/CVERecord?id=CVE-2026-48978 Référence CVE CVE-2026-49268 https://www.cve.org/CVERecord?id=CVE-2026-49268 Référence CVE CVE-2026-49432 https://www.cve.org/CVERecord?id=CVE-2026-49432 Référence CVE CVE-2026-49434 https://www.cve.org/CVERecord?id=CVE-2026-49434 Référence CVE CVE-2026-50151 https://www.cve.org/CVERecord?id=CVE-2026-50151 Référence CVE CVE-2026-50162 https://www.cve.org/CVERecord?id=CVE-2026-50162 Référence CVE CVE-2026-50163 https://www.cve.org/CVERecord?id=CVE-2026-50163 Référence CVE CVE-2026-50645 https://www.cve.org/CVERecord?id=CVE-2026-50645 Référence CVE CVE-2026-50734 https://www.cve.org/CVERecord?id=CVE-2026-50734 Référence CVE CVE-2026-53916 https://www.cve.org/CVERecord?id=CVE-2026-53916 Référence CVE CVE-2026-53917 https://www.cve.org/CVERecord?id=CVE-2026-53917 Référence CVE CVE-2026-54399 https://www.cve.org/CVERecord?id=CVE-2026-54399 Référence CVE CVE-2026-54428 https://www.cve.org/CVERecord?id=CVE-2026-54428 Référence CVE CVE-2026-54475 https://www.cve.org/CVERecord?id=CVE-2026-54475 Référence CVE CVE-2026-54512 https://www.cve.org/CVERecord?id=

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; multicluster-globalhub/multicluster-globalhub-grafana-rhel9 as a component of Multicluster Global Hub; openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3; rhacm2/multicluster-operators-subscription-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/metallb-rhel8-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/metallb-rhel9-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/oc-mirror-plugin-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-ansible-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-azure-cluster-api-controllers-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-helm-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-helm-rhel9-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-catalogd-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-operator-controller-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-rukpak-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-rukpak-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-framework-tools-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-lifecycle-manager as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-lifecycle-manager-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-registry as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-registry-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-sdk-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-sdk-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ztp-site-generate-rhel8 as a component of Red Hat OpenShift Container Platform 4; rhosp-rhel8/osp-director-operator-bundle as a component of Red Hat OpenStack Platform 16.2; rhosp-rhel9/osp-director-operator-bundle as a component of Red Hat OpenStack Platform 17.1; rhoso-operators/openstack-operator-bundle as a component of Red Hat OpenStack Platform 18.0; and 1 more
Fixed
registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
Action
If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release.
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 17 Jul 2026 · Last source change 20 Jul 2026, 15:01 UTC · CWE-22 · Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2026-45297
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD not scheduled

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; multicluster-globalhub/multicluster-globalhub-grafana-rhel9 as a component of Multicluster Global Hub; openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/metallb-rhel8-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/metallb-rhel9-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/oc-mirror-plugin-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-ansible-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-azure-cluster-api-controllers-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-helm-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-helm-rhel9-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-catalogd-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-operator-controller-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-rukpak-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-rukpak-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-framework-tools-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-lifecycle-manager as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-lifecycle-manager-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-registry as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-registry-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-sdk-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-sdk-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ztp-site-generate-rhel8 as a component of Red Hat OpenShift Container Platform 4; rhosp-rhel8/osp-director-operator-bundle as a component of Red Hat OpenStack Platform 16.2; rhosp-rhel9/osp-director-operator-bundle as a component of Red Hat OpenStack Platform 17.1; rhoso-operators/openstack-operator-bundle as a component of Red Hat OpenStack Platform 18.0; rhoso-operators/rabbitmq-cluster-rhel9-operator as a component of Red Hat OpenStack Platform 18.0 · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
    After
    gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; multicluster-globalhub/multicluster-globalhub-grafana-rhel9 as a component of Multicluster Global Hub; openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3; rhacm2/multicluster-operators-subscription-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/metallb-rhel8-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/metallb-rhel9-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/oc-mirror-plugin-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-ansible-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-azure-cluster-api-controllers-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-helm-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-helm-rhel9-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-catalogd-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-operator-controller-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-rukpak-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-rukpak-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-framework-tools-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-lifecycle-manager as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-lifecycle-manager-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-registry as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-registry-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-sdk-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-sdk-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ztp-site-generate-rhel8 as a component of Red Hat OpenShift Container Platform 4; rhosp-rhel8/osp-director-operator-bundle as a component of Red Hat OpenStack Platform 16.2; rhosp-rhel9/osp-director-operator-bundle as a component of Red Hat OpenStack Platform 17.1; rhoso-operators/openstack-operator-bundle as a component of Red Hat OpenStack Platform 18.0; and 1 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; multicluster-globalhub/multicluster-globalhub-grafana-rhel9 as a component of Multicluster Global Hub; openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/metallb-rhel8-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/metallb-rhel9-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/oc-mirror-plugin-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-ansible-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-azure-cluster-api-controllers-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-helm-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-helm-rhel9-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-catalogd-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-operator-controller-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-rukpak-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-rukpak-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-framework-tools-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-lifecycle-manager as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-lifecycle-manager-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-registry as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-registry-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-sdk-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-sdk-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ztp-site-generate-rhel8 as a component of Red Hat OpenShift Container Platform 4; rhosp-rhel8/osp-director-operator-bundle as a component of Red Hat OpenStack Platform 16.2; rhosp-rhel9/osp-director-operator-bundle as a component of Red Hat OpenStack Platform 17.1; rhoso-operators/openstack-operator-bundle as a component of Red Hat OpenStack Platform 18.0; rhoso-operators/rabbitmq-cluster-rhel9-operator as a component of Red Hat OpenStack Platform 18.0 · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9
    After
    gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; multicluster-globalhub/multicluster-globalhub-grafana-rhel9 as a component of Multicluster Global Hub; openshift-service-mesh/istio-rhel9-operator as a component of OpenShift Service Mesh 3; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/metallb-rhel8-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/metallb-rhel9-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/oc-mirror-plugin-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-ansible-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-azure-cluster-api-controllers-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-helm-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-helm-rhel9-operator as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-catalogd-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-operator-controller-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-rukpak-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-olm-rukpak-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-framework-tools-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-lifecycle-manager as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-lifecycle-manager-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-registry as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-registry-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-sdk-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-operator-sdk-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ztp-site-generate-rhel8 as a component of Red Hat OpenShift Container Platform 4; rhosp-rhel8/osp-director-operator-bundle as a component of Red Hat OpenStack Platform 16.2; rhosp-rhel9/osp-director-operator-bundle as a component of Red Hat OpenStack Platform 17.1; rhoso-operators/openstack-operator-bundle as a component of Red Hat OpenStack Platform 18.0; rhoso-operators/rabbitmq-cluster-rhel9-operator as a component of Red Hat OpenStack Platform 18.0 · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-50163 · cve.blacktree.nl