LangChain serialization injection vulnerability enables secret extraction in dumps/loads APIs
langchain-ai · langchain
9.3CriticalCVSS 3.1
Recommended action
Within 72 hours
Critical technical impact with a remotely reachable, unauthenticated path and a public exploit reference; no CISA KEV confirmation is currently recorded.
Patch available
Direct vendor intelligence
Authoritative vendor CSAF and VEX advisories
Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.
1 current
CVE-2025-68664 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitylangchain-core: LangChain: Arbitrary code execution via serialization injection
18 fixed
The vendor explicitly identifies these products or versions as containing the fix.
registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4
registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4
registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4
registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4
registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5
registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5
registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5
registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5
registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5
registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5
registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5
registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5
Summary
A flaw was found in LangChain, a framework for building agents and LLM-powered applications. A remote attacker can exploit a serialization injection vulnerability in LangChain's `dumps()` and `dumpd()` functions. This occurs because the functions do not properly escape dictionaries containing the internal 'lc' key during serialization. When user-controlled data includes this key structure, it is incorrectly processed as a legitimate LangChain object during deserialization, potentially leading to arbitrary code execution.
Remediation
Before applying this update, make sure all previously released errata relevant to your system have been applied. For details on how to apply this update, refer to: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4#Installation%20and%20upgrade
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-2025-204849
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 72 hours
Critical technical impact with a remotely reachable, unauthenticated path and a public exploit reference; no CISA KEV confirmation is currently recorded.
Patch available
01
What, why and how
LangChain is a framework for building agents and LLM-powered applications. Prior to versions 0.3.81 and 1.2.5, a serialization injection vulnerability exists in LangChain's dumps() and dumpd() functions. The functions do not escape dictionaries with 'lc' keys when serializing free-form dictionaries. The 'lc' key is used internally by LangChain to mark serialized objects. When user-controlled data contains this key structure, it is treated as a legitimate LangChain object during deserialization rather than plain user data. This issue has been patched in versions 0.3.81 and 1.2.5.
What
LangChain is a framework for building agents and LLM-powered applications. Prior to versions 0.3.81 and 1.2.5, a serialization injection vulnerability exists in LangChain's dumps() and dumpd() functions. The functions do not escape dictionaries with 'lc' keys when serializing free-form dictionaries. The 'lc' key is used internally by LangChain to mark serialized objects. When user-controlled data contains this key structure, it is treated as a legitimate LangChain object during deserialization rather than plain user data. This issue has been patched in versions 0.3.81 and 1.2.5.
Why
Attacker-influenced serialised data is reconstructed as trusted objects, which can invoke dangerous application behaviour.
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
LangChain is a framework for building agents and LLM-powered applications. Prior to versions 0.3.81 and 1.2.5, a serialization injection vulnerability exists in LangChain's dumps() and dumpd() functions. The functions do not escape dictionaries with 'lc' keys when serializing free-form dictionaries. The 'lc' key is used internally by LangChain to mark serialized objects. When user-controlled data contains this key structure, it is treated as a legitimate LangChain object during deserialization rather than plain user data. This issue has been patched in versions 0.3.81 and 1.2.5.
Why
Attacker-influenced serialised data is reconstructed as trusted objects, which can invoke dangerous application behaviour.
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
A structured CVE source labels at least one public reference as exploit material. BlackTree has not independently validated that it is safe, reliable or weaponised.
Likely attack path
a network path → Deserialization of Untrusted 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
Changed: exploitation can affect a different security authority
Weakness ?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-502: Deserialization of Untrusted Data. The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
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:C/C:H/I:L/A:N
Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.
AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SChangedScope: The attack can affect a component governed by a different security authority.CHighConfidentiality impact: A successful attack can cause a major loss.ILowIntegrity impact: A successful attack can cause a limited loss.ANoneAvailability impact: No direct loss is represented by this metric.
Post-exploitation / living off the land
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
>= 1.0.0, < 1.2.5; < 0.3.81
Fixed
registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.1.2; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.1.2
Action
Before applying this update, make sure all previously released errata relevant to your system have been applied. For details on how to apply this update, refer to: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4#Installation%20and%20upgrade
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 23 Dec 2025 · Last source change 24 Dec 2025, 14:40 UTC · CWE-502 · Deserialization of Untrusted 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-14
European sourceENISA EUVD · EUVD-2025-204849
Product sourceCNA
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
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.0.7; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.0.7
After
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.1.2; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.1.2
Affected versionsThe structured affected or fixed version information changed.
Before
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.0.12; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.0.12
After
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.0.7; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.0.7
Affected versionsThe structured affected or fixed version information changed.
Before
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.0.7; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.0.7
After
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.0.12; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.0.12
Affected versionsThe structured affected or fixed version information changed.
Before
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.1.3; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.1.3
After
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.0.7; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.0.7
Affected versionsThe structured affected or fixed version information changed.
Before
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.1.1; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.1.1
After
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.1.3; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.1.3
Affected versionsThe structured affected or fixed version information changed.
Before
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.0.7; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.0.7
After
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.1.1; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.1.1
Affected versionsThe structured affected or fixed version information changed.
Before
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.0.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.0.6
After
Fixed: registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:0bb8228df7b60eb4bb4380fab098600ce5016702ca28972f5f94849bb87754d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:a1f1aafd41f628d0e7d2e4a8cab367a390619b1b21594c99932bc1b3fb18f94d_arm64 as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:c119e0c4cb1cca9081a30abfec209ae540e8966645c2815703390a654993fe3c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8@sha256:dc488fda76effe0b112c876d1cd22dda60c3296afb268379675243a539e04941_s390x as a component of Red Hat Ansible Automation Platform 2.4; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:15673bc003799f7c9d2252e2d25c0e0dbdec1833a276f98064a32b15cdfc2073_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:49c8b12b5bf512bec9505f14b3bc10c9fb83de61315685cf837625a25e403644_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:ad341ba1e4f143abf02652c6a20509f1f8bc9b910b869ee2f3d957e55bb6462a_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:e716129c577bc70821a58840cf496d0a19b429a412ab28647238e3bb65e2acf4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:18062bdb9d5edda66ac226d00836963c1a0c806db4a58a9a7be0d290d7ecbe50_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:59f4514d088de4f33eb355f4cac4e2340736d7229097a5522cb6fde51c585c53_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:89b6c15c9ca834d78d27036dbfd2f37997da2326370ab1b23ad9dfe39fa10ab3_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:e6c22160bf1ff6a6b4bd8c1ec2c5f2a35d3eafe7eba813574f05565aa4132e34_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:0b70405d2a86d8b37d19766ab522956d2e3e2a85ea1ab64c7f58fccf4522fc58_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:5c3edace72ef307d1ae7b36a3418dfca5e37087bfaf4252be49ffdf120205163_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:83d43ca9b6ba860617c063fe92ff392439569fc7e473e72759b246115e59e5db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f9e4c3d17b5e09fa11e8489ef3cfe9b6ec1ca68539ab4a2d2851317a8bf8813e_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:23af5c023d054ad9f607f4a8df270c01607a7ace1acd328b5c3702e32dccb621_arm64 as a component of Red Hat OpenShift Lightspeed 1.0.7; registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:b66f6af7bbabeff59290842e6a72229f088293675091a019a86a5d23d1e9e821_amd64 as a component of Red Hat OpenShift Lightspeed 1.0.7
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.