{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/37339?format=json","vulnerability_id":"VCID-cejb-khrm-cuaa","summary":"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 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 any code path that bypassed or short-circuited download() also bypassed the security check. DiffusionPipeline.from_pretrained('repoA', custom_pipeline='attacker/repoB', trust_remote_code=False) — the gate evaluated against repoA's file list rather than repoB's, so repoB's pipeline.py was loaded and executed. DiffusionPipeline.from_pretrained('/local/snapshot', custom_pipeline='attacker/repoB', trust_remote_code=False) — the local-path branch never invoked download(), so the gate was never reached and remote code from repoB executed. DiffusionPipeline.from_pretrained('/local/snapshot', trust_remote_code=False) where the snapshot contains custom component files (e.g. unet/my_unet_model.py) referenced from model_index.json — same root cause; the local path skipped download() and custom component code executed. This vulnerability is fixed in 0.38.0.","aliases":[{"alias":"CVE-2026-44513"},{"alias":"GHSA-98h9-4798-4q5v"},{"alias":"PYSEC-2026-40"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/50545?format=json","purl":"pkg:pypi/diffusers@0.38.0","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.38.0"}],"affected_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/50449?format=json","purl":"pkg:pypi/diffusers@0.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50450?format=json","purl":"pkg:pypi/diffusers@0.0.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.0.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50451?format=json","purl":"pkg:pypi/diffusers@0.0.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.0.3"},{"url":"http://public2.vulnerablecode.io/api/packages/50452?format=json","purl":"pkg:pypi/diffusers@0.0.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.0.4"},{"url":"http://public2.vulnerablecode.io/api/packages/50453?format=json","purl":"pkg:pypi/diffusers@0.1.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.1.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50454?format=json","purl":"pkg:pypi/diffusers@0.1.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.1.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50455?format=json","purl":"pkg:pypi/diffusers@0.1.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.1.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50456?format=json","purl":"pkg:pypi/diffusers@0.1.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.1.3"},{"url":"http://public2.vulnerablecode.io/api/packages/50457?format=json","purl":"pkg:pypi/diffusers@0.2.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.2.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50458?format=json","purl":"pkg:pypi/diffusers@0.2.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.2.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50459?format=json","purl":"pkg:pypi/diffusers@0.2.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.2.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50460?format=json","purl":"pkg:pypi/diffusers@0.2.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.2.3"},{"url":"http://public2.vulnerablecode.io/api/packages/50461?format=json","purl":"pkg:pypi/diffusers@0.2.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.2.4"},{"url":"http://public2.vulnerablecode.io/api/packages/50462?format=json","purl":"pkg:pypi/diffusers@0.3.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.3.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50463?format=json","purl":"pkg:pypi/diffusers@0.4.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.4.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50464?format=json","purl":"pkg:pypi/diffusers@0.4.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.4.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50465?format=json","purl":"pkg:pypi/diffusers@0.4.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.4.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50466?format=json","purl":"pkg:pypi/diffusers@0.5.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.5.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50467?format=json","purl":"pkg:pypi/diffusers@0.5.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.5.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50468?format=json","purl":"pkg:pypi/diffusers@0.6.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.6.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50469?format=json","purl":"pkg:pypi/diffusers@0.7.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.7.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50470?format=json","purl":"pkg:pypi/diffusers@0.7.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.7.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50471?format=json","purl":"pkg:pypi/diffusers@0.7.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.7.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50472?format=json","purl":"pkg:pypi/diffusers@0.8.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.8.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50473?format=json","purl":"pkg:pypi/diffusers@0.8.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.8.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50474?format=json","purl":"pkg:pypi/diffusers@0.9.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.9.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50475?format=json","purl":"pkg:pypi/diffusers@0.10.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.10.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50476?format=json","purl":"pkg:pypi/diffusers@0.10.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.10.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50477?format=json","purl":"pkg:pypi/diffusers@0.10.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.10.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50478?format=json","purl":"pkg:pypi/diffusers@0.11.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.11.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50479?format=json","purl":"pkg:pypi/diffusers@0.11.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.11.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50480?format=json","purl":"pkg:pypi/diffusers@0.12.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.12.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50481?format=json","purl":"pkg:pypi/diffusers@0.12.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.12.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50482?format=json","purl":"pkg:pypi/diffusers@0.13.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.13.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50483?format=json","purl":"pkg:pypi/diffusers@0.13.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.13.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50484?format=json","purl":"pkg:pypi/diffusers@0.14.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.14.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50485?format=json","purl":"pkg:pypi/diffusers@0.15.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.15.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50486?format=json","purl":"pkg:pypi/diffusers@0.15.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.15.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50487?format=json","purl":"pkg:pypi/diffusers@0.16.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.16.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50488?format=json","purl":"pkg:pypi/diffusers@0.16.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.16.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50489?format=json","purl":"pkg:pypi/diffusers@0.17.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.17.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50490?format=json","purl":"pkg:pypi/diffusers@0.17.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.17.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50491?format=json","purl":"pkg:pypi/diffusers@0.18.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.18.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50492?format=json","purl":"pkg:pypi/diffusers@0.18.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.18.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50493?format=json","purl":"pkg:pypi/diffusers@0.18.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.18.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50494?format=json","purl":"pkg:pypi/diffusers@0.19.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.19.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50495?format=json","purl":"pkg:pypi/diffusers@0.19.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.19.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50496?format=json","purl":"pkg:pypi/diffusers@0.19.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.19.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50497?format=json","purl":"pkg:pypi/diffusers@0.19.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.19.3"},{"url":"http://public2.vulnerablecode.io/api/packages/50498?format=json","purl":"pkg:pypi/diffusers@0.20.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.20.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50499?format=json","purl":"pkg:pypi/diffusers@0.20.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.20.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50500?format=json","purl":"pkg:pypi/diffusers@0.20.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.20.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50501?format=json","purl":"pkg:pypi/diffusers@0.21.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.21.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50502?format=json","purl":"pkg:pypi/diffusers@0.21.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.21.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50503?format=json","purl":"pkg:pypi/diffusers@0.21.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.21.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50504?format=json","purl":"pkg:pypi/diffusers@0.21.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.21.3"},{"url":"http://public2.vulnerablecode.io/api/packages/50505?format=json","purl":"pkg:pypi/diffusers@0.21.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.21.4"},{"url":"http://public2.vulnerablecode.io/api/packages/50506?format=json","purl":"pkg:pypi/diffusers@0.22.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.22.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50507?format=json","purl":"pkg:pypi/diffusers@0.22.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.22.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50508?format=json","purl":"pkg:pypi/diffusers@0.22.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.22.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50509?format=json","purl":"pkg:pypi/diffusers@0.22.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.22.3"},{"url":"http://public2.vulnerablecode.io/api/packages/50510?format=json","purl":"pkg:pypi/diffusers@0.23.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.23.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50511?format=json","purl":"pkg:pypi/diffusers@0.23.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.23.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50512?format=json","purl":"pkg:pypi/diffusers@0.24.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.24.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50513?format=json","purl":"pkg:pypi/diffusers@0.25.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.25.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50514?format=json","purl":"pkg:pypi/diffusers@0.25.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.25.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50515?format=json","purl":"pkg:pypi/diffusers@0.26.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.26.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50516?format=json","purl":"pkg:pypi/diffusers@0.26.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.26.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50517?format=json","purl":"pkg:pypi/diffusers@0.26.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.26.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50518?format=json","purl":"pkg:pypi/diffusers@0.26.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.26.3"},{"url":"http://public2.vulnerablecode.io/api/packages/50519?format=json","purl":"pkg:pypi/diffusers@0.27.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.27.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50520?format=json","purl":"pkg:pypi/diffusers@0.27.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.27.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50521?format=json","purl":"pkg:pypi/diffusers@0.27.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.27.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50522?format=json","purl":"pkg:pypi/diffusers@0.28.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.28.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50523?format=json","purl":"pkg:pypi/diffusers@0.28.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.28.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50524?format=json","purl":"pkg:pypi/diffusers@0.28.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.28.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50525?format=json","purl":"pkg:pypi/diffusers@0.29.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.29.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50526?format=json","purl":"pkg:pypi/diffusers@0.29.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.29.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50527?format=json","purl":"pkg:pypi/diffusers@0.29.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.29.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50528?format=json","purl":"pkg:pypi/diffusers@0.30.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.30.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50529?format=json","purl":"pkg:pypi/diffusers@0.30.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.30.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50530?format=json","purl":"pkg:pypi/diffusers@0.30.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.30.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50531?format=json","purl":"pkg:pypi/diffusers@0.30.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.30.3"},{"url":"http://public2.vulnerablecode.io/api/packages/50532?format=json","purl":"pkg:pypi/diffusers@0.31.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.31.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50533?format=json","purl":"pkg:pypi/diffusers@0.32.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.32.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50534?format=json","purl":"pkg:pypi/diffusers@0.32.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.32.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50535?format=json","purl":"pkg:pypi/diffusers@0.32.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.32.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50536?format=json","purl":"pkg:pypi/diffusers@0.33.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.33.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50537?format=json","purl":"pkg:pypi/diffusers@0.33.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.33.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50538?format=json","purl":"pkg:pypi/diffusers@0.34.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.34.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50539?format=json","purl":"pkg:pypi/diffusers@0.35.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.35.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50540?format=json","purl":"pkg:pypi/diffusers@0.35.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.35.1"},{"url":"http://public2.vulnerablecode.io/api/packages/50541?format=json","purl":"pkg:pypi/diffusers@0.35.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.35.2"},{"url":"http://public2.vulnerablecode.io/api/packages/50542?format=json","purl":"pkg:pypi/diffusers@0.36.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.36.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50543?format=json","purl":"pkg:pypi/diffusers@0.37.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.37.0"},{"url":"http://public2.vulnerablecode.io/api/packages/50544?format=json","purl":"pkg:pypi/diffusers@0.37.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cejb-khrm-cuaa"},{"vulnerability":"VCID-ne11-rre2-juc8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/diffusers@0.37.1"}],"references":[{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2026-44513","reference_id":"","reference_type":"","scores":[{"value":"0.00041","scoring_system":"epss","scoring_elements":"0.12945","published_at":"2026-06-05T12:55:00Z"},{"value":"0.00041","scoring_system":"epss","scoring_elements":"0.12854","published_at":"2026-06-09T12:55:00Z"},{"value":"0.00041","scoring_system":"epss","scoring_elements":"0.12823","published_at":"2026-06-08T12:55:00Z"},{"value":"0.00041","scoring_system":"epss","scoring_elements":"0.12909","published_at":"2026-06-07T12:55:00Z"},{"value":"0.00041","scoring_system":"epss","scoring_elements":"0.12948","published_at":"2026-06-06T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2026-44513"},{"reference_url":"https://github.com/huggingface/diffusers","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/huggingface/diffusers"},{"reference_url":"https://github.com/huggingface/diffusers/commit/a37f6f8394ac2a7ee8360c3abea811efe54512b1","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/huggingface/diffusers/commit/a37f6f8394ac2a7ee8360c3abea811efe54512b1"},{"reference_url":"https://github.com/huggingface/diffusers/issues/13446","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/huggingface/diffusers/issues/13446"},{"reference_url":"https://github.com/huggingface/diffusers/pull/13448","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/huggingface/diffusers/pull/13448"},{"reference_url":"https://github.com/huggingface/diffusers/releases/tag/v0.38.0","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/huggingface/diffusers/releases/tag/v0.38.0"},{"reference_url":"https://github.com/huggingface/diffusers/security/advisories/GHSA-98h9-4798-4q5v","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2026-05-14T17:38:51Z/"}],"url":"https://github.com/huggingface/diffusers/security/advisories/GHSA-98h9-4798-4q5v"},{"reference_url":"https://github.com/pypa/advisory-database/tree/main/vulns/diffusers/PYSEC-2026-40.yaml","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/pypa/advisory-database/tree/main/vulns/diffusers/PYSEC-2026-40.yaml"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2026-44513","reference_id":"","reference_type":"","scores":[{"value":"8.8","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-44513"},{"reference_url":"https://github.com/advisories/GHSA-98h9-4798-4q5v","reference_id":"GHSA-98h9-4798-4q5v","reference_type":"","scores":[{"value":"HIGH","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-98h9-4798-4q5v"}],"weaknesses":[{"cwe_id":94,"name":"Improper Control of Generation of Code ('Code Injection')","description":"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_id":937,"name":"OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."},{"cwe_id":1035,"name":"OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."}],"exploits":[],"severity_range_score":"7.0 - 8.9","exploitability":"0.5","weighted_severity":"8.0","risk_score":4.0,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-cejb-khrm-cuaa"}