Policy Bypass in LightGlue Nested Config Resolution in huggingface/transformers
huggingface · huggingface/transformers
9.6CriticalCVSS 3.1
Recommended action
Within 72 hours
Critical technical impact 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-2026-5241 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitypython-transformers: python-transformers: Arbitrary code execution due to overridden trust_remote_code setting
37 known affected
The vendor explicitly identifies these products as affected by this CVE.
rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server
rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server
rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server
rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server
rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server
rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server
rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server
rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server
rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server
rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server
rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server
rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server
Summary
A flaw was found in python-transformers. An attacker can exploit this vulnerability by providing a malicious model repository. During model initialization, the `trust_remote_code` parameter, intended to prevent remote code execution, is overridden by untrusted configuration data. This allows the attacker to execute arbitrary code, potentially leading to credential theft, unauthorized access, or the deployment of backdoors.
Remediation
For Red Hat OpenShift AI 2.25.9 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update: https://docs.redhat.com/en/documentation/red_hat_openshift_ai/
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-34084
No EUVD known-exploited evidence
A vulnerability in the LightGlue model loading path of huggingface/transformers version 5.2.0 allows an attacker-controlled model repository to execute arbitrary code during model initialization. The issue arises because the `trust_remote_code` parameter, intended to prevent remote code execution, is overridden by untrusted serialized configuration data in a nested code path. Specifically, when loading a LightGlue model using `AutoModel.from_pretrained()` with `trust_remote_code=False`, the `LightGlueConfig` reads the `trust_remote_code` value from the untrusted `config.json` file and propagates it into nested `AutoConfig.from_pretrained()` calls. This results in the execution of attacker-provided Python modules, even when the victim explicitly disables remote code execution. The vulnerability poses a high risk for environments such as API inference servers, research notebooks, CI/CD pipelines, and model evaluation workers, potentially leading to credential theft, lateral movement, or persistence/backdoor deployment.
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.7 · CVSS 3.1
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 72 hours
Critical technical impact and a public exploit reference; no CISA KEV confirmation is currently recorded.
Patch available
01
What, why and how
A vulnerability in the LightGlue model loading path of huggingface/transformers version 5.2.0 allows an attacker-controlled model repository to execute arbitrary code during model initialization. The issue arises because the `trust_remote_code` parameter, intended to prevent remote code execution, is overridden by untrusted serialized configuration data in a nested code path. Specifically, when loading a LightGlue model using `AutoModel.from_pretrained()` with `trust_remote_code=False`, the `LightGlueConfig` reads the `trust_remote_code` value from the untrusted `config.json` file and propagates it into nested `AutoConfig.from_pretrained()` calls. This results in the execution of attacker-provided Python modules, even when the victim explicitly disables remote code execution. The vulnerability poses a high risk for environments such as API inference servers, research notebooks, CI/CD pipelines, and model evaluation workers, potentially leading to credential theft, lateral movement, or persistence/backdoor deployment.
What
A vulnerability in the LightGlue model loading path of huggingface/transformers version 5.2.0 allows an attacker-controlled model repository to execute arbitrary code during model initialization. The issue arises because the `trust_remote_code` parameter, intended to prevent remote code execution, is overridden by untrusted serialized configuration data in a nested code path. Specifically, when loading a LightGlue model using `AutoModel.from_pretrained()` with `trust_remote_code=False`, the `LightGlueConfig` reads the `trust_remote_code` value from the untrusted `config.json` file and propagates it into nested `AutoConfig.from_pretrained()` calls. This results in the execution of attacker-provided Python modules, even when the victim explicitly disables remote code execution. The vulnerability poses a high risk for environments such as API inference servers, research notebooks, CI/CD pipelines, and model evaluation workers, potentially leading to credential theft, lateral movement, or persistence/backdoor deployment.
Why
The product imports, requires, or includes executable functionality (such as a library) from a source that is outside of the intended control sphere.
How
An attacker operating through a network path may attempt exploitation without authentication after a user interaction. If successful, the issue may execute code or commands in the affected security context.
What
A vulnerability in the LightGlue model loading path of huggingface/transformers version 5.2.0 allows an attacker-controlled model repository to execute arbitrary code during model initialization. The issue arises because the `trust_remote_code` parameter, intended to prevent remote code execution, is overridden by untrusted serialized configuration data in a nested code path. Specifically, when loading a LightGlue model using `AutoModel.from_pretrained()` with `trust_remote_code=False`, the `LightGlueConfig` reads the `trust_remote_code` value from the untrusted `config.json` file and propagates it into nested `AutoConfig.from_pretrained()` calls. This results in the execution of attacker-provided Python modules, even when the victim explicitly disables remote code execution. The vulnerability poses a high risk for environments such as API inference servers, research notebooks, CI/CD pipelines, and model evaluation workers, potentially leading to credential theft, lateral movement, or persistence/backdoor deployment.
Why
The product imports, requires, or includes executable functionality (such as a library) from a source that is outside of the intended control sphere.
How
An attacker operating through a network path may attempt exploitation without authentication after a user interaction. If successful, the issue may execute code or commands in the affected security context.
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 → Inclusion of Functionality from Untrusted Control Sphere → execute code or commands in the affected security context
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
Required interaction required
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Changed: exploitation can affect a different security authority
Weakness ?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-829: Inclusion of Functionality from Untrusted Control Sphere. The product imports, requires, or includes executable functionality (such as a library) from a source that is outside of the intended control sphere.
CVSS vector ?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.
AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UIRequiredUser interaction: Another user must perform an action for exploitation to succeed.SChangedScope: The attack can affect a component governed by a different security authority.CHighConfidentiality impact: A successful attack can cause a major loss.IHighIntegrity impact: A successful attack can cause a major loss.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
After compromise, an attacker may use built-in shells, scripting engines, scheduled tasks and native network utilities for discovery, persistence or movement. This is a plausible LoTL path, not evidence that it has occurred for every attack.
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
ENISA EUVD · EUVD-2026-34084Official EUVD mapping
A vulnerability in the LightGlue model loading path of huggingface/transformers version 5.2.0 allows an attacker-controlled model repository to execute arbitrary code during model initialization. The issue arises because the `trust_remote_code` parameter, intended to prevent remote code execution, is overridden by untrusted serialized configuration data in a nested code path. Specifically, when loading a LightGlue model using `AutoModel.from_pretrained()` with `trust_remote_code=False`, the `LightGlueConfig` reads the `trust_remote_code` value from the untrusted `config.json` file and propagates it into nested `AutoConfig.from_pretrained()` calls. This results in the execution of attacker-provided Python modules, even when the victim explicitly disables remote code execution. The vulnerability poses a high risk for environments such as API inference servers, research notebooks, CI/CD pipelines, and model evaluation workers, potentially leading to credential theft, lateral movement, or persistence/backdoor deployment.
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
rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/lightspeed-chatbot-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-aws-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gcp-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-automl-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-built-in-detector-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-guardrails-detector-huggingface-runtime-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 7 more
Fixed
registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:a0c8ff589a81bc631bd3adda0788b97aab32de3c63db56e18ae133dba0e8ebf6_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:e48f70c613cc800604db3e2d3f373a7916936d89c9bcf69ca974eaace824edb2_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d41921212ed37a89738a09828b3ef4f170ab8d9a4c12d3037fe484cb4d0da089_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:2a5703aa08aa0a8e402db1268fe6aaaee0d93573bb290aeb318731f8abd04a8a_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:5cf7de7b2ba12c00b1022f79c809150ccea930471b01f48a99be23ab4f72a310_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:a2f27868d1ba995586375e5f7f09e7f1afd51c26a73c3619d77e2fe05725dd52_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:0c9c45aee6fe0fc0395425feae021ac2d489ce0346f2e69674dcd7ab8cb3a038_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:81e3796e0c3fe408e7811960fc8daaec853a19047b7283503257d2e4d8ccab67_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:1107f86a279c91f53f9c5be21287a1ae301bae9d1cd98d2a4dd25a792903049d_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:2300bbd398742940737a7ac3bc337a81c3300ee3a362e246acf94ea543e5186a_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:36a26759db58dc273ead509d52a6a8ebf49d2999aeda905d649fc0cdb451c4d7_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:574021ff636d2021fb4280728c7b07d8f48df860ec2b636d62ada41216bc692e_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:9761113e2948561b9a388ad1e3324c3993ccdf74915c52c25b50fcc9b6816818_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:a84a25852c1c310f03f82b61746a8577edd8975c42717d062dd4e24be2994443_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:1bd8ef0344f81b51c980bd013c566c25641da1b1005e2a72161389d4aef589e8_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:4cedbca17d308dc47345d65a582159e1f31febf2c419ee264229724b4ce92c4e_arm64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-th06-cpu-torch210-py312-rhel9@sha256:67f33c237a039e394728af16da3722bff7b5e47e4a46cd7e79da8d0f029f0a31_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-cpu-torch210-py312-rhel9@sha256:93637e4812f45d5838421f52adc1220c48bdccd1ea1a61d64dddbd4d1b127b33_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-cuda130-torch210-py312-rhel9@sha256:a78b8ef6f9175d30f314c13c0503775d1f06c6de1fde7d67abfccbd18550f504_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-cuda130-torch210-py312-rhel9@sha256:b8a8cfdf0af9bc3fd1f7f9de92b4739c7de44364c7952348b90d26984772d6ca_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-rocm64-torch291-py312-rhel9@sha256:3575d63cb86b9c711edd9b4eb3cdff8ea3fb2e9875187572bd9b0bf42454fd16_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2d7ef685037fbc06472979f26bc2a3b0ba1246828983b99b112b078a60854943_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:8a0887424138fe8e68588969b14264d16af6159d3f1fb22ff0b78952902a9e5c_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:4c88282f52734eb73a38bd175c6702a7acff13e592be1ff9c5eb7ade51c57d73_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:dd4f7feb32c203d70cc6f618fc6d41c8e4fc0d57ce154394e5002b2782b5f41e_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:0f020f1b3d7418b6839731a9eed5cc85b9953f6ad6d7c3744e8b3836c196dd8e_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:c38d0b5004186a22ba2cae772c71fe7f39edd8256e50f2929747e35a6df5c6f4_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:07e47f3ea8b46a121e2892a1a6f0696b3671fb69b495a8eeb4d33b2ba17d567f_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:bd98eb46f3f5e676457617ca0bfa7117610abf9d69b6082cb37b9a880af26eb2_amd64 as a component of Red Hat OpenShift AI 3.4
Action
For Red Hat OpenShift AI 2.25.9 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update: https://docs.redhat.com/en/documentation/red_hat_openshift_ai/
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 3 Jun 2026 · Last source change 1 Sept 2026, 12:04 UTC · CWE-829 · Inclusion of Functionality from Untrusted Control Sphere
CVE recordCVE.org · 5.2
CVSS sourceNIST NVD
EPSS source ?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2026-34084
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment
Core structured fields are present and their contributing authorities are shown above.
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch.
Before
authoritative remediation link · patch, vendor advisory
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch to authoritative remediation link · patch, vendor advisory.
Before
authoritative remediation link · patch
After
authoritative remediation link · patch, vendor advisory
Affected versionsThe structured affected or fixed version information changed.
Before
rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/lightspeed-chatbot-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-aws-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gcp-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-automl-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-built-in-detector-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-guardrails-detector-huggingface-runtime-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 7 more · Fixed: registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:a0c8ff589a81bc631bd3adda0788b97aab32de3c63db56e18ae133dba0e8ebf6_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:e48f70c613cc800604db3e2d3f373a7916936d89c9bcf69ca974eaace824edb2_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d41921212ed37a89738a09828b3ef4f170ab8d9a4c12d3037fe484cb4d0da089_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:2a5703aa08aa0a8e402db1268fe6aaaee0d93573bb290aeb318731f8abd04a8a_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:5cf7de7b2ba12c00b1022f79c809150ccea930471b01f48a99be23ab4f72a310_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:a2f27868d1ba995586375e5f7f09e7f1afd51c26a73c3619d77e2fe05725dd52_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:0c9c45aee6fe0fc0395425feae021ac2d489ce0346f2e69674dcd7ab8cb3a038_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:81e3796e0c3fe408e7811960fc8daaec853a19047b7283503257d2e4d8ccab67_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:1107f86a279c91f53f9c5be21287a1ae301bae9d1cd98d2a4dd25a792903049d_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:2300bbd398742940737a7ac3bc337a81c3300ee3a362e246acf94ea543e5186a_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:36a26759db58dc273ead509d52a6a8ebf49d2999aeda905d649fc0cdb451c4d7_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:574021ff636d2021fb4280728c7b07d8f48df860ec2b636d62ada41216bc692e_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:9761113e2948561b9a388ad1e3324c3993ccdf74915c52c25b50fcc9b6816818_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:a84a25852c1c310f03f82b61746a8577edd8975c42717d062dd4e24be2994443_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:1bd8ef0344f81b51c980bd013c566c25641da1b1005e2a72161389d4aef589e8_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:4cedbca17d308dc47345d65a582159e1f31febf2c419ee264229724b4ce92c4e_arm64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-th06-cpu-torch210-py312-rhel9@sha256:67f33c237a039e394728af16da3722bff7b5e47e4a46cd7e79da8d0f029f0a31_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-cpu-torch210-py312-rhel9@sha256:93637e4812f45d5838421f52adc1220c48bdccd1ea1a61d64dddbd4d1b127b33_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-cuda130-torch210-py312-rhel9@sha256:a78b8ef6f9175d30f314c13c0503775d1f06c6de1fde7d67abfccbd18550f504_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-cuda130-torch210-py312-rhel9@sha256:b8a8cfdf0af9bc3fd1f7f9de92b4739c7de44364c7952348b90d26984772d6ca_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-rocm64-torch291-py312-rhel9@sha256:3575d63cb86b9c711edd9b4eb3cdff8ea3fb2e9875187572bd9b0bf42454fd16_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2d7ef685037fbc06472979f26bc2a3b0ba1246828983b99b112b078a60854943_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:8a0887424138fe8e68588969b14264d16af6159d3f1fb22ff0b78952902a9e5c_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:dd4f7feb32c203d70cc6f618fc6d41c8e4fc0d57ce154394e5002b2782b5f41e_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:0f020f1b3d7418b6839731a9eed5cc85b9953f6ad6d7c3744e8b3836c196dd8e_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:c38d0b5004186a22ba2cae772c71fe7f39edd8256e50f2929747e35a6df5c6f4_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:07e47f3ea8b46a121e2892a1a6f0696b3671fb69b495a8eeb4d33b2ba17d567f_amd64 as a component of Red Hat OpenShift AI 3.4
After
rhaii/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-gaudi-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaii/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/model-opt-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-cuda-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-rocm-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-spyre-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; ansible-automation-platform-25/lightspeed-chatbot-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/lightspeed-chatbot-rhel9 as a component of Red Hat Ansible Automation Platform 2; rhelai3/bootc-aws-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-azure-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gcp-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-automl-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-built-in-detector-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-caikit-nlp-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-guardrails-detector-huggingface-runtime-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-autogluon-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 7 more · Fixed: registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:a0c8ff589a81bc631bd3adda0788b97aab32de3c63db56e18ae133dba0e8ebf6_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:e48f70c613cc800604db3e2d3f373a7916936d89c9bcf69ca974eaace824edb2_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d41921212ed37a89738a09828b3ef4f170ab8d9a4c12d3037fe484cb4d0da089_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:2a5703aa08aa0a8e402db1268fe6aaaee0d93573bb290aeb318731f8abd04a8a_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:5cf7de7b2ba12c00b1022f79c809150ccea930471b01f48a99be23ab4f72a310_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:a2f27868d1ba995586375e5f7f09e7f1afd51c26a73c3619d77e2fe05725dd52_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:0c9c45aee6fe0fc0395425feae021ac2d489ce0346f2e69674dcd7ab8cb3a038_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:81e3796e0c3fe408e7811960fc8daaec853a19047b7283503257d2e4d8ccab67_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:1107f86a279c91f53f9c5be21287a1ae301bae9d1cd98d2a4dd25a792903049d_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:2300bbd398742940737a7ac3bc337a81c3300ee3a362e246acf94ea543e5186a_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:36a26759db58dc273ead509d52a6a8ebf49d2999aeda905d649fc0cdb451c4d7_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:574021ff636d2021fb4280728c7b07d8f48df860ec2b636d62ada41216bc692e_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:9761113e2948561b9a388ad1e3324c3993ccdf74915c52c25b50fcc9b6816818_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:a84a25852c1c310f03f82b61746a8577edd8975c42717d062dd4e24be2994443_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:1bd8ef0344f81b51c980bd013c566c25641da1b1005e2a72161389d4aef589e8_amd64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:4cedbca17d308dc47345d65a582159e1f31febf2c419ee264229724b4ce92c4e_arm64 as a component of Red Hat OpenShift AI 3.3; registry.redhat.io/rhoai/odh-th06-cpu-torch210-py312-rhel9@sha256:67f33c237a039e394728af16da3722bff7b5e47e4a46cd7e79da8d0f029f0a31_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-cpu-torch210-py312-rhel9@sha256:93637e4812f45d5838421f52adc1220c48bdccd1ea1a61d64dddbd4d1b127b33_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-cuda130-torch210-py312-rhel9@sha256:a78b8ef6f9175d30f314c13c0503775d1f06c6de1fde7d67abfccbd18550f504_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-cuda130-torch210-py312-rhel9@sha256:b8a8cfdf0af9bc3fd1f7f9de92b4739c7de44364c7952348b90d26984772d6ca_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-th06-rocm64-torch291-py312-rhel9@sha256:3575d63cb86b9c711edd9b4eb3cdff8ea3fb2e9875187572bd9b0bf42454fd16_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2d7ef685037fbc06472979f26bc2a3b0ba1246828983b99b112b078a60854943_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:8a0887424138fe8e68588969b14264d16af6159d3f1fb22ff0b78952902a9e5c_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:4c88282f52734eb73a38bd175c6702a7acff13e592be1ff9c5eb7ade51c57d73_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:dd4f7feb32c203d70cc6f618fc6d41c8e4fc0d57ce154394e5002b2782b5f41e_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:0f020f1b3d7418b6839731a9eed5cc85b9953f6ad6d7c3744e8b3836c196dd8e_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:c38d0b5004186a22ba2cae772c71fe7f39edd8256e50f2929747e35a6df5c6f4_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:07e47f3ea8b46a121e2892a1a6f0696b3671fb69b495a8eeb4d33b2ba17d567f_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:bd98eb46f3f5e676457617ca0bfa7117610abf9d69b6082cb37b9a880af26eb2_amd64 as a component of Red Hat OpenShift AI 3.4
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-5241: Policy Bypass in LightGlue Nested Config Resolution in huggingface/transformers | BlackTree