Skip to main content

InstructLab CVE-2026-6859

| EUVDEUVD-2026-24752 HIGH
Inclusion of Functionality from Untrusted Control Sphere (CWE-829)
2026-04-22 redhat GHSA-rxpq-xgqx-fr7p
8.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.8 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Red Hat
8.8 HIGH
qualitative

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Re-analysis Queued
Apr 22, 2026 - 21:37 vuln.today
cvss_changed
Analysis Generated
Apr 22, 2026 - 14:58 vuln.today
EUVD ID Assigned
Apr 22, 2026 - 14:00 euvd
EUVD-2026-24752
Analysis Generated
Apr 22, 2026 - 14:00 vuln.today
CVE Published
Apr 22, 2026 - 13:04 nvd
HIGH 8.8

DescriptionNVD

A flaw was found in InstructLab. The linux_train.py script hardcodes trust_remote_code=True when loading models from HuggingFace. This allows a remote attacker to achieve arbitrary Python code execution by convincing a user to run ilab train/download/generate with a specially crafted malicious model from the HuggingFace Hub. This vulnerability can lead to complete system compromise.

AnalysisAI

Remote code execution in InstructLab affects Red Hat Enterprise Linux AI 3 when users download or train models from HuggingFace Hub. The linux_train.py script hardcodes trust_remote_code=True, allowing attackers to execute arbitrary Python code by hosting malicious models on HuggingFace and convincing users to run ilab train, download, or generate commands. This configuration weakness enables complete system compromise through social engineering attacks. CVSS 8.8 with network vector but requires user interaction, reducing automatic exploitation risk. No active exploitation (CISA KEV) or public POC identified at time of analysis.

Technical ContextAI

This vulnerability stems from CWE-829 (Inclusion of Functionality from Untrusted Control Sphere). The HuggingFace Transformers library supports a trust_remote_code parameter that, when enabled, allows model repositories to include and execute arbitrary Python code during model loading. InstructLab's linux_train.py script hardcodes this parameter to True without user consent or validation. The affected product is Red Hat Enterprise Linux AI (RHEL AI) 3, which bundles InstructLab for training and fine-tuning large language models. When users invoke ilab commands (train/download/generate) pointing to HuggingFace model repositories, the application automatically executes any Python code embedded in the model's configuration files (modeling.py, tokenization.py, etc.) with the privileges of the user running the command. This design pattern is common in ML tooling but becomes a critical vulnerability when trust decisions are hardcoded rather than user-controlled.

RemediationAI

Apply vendor-released patches from Red Hat for RHEL AI 3 per advisory at https://access.redhat.com/security/cve/CVE-2026-6859. The fix should modify linux_train.py to either remove the hardcoded trust_remote_code=True parameter or require explicit user confirmation before enabling remote code execution. Until patches are applied, implement these compensating controls: First, restrict ilab command usage to trusted model repositories only by configuring allowlists of approved HuggingFace organizations/repositories in organizational policy. Second, run ilab commands in isolated containers or virtual machines with network egress filtering to limit blast radius if malicious code executes. Third, implement mandatory security review of all HuggingFace models before download, inspecting repository contents for suspicious Python files in model configs. Fourth, use SELinux or AppArmor policies to restrict file system and network access for processes running ilab commands. Note that disabling HuggingFace model downloads entirely breaks InstructLab's core functionality, so isolation and vetting are the most practical mitigations. Organizations should also monitor for unexpected network connections or file modifications during model download operations as potential indicators of exploitation.

More in Python

View all
CVE-2025-24016 CRITICAL POC
9.9 Feb 10

Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t

CVE-2025-27520 CRITICAL POC
9.8 Apr 04

BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser

CVE-2025-2945 CRITICAL POC
9.9 Apr 03

pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi

CVE-2013-5093 MEDIUM POC
6.8 Sep 27

The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python

CVE-2025-32375 CRITICAL POC
9.8 Apr 09

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2024-21644 HIGH POC
7.5 Jan 08

pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.

CVE-2026-33017 CRITICAL POC
9.3 Mar 17

Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301

CVE-2017-9462 HIGH POC
8.8 Jun 06

In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2024-21645 MEDIUM POC
5.3 Jan 08

pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne

CVE-2026-55255 HIGH POC
8.4 Jun 19

Cross-user flow execution in Langflow (< 1.9.1) lets any authenticated API-key holder run another user's flow by passing

Vendor StatusVendor

Share

CVE-2026-6859 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy