PostCSS: Path Traversal in Previous Source Map Auto-Loading (sourceMappingURL) leads to Arbitrary .map File Disclosure
postcss · postcss
7.5HighCVSS 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 release
Source package
Vendor state
Fixed version
Evidence
Ubuntu 24.04 LTSnoble · standard archive
node-postcss
Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.
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-73646 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitypostcss: PostCSS: Information disclosure via path traversal in source map auto-loading
90 known affected
The vendor explicitly identifies these products as affected by this CVE.
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3
rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator
workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator
workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator
workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator
openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines
openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines
rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2
automation-controller.src as a component of Red Hat Ansible Automation Platform 2
apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3
rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop
Summary
A flaw was found in PostCSS. An attacker can exploit a path traversal vulnerability by providing specially crafted `sourceMappingURL` values in untrusted CSS files. This allows the attacker to disclose sensitive `sourcesContent` from arbitrary `.map` files accessible on the system, leading to information disclosure.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://images.redhat.com/
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-60239
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
PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.18, lib/previous-map.js loadMap() passes attacker-controlled sourceMappingURL values to join(dirname(opts.from), annotation), and loadFile() permits traversed or absolute .map paths, allowing untrusted CSS processed without map: false to disclose sourcesContent from arbitrary reachable .map files through result.map. This issue is fixed in version 8.5.18.
What
PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.18, lib/previous-map.js loadMap() passes attacker-controlled sourceMappingURL values to join(dirname(opts.from), annotation), and loadFile() permits traversed or absolute .map paths, allowing untrusted CSS processed without map: false to disclose sourcesContent from arbitrary reachable .map files through result.map. This issue is fixed in version 8.5.18.
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 or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
What
PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.18, lib/previous-map.js loadMap() passes attacker-controlled sourceMappingURL values to join(dirname(opts.from), annotation), and loadFile() permits traversed or absolute .map paths, allowing untrusted CSS processed without map: false to disclose sourcesContent from arbitrary reachable .map files through result.map. This issue is fixed in version 8.5.18.
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 or 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
None
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: 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:N/S:U/C:H/I:N/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.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CHighConfidentiality impact: A successful attack can cause a major loss.INoneIntegrity impact: No direct loss is represented by this metric.ANoneAvailability impact: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
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; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; grafana-pcp as a component of Red Hat Enterprise Linux 10; grafana-pcp.src as a component of Red Hat Enterprise Linux 10; qt6-qtbase as a component of Red Hat Enterprise Linux 10; qt6-qtbase-common as a component of Red Hat Enterprise Linux 10; qt6-qtbase-devel as a component of Red Hat Enterprise Linux 10; qt6-qtbase-examples as a component of Red Hat Enterprise Linux 10; qt6-qtbase-gui as a component of Red Hat Enterprise Linux 10; qt6-qtbase-mysql as a component of Red Hat Enterprise Linux 10; qt6-qtbase-odbc as a component of Red Hat Enterprise Linux 10; qt6-qtbase-postgresql as a component of Red Hat Enterprise Linux 10; qt6-qtbase-private-devel as a component of Red Hat Enterprise Linux 10; qt6-qtbase-static as a component of Red Hat Enterprise Linux 10; qt6-qtbase.src as a component of Red Hat Enterprise Linux 10; rh-podman-desktop as a component of Red Hat Enterprise Linux 10; and 60 more
Fixed
prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://images.redhat.com/
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 Aug 2026 · Last source change 17 Aug 2026, 16:36 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-23
European sourceENISA EUVD · EUVD-2026-60239
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD received
Core structured fields are present and their contributing authorities are shown above.
Affected versionsThe structured affected or fixed version information changed.
Before
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; grafana-pcp as a component of Red Hat Enterprise Linux 10; grafana-pcp.src as a component of Red Hat Enterprise Linux 10; qt6-qtbase as a component of Red Hat Enterprise Linux 10; qt6-qtbase-common as a component of Red Hat Enterprise Linux 10; qt6-qtbase-devel as a component of Red Hat Enterprise Linux 10; qt6-qtbase-examples as a component of Red Hat Enterprise Linux 10; qt6-qtbase-gui as a component of Red Hat Enterprise Linux 10; qt6-qtbase-mysql as a component of Red Hat Enterprise Linux 10; qt6-qtbase-odbc as a component of Red Hat Enterprise Linux 10; qt6-qtbase-postgresql as a component of Red Hat Enterprise Linux 10; qt6-qtbase-private-devel as a component of Red Hat Enterprise Linux 10; and 63 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30
After
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; grafana-pcp as a component of Red Hat Enterprise Linux 10; grafana-pcp.src as a component of Red Hat Enterprise Linux 10; qt6-qtbase as a component of Red Hat Enterprise Linux 10; qt6-qtbase-common as a component of Red Hat Enterprise Linux 10; qt6-qtbase-devel as a component of Red Hat Enterprise Linux 10; qt6-qtbase-examples as a component of Red Hat Enterprise Linux 10; qt6-qtbase-gui as a component of Red Hat Enterprise Linux 10; qt6-qtbase-mysql as a component of Red Hat Enterprise Linux 10; qt6-qtbase-odbc as a component of Red Hat Enterprise Linux 10; qt6-qtbase-postgresql as a component of Red Hat Enterprise Linux 10; qt6-qtbase-private-devel as a component of Red Hat Enterprise Linux 10; qt6-qtbase-static as a component of Red Hat Enterprise Linux 10; qt6-qtbase.src as a component of Red Hat Enterprise Linux 10; rh-podman-desktop as a component of Red Hat Enterprise Linux 10; and 60 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30
Affected versionsThe structured affected or fixed version information changed.
Before
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; grafana-pcp as a component of Red Hat Enterprise Linux 10; and 73 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30
After
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; grafana-pcp as a component of Red Hat Enterprise Linux 10; grafana-pcp.src as a component of Red Hat Enterprise Linux 10; qt6-qtbase as a component of Red Hat Enterprise Linux 10; qt6-qtbase-common as a component of Red Hat Enterprise Linux 10; qt6-qtbase-devel as a component of Red Hat Enterprise Linux 10; qt6-qtbase-examples as a component of Red Hat Enterprise Linux 10; qt6-qtbase-gui as a component of Red Hat Enterprise Linux 10; qt6-qtbase-mysql as a component of Red Hat Enterprise Linux 10; qt6-qtbase-odbc as a component of Red Hat Enterprise Linux 10; qt6-qtbase-postgresql as a component of Red Hat Enterprise Linux 10; qt6-qtbase-private-devel as a component of Red Hat Enterprise Linux 10; and 63 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30
Affected versionsThe structured affected or fixed version information changed.
Before
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets as a component of Red Hat Developer Hub; and 76 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30
After
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; grafana-pcp as a component of Red Hat Enterprise Linux 10; and 73 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30
Affected versionsThe structured affected or fixed version information changed.
Before
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-service-mesh/kiali-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9-operator as a component of OpenShift Service Mesh 3; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; amq-broker-bin.zip as a component of Red Hat AMQ Broker 7; amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; and 89 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images
After
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets as a component of Red Hat Developer Hub; and 76 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30; registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30
Affected versionsThe structured affected or fixed version information changed.
Before
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-service-mesh/kiali-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9-operator as a component of OpenShift Service Mesh 3; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; amq-broker-bin.zip as a component of Red Hat AMQ Broker 7; amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; and 94 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images
After
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-service-mesh/kiali-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9-operator as a component of OpenShift Service Mesh 3; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; amq-broker-bin.zip as a component of Red Hat AMQ Broker 7; amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; and 89 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images
Affected versionsThe structured affected or fixed version information changed.
Before
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-service-mesh/kiali-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9-operator as a component of OpenShift Service Mesh 3; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; amq-broker-bin.zip as a component of Red Hat AMQ Broker 7; amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; and 137 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images
After
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-service-mesh/kiali-operator-bundle as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9-operator as a component of OpenShift Service Mesh 3; 3scale-amp2/system-rhel8 as a component of Red Hat 3scale API Management Platform 2; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; amq-broker-bin.zip as a component of Red Hat AMQ Broker 7; amq-broker-maven-repository.zip as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/rhceph-4-dashboard-rhel8 as a component of Red Hat Ceph Storage 4; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed-backend as a component of Red Hat Developer Hub; and 94 more · Fixed: prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images
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.
CVE-2026-73646: PostCSS: Path Traversal in Previous Source Map Auto-Loading (sourceMappingURL) leads to Arbitrary .map File Disclosure | BlackTree