CVE-2026-44513

Red Hat Security Advisory: RHOAI 3.4.4 - Red Hat OpenShift AI

Beschreibung

Diffusers ist eine Bibliothek für vortrainierte Diffusionsmodelle. Vor Version 0.38.0 ermöglichte ein Umgehungspfad im trust_remote_code-Schutzmechanismus von DiffusionPipeline.from_pretrained die Ausführung beliebigen Remote-Codes, obwohl der Benutzer trust_remote_code=False übergeben hatte (oder es weggelassen hatte, was der Standard ist). Die Schwachstelle hat drei Varianten, alle mit dem gleichen Grundproblem: Der trust_remote_code-Schutz wurde in DiffusionPipeline.download() implementiert und nicht an der tatsächlichen Stelle des dynamischen Modul-Ladens. Dadurch konnte jeder Codepfad, der download() umging oder kurzschloss, auch den Sicherheitscheck umgehen. DiffusionPipeline.from_pretrained('repoA', custom_pipeline='attacker/repoB', trust_remote_code=False) — Der Schutz wurde gegen die Dateiliste von repoA und nicht von repoB geprüft, sodass das pipeline.py von repoB geladen und ausgeführt wurde. DiffusionPipeline.from_pretrained('/local/snapshot', custom_pipeline='attacker/repoB', trust_remote_code=False) — Der Pfad für lokale Pfade rief nie download() auf, so dass der Schutz nie erreicht wurde und Remote-Code aus repoB ausgeführt wurde. DiffusionPipeline.from_pretrained('/local/snapshot', trust_remote_code=False), wobei das Snapshot benutzerdefinierte Komponentendateien enthält (z.B. unet/my_unet_model.py), die in model_index.json referenziert werden — dasselbe Grundproblem; der lokale Pfad übersprang download() und benutzerdefinierter Komponentencode wurde ausgeführt. Diese Schwachstelle ist in Version 0.38.0 behoben.

Metriken

Severity
high
kein öffentlicher PoC bekannt
8.8
Quelle: nvd-v3
62.9 %
Hoch — CVE rangiert über dem Median aller heute bewerteten CVEs (Rang ≥ 36 %).
1.1 %
Moderat — Modell schätzt 1-10 % Ausnutzungs-Wahrscheinlichkeit.
Veröffentlicht
2026-08-27 14:50 UTC
CWE-94

Weakness-Klassen (CWE)

  • CWE-94Base

    Improper Control of Generation of Code ('Code Injection')

    The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

    cwe.mitre.org →

Re-Analyse & Statuswechsel

Chronologie der NVD-Audit-Events für diese CVE — Reanalyses, CVSS-Updates, CPE-Diffs.

  1. CVE Modified2026-08-28 16:18 UTC· security-advisories@github.com
    • Reference: https://github.com/huggingface/diffusers/security/advisories/GHSA-98h9-4798-4q5v
    • Reference: https://github.com/huggingface/diffusers/security/advisories/GHSA-98h9-4798-4q5v
    • Reference Type: https://github.com/huggingface/diffusers/security/advisories/GHSA-98h9-4798-4q5v Types: Exploit, Mitigation, Vendor Advisory
  2. CVE Modified2026-08-28 16:18 UTC· 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
    • Affected: Affected value modified. <a href="https://github.com/CVEProject/cvelistV5/blob/main/cves/2026/44xxx/CVE-2026-44513.json">CVE-2026-44513</a>
    • Reference: https://access.redhat.com/errata/RHSA-2026:60520
    • Reference: https://access.redhat.com/security/cve/CVE-2026-44513
    • Reference: https://bugzilla.redhat.com/show_bug.cgi?id=2477507

Betroffene Betriebssysteme

  • linux

    debian / aomtrixie

  • linux

    redhat / enterprise_linux9.0

  • linux

    redhat / enterprise_linux10.0

  • linux

    redhat / enterprise_linux8.0

  • linux

    redhat / enterprise_linux_ai3.0

  • linux

    ubuntu / ffmpegbionic

  • linux

    ubuntu / ffmpegfocal

  • linux

    ubuntu / ffmpegjammy

  • linux

    ubuntu / ffmpegnoble

  • linux

    ubuntu / ffmpegxenial

  • linux

    ubuntu / pyasn1jammy

  • linux

    ubuntu / pyasn1noble

  • linux

    ubuntu / pyasn1resolute

  • linux

    debian / starlettetrixie

Betroffene Produkte

Aus der Hersteller-/CERT-Meldung extrahierte Produkte und Versionsbereiche. Ein Version-Range wie „<4.14.6“ impliziert die Update-Empfehlung „auf 4.14.6 oder höher aktualisieren“.

  • aiohttp

    aiohttp3.14.0

  • Atlassian

    BambooData Center LTS 10.2.22

  • Atlassian

    BambooData Center LTS 12.1.10

  • Atlassian

    BitbucketData Center 10.4.2

  • Atlassian

    BitbucketData Center LTS 10.2.6

  • Atlassian

    BitbucketData Center LTS 9.4.23

  • Atlassian

    ConfluenceData Center LTS 10.2.15

  • Atlassian

    ConfluenceData Center LTS 9.2.23

  • Atlassian

    Crucible4.9.13

  • Atlassian

    Fisheye4.9.13

  • Atlassian

    JiraData Center LTS 10.3.24

  • Atlassian

    JiraData Center LTS 11.3.10

  • axios

    axios0.19.0 – 0.31.1

  • axios

    axios1.0.0 – 1.15.2

  • axios

    axios1.0.0 – 1.16.0

  • axios

    axios1.7.0 – 1.16.0

  • axios

    axios0.32.0

  • beaugunderson

    ip-address10.1.1

  • bitnami

    argo-workflows3.0.0

  • bitnami

    jupyterlab4.0.0

  • bitnami

    jupyterlab

  • bitnami

    mlflow

  • bitnami

    pillow10.3.0

  • bitnami

    pillow5.1.0

Quellen & Referenzen

Verknüpfte CVEs

118 weitere CVEs anzeigen
IDCVE-2026-44513