Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-fwm9-7w87-mfmp",
"modified": "2024-01-26T18:30:34Z",
"modified": "2024-01-26T18:30:35Z",
"published": "2024-01-26T18:30:34Z",
"aliases": [
"CVE-2024-0936"
],
"summary": "Deserialization of Untrusted Data in temporai <= 0.0.3",
"details": "A vulnerability classified as critical was found in van_der_Schaar LAB TemporAI 0.0.3. Affected by this vulnerability is the function load_from_file of the component PKL File Handler. The manipulation leads to deserialization. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-252181 was assigned to this vulnerability. NOTE: The vendor was contacted early and confirmed immediately the existence of the issue. A patch is planned to be released in February 2024.",
"severity": [
{
Expand All @@ -14,7 +15,25 @@
}
],
"affected": [

{
"package": {
"ecosystem": "PyPI",
"name": "temporai"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "0.0.3"
}
]
}
]
}
],
"references": [
{
Expand All @@ -29,6 +48,10 @@
"type": "WEB",
"url": "https://github.com/bayuncao/vul-cve-5/blob/main/poc.py"
},
{
"type": "PACKAGE",
"url": "https://github.com/vanderschaarlab/temporai"
},
{
"type": "WEB",
"url": "https://vuldb.com/?ctiid.252181"
Expand All @@ -42,7 +65,7 @@
"cwe_ids": [
"CWE-502"
],
"severity": "HIGH",
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-01-26T17:15:11Z"
Expand Down