Zurück zur Liste

Diffusers has a `trust_remote_code` bypass via `custom_pipeline` and local custom components — CVE-2026-44513

GHSA · GitHub · CVE-2026-44513

ID
CVE-2026-44513
Datum
Aktualisiert
Activity
Quelle
GHSA
Vendor
GitHub
Risiko
high
CVSS
8.8

Zusammenfassung

### Impact A `trust_remote_code` bypass in `DiffusionPipeline.from_pretrained` allows arbitrary remote code execution despite the user passing `trust_remote_code=False` (or omitting it, which is the default). The vulnerability has three variants, all sharing the same root cause — the `trust_remote_code` gate was implemented inside `DiffusionPipeline.download()` rather than at the actual dynamic-module load site, so…

Produkt

pip: diffusers

Was tun?

Allgemeine, vorsichtige Schritte (bitte prüfe die offizielle Quelle für Details):

  • Priorisiere sofort Patches oder Mitigations (hohes akutes Risiko).
  • Identifiziere betroffene Produktversionen und prüfe, ob du betroffen bist.
  • Spiele Hersteller-Updates/Patches ein oder setze empfohlene Mitigations um.
  • Lies das offizielle Advisory für betroffene Versionen und konkrete Schritte.

Offizielles Advisory

Mehr dazu