fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding
fast-uri · fast-uri
7.5HighCVSS 3.1
Recommended action
Within 7 days
High technical severity; 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-ajv
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-75899 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityfast-uri: fast-uri: Server-Side Request Forgery via repeated hostname percent-decoding
73 known affected
The vendor explicitly identifies these products as affected by this CVE.
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8
rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers
multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes
network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator
network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator
openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed
openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed
openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed
openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed
openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines
openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines
openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines
Summary
A flaw was found in fast-uri, a URI parser for Node.js. The component incorrectly decodes percent escapes in a hostname twice during URI parsing and authority recomposition. This double decoding can allow a remote attacker to manipulate a URI to point to a different network destination, such as a loopback address. This vulnerability can lead to Server-Side Request Forgery (SSRF) and bypass host-based security policies.
Remediation
For more about Ansible plugins for Red Hat Developer Hub, see References links
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-64763
No EUVD known-exploited evidence
fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding
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
7.5 · CVSS 3.1
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days
High technical severity; prioritise exposed affected systems while verifying vendor guidance.
Patch available
01
What, why and how
fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such as a loopback hostname or address. For example, a doubly encoded host that spells out a loopback name decodes to that live host in one operation, which contradicts RFC 3986 section 2.4 that an implementation must not decode the same string more than once. An application that normalizes or resolves an untrusted HTTP-family URI before outbound routing, redirect validation, or a host-policy check can receive a destination different from the one the original encoded host represented, giving a server-side request forgery and host-policy bypass primitive. This is an incomplete-fix variant of CVE-2026-6322. The affected versions are 2.4.1 up to but not including 2.4.5, 3.1.2 up to but not including 3.1.6, and 4.0.0 up to but not including 4.1.3. The issue is fixed in 2.4.5, 3.1.6, and 4.1.3, which normalize percent escapes once and preserve encoded percent signs. Users should upgrade to a patched version.
What
fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such as a loopback hostname or address. For example, a doubly encoded host that spells out a loopback name decodes to that live host in one operation, which contradicts RFC 3986 section 2.4 that an implementation must not decode the same string more than once. An application that normalizes or resolves an untrusted HTTP-family URI before outbound routing, redirect validation, or a host-policy check can receive a destination different from the one the original encoded host represented, giving a server-side request forgery and host-policy bypass primitive. This is an incomplete-fix variant of CVE-2026-6322. The affected versions are 2.4.1 up to but not including 2.4.5, 3.1.2 up to but not including 3.1.6, and 4.0.0 up to but not including 4.1.3. The issue is fixed in 2.4.5, 3.1.6, and 4.1.3, which normalize percent escapes once and preserve encoded percent signs. Users should upgrade to a patched version.
Why
The product decodes the same input twice, which can limit the effectiveness of any protection mechanism that occurs in between the decoding operations.
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
fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such as a loopback hostname or address. For example, a doubly encoded host that spells out a loopback name decodes to that live host in one operation, which contradicts RFC 3986 section 2.4 that an implementation must not decode the same string more than once. An application that normalizes or resolves an untrusted HTTP-family URI before outbound routing, redirect validation, or a host-policy check can receive a destination different from the one the original encoded host represented, giving a server-side request forgery and host-policy bypass primitive. This is an incomplete-fix variant of CVE-2026-6322. The affected versions are 2.4.1 up to but not including 2.4.5, 3.1.2 up to but not including 3.1.6, and 4.0.0 up to but not including 4.1.3. The issue is fixed in 2.4.5, 3.1.6, and 4.1.3, which normalize percent escapes once and preserve encoded percent signs. Users should upgrade to a patched version.
Why
The product decodes the same input twice, which can limit the effectiveness of any protection mechanism that occurs in between the decoding operations.
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.None recorded
No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.
Likely attack path
a network path → Double Decoding of the Same Data → 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-174: Double Decoding of the Same Data. The product decodes the same input twice, which can limit the effectiveness of any protection mechanism that occurs in between the decoding operations.
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:N/I:H/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.CNoneConfidentiality impact: No direct loss is represented by this metric.IHighIntegrity impact: A successful attack can cause a major loss.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.
NetworkUnauthenticatedCWE-174
A
Official authority intelligence
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
ENISA EUVD · EUVD-2026-64763Official EUVD mapping
fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding
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
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 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; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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; and 43 more
Fixed
registry.redhat.io/ansible-automation-platform/automation-portal@sha256:7145c54b94927bc64e9def7a47cb43b7706ee21d41f8dd97a08ea8ff1fcad65e_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:60327d55eb419b955cea0d2d0693d820fe31040a006a38146aa524240528afff_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
Action
For more about Ansible plugins for Red Hat Developer Hub, see References links
Workaround
A mitigation or workaround reference is available from the source linked below; validate it against the affected product and version.
04
Evidence and provenance
Published 24 Aug 2026 · Last source change 24 Aug 2026, 16:19 UTC · CWE-174 · Double Decoding of the Same Data
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-24
European sourceENISA EUVD · EUVD-2026-64763
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched
Core structured fields are present and their contributing authorities are shown above.
Affected versionsThe structured affected or fixed version information changed.
Before
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 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; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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; and 44 more · Fixed: registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
After
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 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; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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; and 43 more · Fixed: registry.redhat.io/ansible-automation-platform/automation-portal@sha256:7145c54b94927bc64e9def7a47cb43b7706ee21d41f8dd97a08ea8ff1fcad65e_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:60327d55eb419b955cea0d2d0693d820fe31040a006a38146aa524240528afff_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
Affected versionsThe structured affected or fixed version information changed.
Before
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 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; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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; and 46 more · Fixed: registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
After
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 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; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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; and 44 more · Fixed: registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
Affected versionsThe structured affected or fixed version information changed.
Before
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 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; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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; and 50 more · Fixed: registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
After
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 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; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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; and 46 more · Fixed: registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
Affected versionsThe structured affected or fixed version information changed.
Before
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 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; and 60 more · Fixed: registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
After
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 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; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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; and 50 more · Fixed: registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link · mitigation, vendor advisory.
Before
authoritative remediation link
After
authoritative remediation link · mitigation, vendor advisory
Affected versionsThe structured affected or fixed version information changed.
Before
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 83 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
After
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 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; and 60 more · Fixed: registry.redhat.io/discovery/discovery-ui-rhel9@sha256:480c69f89b45c714ec13a7901bc8615a2fa3f4622c889cd023d80a6278855a58_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def96951197558d6c5d1784a7971b0e37b44025c60d9b59fe6797085e39c382a_amd64 as a component of Red Hat Discovery 2; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
Affected versionsThe structured affected or fixed version information changed.
Before
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 84 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images
After
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 83 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; grafana13-2-main@aarch64 as a component of Red Hat Hardened Images; grafana13-2-main@src as a component of Red Hat Hardened Images; grafana13-2-main@x86_64 as a component of Red Hat Hardened Images
Affected versionsThe structured affected or fixed version information changed.
Before
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 86 more
After
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 84 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images
Affected versionsThe structured affected or fixed version information changed.
Before
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 130 more
After
mta/mta-solution-server-rhel9 as a component of Migration Toolkit for Applications 8; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-agentic-console-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; 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-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; rhacm2/console-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-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-tech-preview/mcp-server-rhel9 as a component of Red Hat Ansible Automation Platform 2; and 86 more
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-75899: fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding | BlackTree