Publish Advisories

GHSA-5478-v2w6-c6q7
GHSA-w7f9-wqc4-3wxr
This commit is contained in:
advisory-database[bot]
2025-03-11 16:18:40 +00:00
parent 4d173f6878
commit b1a5ba8f45
2 changed files with 125 additions and 5 deletions
@@ -1,19 +1,40 @@
{
"schema_version": "1.4.0",
"id": "GHSA-5478-v2w6-c6q7",
"modified": "2025-03-11T09:30:30Z",
"modified": "2025-03-11T16:17:06Z",
"published": "2025-03-11T09:30:30Z",
"aliases": [
"CVE-2025-1550"
],
"summary": "Keras arbitrary code execution vulnerability",
"details": "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.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
"score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "keras"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.0"
}
]
}
]
}
],
"affected": [],
"references": [
{
"type": "ADVISORY",
@@ -22,6 +43,18 @@
{
"type": "WEB",
"url": "https://github.com/keras-team/keras/pull/20751"
},
{
"type": "WEB",
"url": "https://github.com/keras-team/keras/commit/e67ac8ffd0c883bec68eb65bb52340c7f9d3a903"
},
{
"type": "PACKAGE",
"url": "https://github.com/keras-team/keras"
},
{
"type": "WEB",
"url": "https://github.com/keras-team/keras/releases/tag/v3.9.0"
}
],
"database_specific": {
@@ -29,8 +62,8 @@
"CWE-94"
],
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2025-03-11T16:17:06Z",
"nvd_published_at": "2025-03-11T09:15:25Z"
}
}
File diff suppressed because one or more lines are too long