VYPR

Diffusers

by Huggingface

pypi: diffusers

Source repositories

CVEs (4)

  • CVE-2026-44827HigMay 14, 2026
    risk 0.50cvss 8.8epss 0.01

    Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, diffusers 0.37.0 allows remote code execution without the trust_remote_code=True safeguard when loading pipelines from Hugging Face Hub repositories. The _resolve_custom_pipeline_and_cls function in…

  • CVE-2026-44513HigMay 14, 2026
    risk 0.50cvss 8.8epss 0.01

    Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, 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…

  • CVE-2026-45804HigJul 15, 2026
    risk 0.42cvss 7.5epss 0.00

    Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, Diffusers' DiffusionPipeline.from_pretrained flow can bypass the trust_remote_code guard because download() validates model_index.json and custom pipeline code before later loading from a cached folder…

  • CVE-2026-65920MedJul 23, 2026
    risk 0.21cvss 4.3epss 0.00

    Diffusers through 0.39.0, fixed in commit cee298c, contains a path traversal vulnerability in the _get_checkpoint_shard_files function that allows attackers to read arbitrary files by supplying malicious weight_map values in model index JSON. Attackers can use ../ sequences or…