Skip to main content

Adversarial Robustness Toolbox CVE-2026-31228

| EUVDEUVD-2026-29511 CRITICAL
Code Injection (CWE-94)
2026-05-12 mitre GHSA-8r6g-7rr9-mx32
9.8
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Red Hat
8.8 HIGH
qualitative

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

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

Lifecycle Timeline

4
Analysis Generated
May 13, 2026 - 15:56 vuln.today
CVSS changed
May 13, 2026 - 15:52 NVD
9.8 (CRITICAL)
CVE Published
May 12, 2026 - 00:00 nvd
CRITICAL 9.8
CVE Published
May 12, 2026 - 00:00 nvd
UNKNOWN (no severity yet)

DescriptionCVE.org

The Adversarial Robustness Toolbox (ART) thru 1.20.1 contains a remote code execution vulnerability in its Kubeflow component. The robustness evaluation function for PyTorch models uses the unsafe eval() function to dynamically evaluate user-supplied strings for the LossFn and Optimizer parameters without any sanitization or security restrictions. An attacker can exploit this by providing a specially crafted string that contains arbitrary Python code, which will be executed when eval() is called, leading to complete compromise of the system running the ART evaluation.

AnalysisAI

Remote code execution in Adversarial Robustness Toolbox (ART) versions through 1.20.1 allows unauthenticated network attackers to execute arbitrary Python code via unsafe eval() usage in the Kubeflow robustness evaluation component. The vulnerability accepts unsanitized user input for LossFn and Optimizer parameters in PyTorch model evaluations, enabling complete system compromise. With CVSS 9.8 but only 0.06% EPSS score (18th percentile), this represents a severe theoretical risk that has not yet manifested in widespread exploitation. No public exploit code identified at time of analysis, and the vulnerability requires specific deployment of ART's Kubeflow integration component.

Technical ContextAI

The Adversarial Robustness Toolbox is a Python library for machine learning security, providing tools to defend and evaluate ML models against adversarial threats. This vulnerability affects the Kubeflow component specifically-Kubeflow being a platform for deploying ML workflows on Kubernetes. The root cause (CWE-94: Improper Control of Generation of Code) stems from Python's eval() function being used to dynamically instantiate PyTorch loss functions and optimizers during robustness evaluations. The eval() function executes arbitrary Python expressions from strings, and without input validation, attackers can inject malicious code disguised as legitimate parameter specifications. This pattern is particularly dangerous in ML infrastructure where model evaluation pipelines often accept configuration parameters from external sources or API requests. The CPE data shows 'n/a' values, indicating limited structured vendor identification in vulnerability databases, though the GitHub repository confirms this is the Trusted-AI/adversarial-robustness-toolbox project.

RemediationAI

Upgrade to Adversarial Robustness Toolbox version 1.20.2 or later when released, monitoring the project's GitHub repository at https://github.com/Trusted-AI/adversarial-robustness-toolbox for security patches. As of this analysis, no vendor-released patched version is independently confirmed in the provided data. Until a patch is available, implement the following compensating controls: First, restrict network access to Kubeflow robustness evaluation endpoints using firewall rules or Kubernetes NetworkPolicies, allowing only trusted internal systems-this prevents remote exploitation but limits functionality for distributed workflows. Second, implement input validation by wrapping the evaluation function to whitelist only known-safe LossFn and Optimizer class names (e.g., 'torch.nn.CrossEntropyLoss', 'torch.optim.Adam') before passing to eval(), rejecting any input containing parentheses, quotes, or Python keywords-trade-off is breaking support for custom loss functions. Third, run ART evaluation workloads in isolated containers with minimal privileges (non-root user, read-only filesystem, no network egress) to contain post-exploitation impact-reduces damage but doesn't prevent initial code execution. Review application logs for unexpected evaluation parameter values as potential exploitation attempts.

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-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-33017 CRITICAL POC
9.3 Mar 17

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

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-31228 vulnerability details – vuln.today

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