Package Instance
Lookup for vulnerable packages by Package URL.
GET /api/packages/44630?format=api
{ "url": "http://public2.vulnerablecode.io/api/packages/44630?format=api", "purl": "pkg:pypi/keras@3.6.0", "type": "pypi", "namespace": "", "name": "keras", "version": "3.6.0", "qualifiers": {}, "subpath": "", "is_vulnerable": true, "next_non_vulnerable_version": null, "latest_non_vulnerable_version": null, "affected_by_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37184?format=api", "vulnerability_id": "VCID-1xj9-1kng-8ua4", "summary": "Allocation of Resources Without Limits or Throttling in the HDF5 weight loading component in Google Keras 3.0.0 through 3.13.0 on all platforms allows a remote attacker to cause a Denial of Service (DoS) through memory exhaustion and a crash of the Python interpreter via a crafted .keras archive containing a valid model.weights.h5 file whose dataset declares an extremely large shape.", "references": [ { "reference_url": "https://github.com/keras-team/keras/pull/21880", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "url": "https://github.com/keras-team/keras/pull/21880" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/47091?format=api", "purl": "pkg:pypi/keras@3.13.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-ptyp-n4df-aqf1" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/keras@3.13.1" } ], "aliases": [ "CVE-2026-0897", "PYSEC-2026-73" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-1xj9-1kng-8ua4" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/37113?format=api", "vulnerability_id": "VCID-dy5p-938j-d7fr", "summary": "The Keras Model.load_model method can be exploited to achieve arbitrary code execution, even with safe_mode=True.\n\nOne can create a specially crafted .h5/.hdf5 model archive that, when loaded via Model.load_model, will trigger arbitrary code to be executed.\n\nThis is achieved by crafting a special .h5 archive file that uses the Lambda layer feature of keras which allows arbitrary Python code in the form of pickled code. The vulnerability comes from the fact that the safe_mode=True option is not honored when reading .h5 archives.\n\nNote that the .h5/.hdf5 format is a legacy format supported by Keras 3 for backwards compatibility.", "references": [ { "reference_url": "https://github.com/keras-team/keras", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/keras-team/keras" }, { "reference_url": "https://github.com/keras-team/keras/pull/21602", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], "url": "https://github.com/keras-team/keras/pull/21602" }, { "reference_url": "https://github.com/keras-team/keras/security/advisories/GHSA-36rr-ww3j-vrjv", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.3", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], "url": "https://github.com/keras-team/keras/security/advisories/GHSA-36rr-ww3j-vrjv" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9905", "reference_id": "CVE-2025-9905", "reference_type": "", "scores": [], "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9905" }, { "reference_url": "https://github.com/advisories/GHSA-36rr-ww3j-vrjv", "reference_id": "GHSA-36rr-ww3j-vrjv", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-36rr-ww3j-vrjv" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/46360?format=api", "purl": "pkg:pypi/keras@3.11.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-1xj9-1kng-8ua4" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/keras@3.11.3" } ], "aliases": [ "CVE-2025-9905", "GHSA-36rr-ww3j-vrjv", "PYSEC-2025-123" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-dy5p-938j-d7fr" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/36992?format=api", "vulnerability_id": "VCID-gu8d-jjtb-zuau", "summary": "The Keras Model.load_model function permits arbitrary code execution, even with safe_mode=True, through a manually constructed, malicious .keras archive. By altering the config.json file within the archive, an attacker can specify arbitrary Python modules and functions, along with their arguments, to be loaded and executed during model loading.", "references": [ { "reference_url": "https://github.com/keras-team/keras/pull/20751", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "url": "https://github.com/keras-team/keras/pull/20751" }, { "reference_url": "https://towerofhanoi.it/writeups/cve-2025-1550/", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "url": "https://towerofhanoi.it/writeups/cve-2025-1550/" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/44632?format=api", "purl": "pkg:pypi/keras@3.8.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-1xj9-1kng-8ua4" }, { "vulnerability": "VCID-dy5p-938j-d7fr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/keras@3.8.0" } ], "aliases": [ "CVE-2025-1550", "PYSEC-2025-122" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-gu8d-jjtb-zuau" } ], "fixing_vulnerabilities": [], "risk_score": null, "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/keras@3.6.0" }