@blamejs/exceptd-skills 0.13.103 → 0.13.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,6 +148,8 @@
148
148
  "CVE-2024-11392",
149
149
  "CVE-2024-11393",
150
150
  "CVE-2024-11394",
151
+ "CVE-2024-24590",
152
+ "CVE-2024-24591",
151
153
  "CVE-2024-37032",
152
154
  "CVE-2025-1550",
153
155
  "CVE-2025-32434",
@@ -1283,6 +1285,7 @@
1283
1285
  "CVE-2024-11393",
1284
1286
  "CVE-2024-11394",
1285
1287
  "CVE-2024-21513",
1288
+ "CVE-2024-24590",
1286
1289
  "CVE-2025-1550",
1287
1290
  "CVE-2025-32434",
1288
1291
  "CVE-2025-33236",
@@ -1736,6 +1739,7 @@
1736
1739
  "CVE-2024-1561",
1737
1740
  "CVE-2024-21575",
1738
1741
  "CVE-2024-21576",
1742
+ "CVE-2024-24591",
1739
1743
  "CVE-2024-27132",
1740
1744
  "CVE-2024-37032",
1741
1745
  "CVE-2024-39722",
@@ -2848,6 +2852,7 @@
2848
2852
  "CVE-2024-11392",
2849
2853
  "CVE-2024-11393",
2850
2854
  "CVE-2024-11394",
2855
+ "CVE-2024-24590",
2851
2856
  "CVE-2025-1550",
2852
2857
  "CVE-2025-32434",
2853
2858
  "CVE-2025-33236",
@@ -286,6 +286,7 @@
286
286
  "CVE-2024-21513",
287
287
  "CVE-2024-21575",
288
288
  "CVE-2024-21576",
289
+ "CVE-2024-24590",
289
290
  "CVE-2024-37032",
290
291
  "CVE-2024-42479",
291
292
  "CVE-2024-4889",
@@ -1139,6 +1140,7 @@
1139
1140
  "CVE-2024-11392",
1140
1141
  "CVE-2024-11393",
1141
1142
  "CVE-2024-11394",
1143
+ "CVE-2024-24590",
1142
1144
  "CVE-2024-3094",
1143
1145
  "CVE-2025-1550",
1144
1146
  "CVE-2025-32434",
@@ -3580,6 +3582,7 @@
3580
3582
  "CVE-2023-51449",
3581
3583
  "CVE-2023-6021",
3582
3584
  "CVE-2024-1561",
3585
+ "CVE-2024-24591",
3583
3586
  "CVE-2024-39722",
3584
3587
  "CVE-2026-34926"
3585
3588
  ]
@@ -4325,6 +4328,8 @@
4325
4328
  "CVE-2024-11392",
4326
4329
  "CVE-2024-11393",
4327
4330
  "CVE-2024-11394",
4331
+ "CVE-2024-24590",
4332
+ "CVE-2024-24591",
4328
4333
  "CVE-2025-1550",
4329
4334
  "CVE-2025-32434",
4330
4335
  "CVE-2025-33236",
@@ -14875,7 +14880,10 @@
14875
14880
  "stix_id": "attack-pattern--1cfcb312-b8d7-47a4-b560-4b16cc677292",
14876
14881
  "last_verified": "2026-05-19",
14877
14882
  "_auto_imported": true,
14878
- "_intake_method": "mitre-attack-stix"
14883
+ "_intake_method": "mitre-attack-stix",
14884
+ "cve_refs": [
14885
+ "CVE-2024-24591"
14886
+ ]
14879
14887
  },
14880
14888
  "T1565.002": {
14881
14889
  "id": "T1565.002",
@@ -16038,6 +16038,221 @@
16038
16038
  "_intake_method": "manual-verified-curation",
16039
16039
  "_kev_short_description": "Langflow's unauthenticated public flow-build endpoint runs flow-supplied Python through an unsandboxed dynamic-execution sink (CWE-94/CWE-95/CWE-306), giving unauthenticated RCE; CISA KEV (added 2026-03-25, actively exploited), fixed in 1.9.0."
16040
16040
  },
16041
+ "CVE-2024-24590": {
16042
+ "name": "ClearML Client SDK Artifact Deserialization Remote Code Execution",
16043
+ "type": "RCE",
16044
+ "cvss_score": 8.8,
16045
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
16046
+ "cvss_note": "NIST (NVD) CVSS v3.1 base 8.8 (HIGH); HiddenLayer (CNA) rates it 8.0 (HIGH, PR:L). The ClearML client SDK deserializes a stored artifact through an unsafe Python object-deserialization path when a user retrieves it, so a maliciously uploaded artifact runs arbitrary code on the retrieving user's system (CWE-502).",
16047
+ "cisa_kev": false,
16048
+ "poc_available": true,
16049
+ "poc_description": "HiddenLayer published the analysis and attack chain (a malicious artifact runs code when a victim retrieves it).",
16050
+ "ai_discovered": false,
16051
+ "ai_discovery_source": "human_researcher",
16052
+ "ai_discovery_notes": "Disclosed by HiddenLayer (https://hiddenlayer.com/innovation-hub/not-so-clear-how-mlops-solutions-can-muddy-the-waters-of-your-supply-chain/). The abused surface is a widely used MLOps / experiment-tracking platform (ClearML) - the AI supply-chain layer between data scientists.",
16053
+ "ai_assisted_weaponization": false,
16054
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is in how an MLOps platform handles uploaded experiment artifacts.",
16055
+ "active_exploitation": "none",
16056
+ "active_exploitation_notes": "Research disclosure with a documented attack chain; no confirmed in-the-wild exploitation reported as of curation. No fixed SDK version is published in the advisory, so users on the affected range remain exposed when retrieving untrusted artifacts.",
16057
+ "affected": "ClearML client SDK 0.17.0 through 1.14.2.",
16058
+ "affected_versions": [
16059
+ "ClearML (pip) >= 0.17.0, <= 1.14.2"
16060
+ ],
16061
+ "vector": "ClearML is an MLOps / experiment-tracking platform. Its client SDK stores experiment artifacts and reconstructs them on retrieval using an unsafe Python object-deserialization routine. An attacker who can upload an artifact to a project a victim will open embeds a malicious serialized object; when the victim's SDK retrieves and interacts with that artifact, the object's deserialization runs attacker code on the victim's machine (CWE-502). Disclosed by HiddenLayer.",
16062
+ "complexity": "low",
16063
+ "complexity_notes": "NVD AV:N / AC:L / PR:N / UI:R - network-delivered via an uploaded artifact, but requires the victim to retrieve/interact with it (UI:R). HiddenLayer's CNA vector marks PR:L (an account that can upload to the shared project).",
16064
+ "patch_available": false,
16065
+ "patch_required_reboot": false,
16066
+ "live_patch_available": false,
16067
+ "live_patch_tools": [],
16068
+ "live_patch_notes": "No fixed SDK version is listed in the advisory as of curation; mitigation is retrieving artifacts/datasets only from trusted projects and treating retrieved content as untrusted (see vendor_update_paths).",
16069
+ "vendor_update_paths": [
16070
+ "No fixed ClearML SDK version is listed in the GitHub advisory or NVD as of curation (HiddenLayer states the issues were resolved with the vendor within the disclosure window, but no specific fixed version is published). Only retrieve artifacts/datasets from trusted ClearML projects, run the SDK with least privilege, and treat every retrieved artifact as untrusted until the deployed SDK version is confirmed to refuse unsafe deserialization."
16071
+ ],
16072
+ "framework_control_gaps": {
16073
+ "NIST-800-53-SI-10": "Input validation is not applied to an uploaded experiment artifact/dataset before the MLOps SDK deserializes it.",
16074
+ "NIST-800-53-CM-7": "Least-functionality is not enforced: the SDK auto-deserializes artifacts through an unsafe routine on retrieval.",
16075
+ "NIST-800-53-SR-3": "Supply-chain controls do not treat MLOps experiment artifacts/datasets as untrusted third-party content delivered between collaborators.",
16076
+ "ISO-27001-2022-A.8.28": "Secure-coding expectations do not address unsafe deserialization of stored artifacts in an MLOps SDK.",
16077
+ "NIS2-Art21-supply-chain": "Supply-chain-security measures do not reach the MLOps platform as a channel that delivers executable artifacts between data scientists.",
16078
+ "DORA-Art-9": "ICT protection measures do not model MLOps-artifact retrieval as an ICT-risk event.",
16079
+ "UK-CAF-B4": "System Security objective has no objective for validating MLOps artifacts/datasets before deserialization or extraction.",
16080
+ "AU-ISM-1546": "Patch-application control does not single out MLOps client SDKs.",
16081
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an MLOps / experiment-tracking platform's uploaded artifacts and datasets as an untrusted code/file-delivery surface."
16082
+ },
16083
+ "atlas_refs": [
16084
+ "AML.T0010",
16085
+ "AML.T0011",
16086
+ "AML.T0011.000"
16087
+ ],
16088
+ "attack_refs": [
16089
+ "T1204",
16090
+ "T1059",
16091
+ "T1195.002"
16092
+ ],
16093
+ "rwep_score": 42,
16094
+ "rwep_factors": {
16095
+ "cisa_kev": 0,
16096
+ "poc_available": 20,
16097
+ "ai_factor": 0,
16098
+ "active_exploitation": 0,
16099
+ "blast_radius": 22,
16100
+ "patch_available": 0,
16101
+ "live_patch_available": 0,
16102
+ "reboot_required": 0
16103
+ },
16104
+ "rwep_notes": "Elevated (RWEP 42, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no fixed SDK version published so no patch credit (Hard Rule #3); the UI:R requirement (victim must retrieve the malicious artifact) keeps blast moderate. poc_available=20 + blast_radius=22.",
16105
+ "epss_score": null,
16106
+ "epss_date": "2026-05-25",
16107
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
16108
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-24590",
16109
+ "cwe_refs": [
16110
+ "CWE-502"
16111
+ ],
16112
+ "iocs": {
16113
+ "behavioral": [
16114
+ "ClearML artifacts whose stored payload is a serialized object rather than the expected data type (a deserialization-gadget payload).",
16115
+ "The ClearML client SDK spawning shell, network, or file-system child processes immediately after an artifact is retrieved or previewed.",
16116
+ "Uploads to shared ClearML projects from accounts/users that should not be contributing artifacts.",
16117
+ "ClearML (pip) 0.17.0-1.14.2 retrieving artifacts/datasets from projects that accept untrusted uploads - the exposed precondition."
16118
+ ],
16119
+ "_ioc_source_note": "Behavioral signatures anchored to the HiddenLayer disclosure (https://hiddenlayer.com/innovation-hub/not-so-clear-how-mlops-solutions-can-muddy-the-waters-of-your-supply-chain/), the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-cpcw-9h9m-wqw9), and NVD CVE-2024-24590 (CWE-502)."
16120
+ },
16121
+ "source_verified": "2026-05-25",
16122
+ "verification_sources": [
16123
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-24590",
16124
+ "https://github.com/advisories/GHSA-cpcw-9h9m-wqw9",
16125
+ "https://hiddenlayer.com/innovation-hub/not-so-clear-how-mlops-solutions-can-muddy-the-waters-of-your-supply-chain/"
16126
+ ],
16127
+ "vendor_advisories": [
16128
+ {
16129
+ "vendor": "GitHub Security Advisory",
16130
+ "advisory_id": "CVE-2024-24590",
16131
+ "url": "https://github.com/advisories/GHSA-cpcw-9h9m-wqw9",
16132
+ "severity": "high",
16133
+ "published_date": "2024-06-27"
16134
+ },
16135
+ {
16136
+ "vendor": "NVD",
16137
+ "advisory_id": "CVE-2024-24590",
16138
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24590",
16139
+ "severity": "high",
16140
+ "published_date": "2024-06-27"
16141
+ }
16142
+ ],
16143
+ "last_updated": "2026-05-25",
16144
+ "discovery_attribution_note": "Manually curated from the HiddenLayer disclosure (https://hiddenlayer.com/innovation-hub/not-so-clear-how-mlops-solutions-can-muddy-the-waters-of-your-supply-chain/) + the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-cpcw-9h9m-wqw9, CWE-502) + NVD (CVSS v3.1 8.8) / HiddenLayer (CNA 8.0). MLOps / experiment-tracking platform flaw (ClearML); introduces the MLOps-artifact trust-boundary control NEW-CTRL-104.",
16145
+ "_auto_imported": false,
16146
+ "_intake_method": "manual-verified-curation",
16147
+ "_kev_short_description": "ClearML client SDK reconstructs stored artifacts through unsafe Python object-deserialization on retrieval, so a malicious artifact runs code on the retrieving user (CWE-502); no fixed SDK version is listed in the advisory - treat retrieved artifacts as untrusted."
16148
+ },
16149
+ "CVE-2024-24591": {
16150
+ "name": "ClearML Client SDK Dataset Path Traversal Arbitrary File Write",
16151
+ "type": "Arbitrary File Write",
16152
+ "cvss_score": 8.8,
16153
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
16154
+ "cvss_note": "NIST (NVD) CVSS v3.1 base 8.8 (HIGH); HiddenLayer (CNA) rates it 8.0 (HIGH, PR:L). The ClearML client SDK does not constrain dataset entry paths, so a maliciously uploaded dataset writes files to an arbitrary local or remote location on the retrieving user's system (CWE-22 path traversal).",
16155
+ "cisa_kev": false,
16156
+ "poc_available": true,
16157
+ "poc_description": "HiddenLayer published the analysis and attack chain (a malicious dataset writes to arbitrary paths on retrieval).",
16158
+ "ai_discovered": false,
16159
+ "ai_discovery_source": "human_researcher",
16160
+ "ai_discovery_notes": "Disclosed by HiddenLayer (https://hiddenlayer.com/innovation-hub/not-so-clear-how-mlops-solutions-can-muddy-the-waters-of-your-supply-chain/). The abused surface is a widely used MLOps / experiment-tracking platform (ClearML) - the AI supply-chain layer between data scientists.",
16161
+ "ai_assisted_weaponization": false,
16162
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is in how an MLOps platform handles uploaded experiment artifacts.",
16163
+ "active_exploitation": "none",
16164
+ "active_exploitation_notes": "Research disclosure with a documented attack chain; no confirmed in-the-wild exploitation reported as of curation. No fixed SDK version is published in the advisory, so users on the affected range remain exposed when retrieving untrusted artifacts.",
16165
+ "affected": "ClearML client SDK 1.4.0 through 1.14.1.",
16166
+ "affected_versions": [
16167
+ "ClearML (pip) >= 1.4.0, <= 1.14.1"
16168
+ ],
16169
+ "vector": "When the ClearML client SDK retrieves a dataset, it writes the dataset's entries to disk without constraining their paths. A maliciously uploaded dataset whose entries use absolute or ../ traversal paths therefore writes files to arbitrary locations on the retrieving user's system (CWE-22) - which, by overwriting startup or configuration files, can escalate to code execution. Disclosed by HiddenLayer.",
16170
+ "complexity": "low",
16171
+ "complexity_notes": "NVD AV:N / AC:L / PR:N / UI:R - network-delivered via an uploaded artifact, but requires the victim to retrieve/interact with it (UI:R). HiddenLayer's CNA vector marks PR:L (an account that can upload to the shared project).",
16172
+ "patch_available": false,
16173
+ "patch_required_reboot": false,
16174
+ "live_patch_available": false,
16175
+ "live_patch_tools": [],
16176
+ "live_patch_notes": "No fixed SDK version is listed in the advisory as of curation; mitigation is retrieving artifacts/datasets only from trusted projects and treating retrieved content as untrusted (see vendor_update_paths).",
16177
+ "vendor_update_paths": [
16178
+ "No fixed ClearML SDK version is listed in the GitHub advisory or NVD as of curation. Only retrieve datasets from trusted ClearML projects, run the SDK as a least-privilege user, and treat dataset extraction paths as untrusted (reject absolute / ../ traversal entries) until the deployed SDK version is confirmed to contain extraction."
16179
+ ],
16180
+ "framework_control_gaps": {
16181
+ "NIST-800-53-SI-10": "Input validation is not applied to an uploaded experiment artifact/dataset before the MLOps SDK extracts it.",
16182
+ "NIST-800-53-CM-7": "Least-functionality is not enforced: the SDK writes dataset entries without path containment on retrieval.",
16183
+ "NIST-800-53-SR-3": "Supply-chain controls do not treat MLOps experiment artifacts/datasets as untrusted third-party content delivered between collaborators.",
16184
+ "ISO-27001-2022-A.8.28": "Secure-coding expectations do not address uncontained extraction of dataset entries in an MLOps SDK.",
16185
+ "NIS2-Art21-supply-chain": "Supply-chain-security measures do not reach the MLOps platform as a channel that delivers executable artifacts between data scientists.",
16186
+ "DORA-Art-9": "ICT protection measures do not model MLOps-artifact retrieval as an ICT-risk event.",
16187
+ "UK-CAF-B4": "System Security objective has no objective for validating MLOps artifacts/datasets before deserialization or extraction.",
16188
+ "AU-ISM-1546": "Patch-application control does not single out MLOps client SDKs.",
16189
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an MLOps / experiment-tracking platform's uploaded artifacts and datasets as an untrusted code/file-delivery surface."
16190
+ },
16191
+ "atlas_refs": [
16192
+ "AML.T0010",
16193
+ "AML.T0049"
16194
+ ],
16195
+ "attack_refs": [
16196
+ "T1204",
16197
+ "T1083",
16198
+ "T1565.001"
16199
+ ],
16200
+ "rwep_score": 38,
16201
+ "rwep_factors": {
16202
+ "cisa_kev": 0,
16203
+ "poc_available": 20,
16204
+ "ai_factor": 0,
16205
+ "active_exploitation": 0,
16206
+ "blast_radius": 18,
16207
+ "patch_available": 0,
16208
+ "live_patch_available": 0,
16209
+ "reboot_required": 0
16210
+ },
16211
+ "rwep_notes": "Standard (RWEP 38, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, and no fixed SDK version published so no patch credit (Hard Rule #3); the UI:R requirement (victim must retrieve the malicious artifact) keeps blast moderate. poc_available=20 + blast_radius=18.",
16212
+ "epss_score": null,
16213
+ "epss_date": "2026-05-25",
16214
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
16215
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-24591",
16216
+ "cwe_refs": [
16217
+ "CWE-22"
16218
+ ],
16219
+ "iocs": {
16220
+ "behavioral": [
16221
+ "ClearML datasets whose entries contain absolute paths or ../ traversal sequences.",
16222
+ "Files written by the ClearML client SDK outside the intended dataset cache/extraction directory during a dataset get.",
16223
+ "Unexpected modification of startup, configuration, or credential files following a ClearML dataset retrieval.",
16224
+ "ClearML (pip) 1.4.0-1.14.1 retrieving artifacts/datasets from projects that accept untrusted uploads - the exposed precondition."
16225
+ ],
16226
+ "_ioc_source_note": "Behavioral signatures anchored to the HiddenLayer disclosure (https://hiddenlayer.com/innovation-hub/not-so-clear-how-mlops-solutions-can-muddy-the-waters-of-your-supply-chain/), the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-m95h-p4gg-wfw3), and NVD CVE-2024-24591 (CWE-22)."
16227
+ },
16228
+ "source_verified": "2026-05-25",
16229
+ "verification_sources": [
16230
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-24591",
16231
+ "https://github.com/advisories/GHSA-m95h-p4gg-wfw3",
16232
+ "https://hiddenlayer.com/innovation-hub/not-so-clear-how-mlops-solutions-can-muddy-the-waters-of-your-supply-chain/"
16233
+ ],
16234
+ "vendor_advisories": [
16235
+ {
16236
+ "vendor": "GitHub Security Advisory",
16237
+ "advisory_id": "CVE-2024-24591",
16238
+ "url": "https://github.com/advisories/GHSA-m95h-p4gg-wfw3",
16239
+ "severity": "high",
16240
+ "published_date": "2024-06-27"
16241
+ },
16242
+ {
16243
+ "vendor": "NVD",
16244
+ "advisory_id": "CVE-2024-24591",
16245
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24591",
16246
+ "severity": "high",
16247
+ "published_date": "2024-06-27"
16248
+ }
16249
+ ],
16250
+ "last_updated": "2026-05-25",
16251
+ "discovery_attribution_note": "Manually curated from the HiddenLayer disclosure (https://hiddenlayer.com/innovation-hub/not-so-clear-how-mlops-solutions-can-muddy-the-waters-of-your-supply-chain/) + the GitHub Security Advisory advisory (https://github.com/advisories/GHSA-m95h-p4gg-wfw3, CWE-22) + NVD (CVSS v3.1 8.8) / HiddenLayer (CNA 8.0). MLOps / experiment-tracking platform flaw (ClearML); introduces the MLOps-artifact trust-boundary control NEW-CTRL-104.",
16252
+ "_auto_imported": false,
16253
+ "_intake_method": "manual-verified-curation",
16254
+ "_kev_short_description": "ClearML client SDK writes dataset entries without path containment, so a malicious dataset writes files to arbitrary paths on the retrieving user (CWE-22 path traversal); no fixed SDK version is listed in the advisory - retrieve datasets only from trusted projects."
16255
+ },
16041
16256
  "CVE-2026-41091": {
16042
16257
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
16043
16258
  "type": "LPE",
@@ -101,6 +101,7 @@
101
101
  "CVE-2024-13059",
102
102
  "CVE-2024-1561",
103
103
  "CVE-2024-1708",
104
+ "CVE-2024-24591",
104
105
  "CVE-2024-37032",
105
106
  "CVE-2024-39722",
106
107
  "CVE-2024-57728",
@@ -1335,6 +1336,7 @@
1335
1336
  "CVE-2024-11392",
1336
1337
  "CVE-2024-11393",
1337
1338
  "CVE-2024-11394",
1339
+ "CVE-2024-24590",
1338
1340
  "CVE-2024-50050",
1339
1341
  "CVE-2024-8069",
1340
1342
  "CVE-2025-10035",
@@ -50,6 +50,8 @@
50
50
  "CVE-2024-1561",
51
51
  "CVE-2024-21575",
52
52
  "CVE-2024-21576",
53
+ "CVE-2024-24590",
54
+ "CVE-2024-24591",
53
55
  "CVE-2024-27132",
54
56
  "CVE-2024-37032",
55
57
  "CVE-2024-39722",
@@ -1266,6 +1268,8 @@
1266
1268
  "evidence_cves": [
1267
1269
  "CVE-2023-43472",
1268
1270
  "CVE-2024-12366",
1271
+ "CVE-2024-24590",
1272
+ "CVE-2024-24591",
1269
1273
  "CVE-2024-5565",
1270
1274
  "CVE-2025-0133",
1271
1275
  "CVE-2025-1094",
@@ -2098,6 +2102,8 @@
2098
2102
  "evidence_cves": [
2099
2103
  "BUG-2026-NIGHTMARE-ECLIPSE-GREENPLASMA",
2100
2104
  "CVE-2024-12366",
2105
+ "CVE-2024-24590",
2106
+ "CVE-2024-24591",
2101
2107
  "CVE-2024-3154",
2102
2108
  "CVE-2024-5565",
2103
2109
  "CVE-2025-3248",
@@ -2330,6 +2336,8 @@
2330
2336
  "CVE-2024-12366",
2331
2337
  "CVE-2024-13059",
2332
2338
  "CVE-2024-21513",
2339
+ "CVE-2024-24590",
2340
+ "CVE-2024-24591",
2333
2341
  "CVE-2024-27132",
2334
2342
  "CVE-2024-37032",
2335
2343
  "CVE-2024-39722",
@@ -2830,6 +2838,8 @@
2830
2838
  "status": "open",
2831
2839
  "opened_date": "2026-05-17",
2832
2840
  "evidence_cves": [
2841
+ "CVE-2024-24590",
2842
+ "CVE-2024-24591",
2833
2843
  "CVE-2024-3094",
2834
2844
  "MAL-2026-SHAI-HULUD-OSS"
2835
2845
  ],
@@ -5032,6 +5042,8 @@
5032
5042
  "CVE-2024-21575",
5033
5043
  "CVE-2024-21576",
5034
5044
  "CVE-2024-21762",
5045
+ "CVE-2024-24590",
5046
+ "CVE-2024-24591",
5035
5047
  "CVE-2024-27132",
5036
5048
  "CVE-2024-37032",
5037
5049
  "CVE-2024-39722",
@@ -5590,6 +5602,8 @@
5590
5602
  "CVE-2024-21575",
5591
5603
  "CVE-2024-21576",
5592
5604
  "CVE-2024-21762",
5605
+ "CVE-2024-24590",
5606
+ "CVE-2024-24591",
5593
5607
  "CVE-2024-27132",
5594
5608
  "CVE-2024-37032",
5595
5609
  "CVE-2024-39722",
@@ -5686,6 +5700,8 @@
5686
5700
  "CVE-2024-21575",
5687
5701
  "CVE-2024-21576",
5688
5702
  "CVE-2024-21762",
5703
+ "CVE-2024-24590",
5704
+ "CVE-2024-24591",
5689
5705
  "CVE-2024-27132",
5690
5706
  "CVE-2024-37032",
5691
5707
  "CVE-2024-39722",
@@ -5803,6 +5819,8 @@
5803
5819
  "status": "open",
5804
5820
  "opened_date": "2026-05-17",
5805
5821
  "evidence_cves": [
5822
+ "CVE-2024-24590",
5823
+ "CVE-2024-24591",
5806
5824
  "CVE-2024-3154",
5807
5825
  "MAL-2026-NODE-IPC-STEALER",
5808
5826
  "MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER",
@@ -4361,6 +4361,106 @@
4361
4361
  "_auto_imported": false,
4362
4362
  "_intake_method": "manual-verified-curation"
4363
4363
  },
4364
+ "CVE-2024-24590": {
4365
+ "name": "ClearML Client SDK Artifact Deserialization Remote Code Execution",
4366
+ "lesson_date": "2026-05-25",
4367
+ "attack_vector": {
4368
+ "description": "ClearML's client SDK reconstructs stored experiment artifacts through an unsafe object-deserialization routine on retrieval, so a maliciously uploaded artifact runs arbitrary code on the retrieving user's system.",
4369
+ "privileges_required": "low-to-none (upload access to a shared project; victim must retrieve the artifact - UI:R)",
4370
+ "complexity": "low",
4371
+ "ai_factor": "The abused surface is the MLOps / experiment-tracking layer that moves artifacts and datasets between data scientists. The lesson: an MLOps platform is a supply-chain channel - uploaded artifacts are untrusted code/file payloads and must never be auto-deserialized or extracted without containment."
4372
+ },
4373
+ "framework_coverage": {
4374
+ "NIST-800-53-SI-10": {
4375
+ "covered": true,
4376
+ "adequate": false,
4377
+ "gap": "No input validation is applied to an uploaded artifact before the MLOps SDK deserializes it."
4378
+ },
4379
+ "NIST-800-53-SR-3": {
4380
+ "covered": true,
4381
+ "adequate": false,
4382
+ "gap": "Supply-chain controls do not treat MLOps experiment artifacts as untrusted third-party content moving between collaborators."
4383
+ },
4384
+ "ALL-AI-PIPELINE-INTEGRITY": {
4385
+ "covered": false,
4386
+ "adequate": false,
4387
+ "gap": "No framework treats an MLOps platform's uploaded artifacts as an untrusted code-delivery surface."
4388
+ }
4389
+ },
4390
+ "compliance_exposure_score": {
4391
+ "percent_audit_passing_orgs_still_exposed": 80,
4392
+ "basis": "MLOps platforms are deployed for collaboration on trusted-team assumptions; their artifact/dataset retrieval paths are not treated as untrusted-content boundaries.",
4393
+ "theater_pattern": "mlops_artifact_trust"
4394
+ },
4395
+ "ai_discovered_zeroday": false,
4396
+ "ai_discovery_source": "human_researcher",
4397
+ "ai_assist_factor": "none",
4398
+ "new_control_requirements": [
4399
+ {
4400
+ "id": "NEW-CTRL-104",
4401
+ "name": "MLOPS-EXPERIMENT-ARTIFACT-TRUST-BOUNDARY",
4402
+ "description": "An MLOps / experiment-tracking platform (ClearML, and the class: Weights & Biases, MLflow artifact stores, model registries) must treat every uploaded artifact and dataset as untrusted third-party content, because these platforms move artifacts between collaborators automatically. On retrieval the client SDK must NOT reconstruct artifacts through an unsafe object-deserialization routine (use a safe loader / explicit schema, or sandbox the deserialization), and must constrain dataset extraction to a contained directory (reject absolute and ../ traversal entries). Run the SDK least-privilege and only pull from trusted projects. The distinguishing test: upload an artifact carrying a deserialization-gadget payload and a dataset with a ../ entry to a staging project, retrieve them from a separate client, and confirm neither runs code nor writes outside the cache directory - a 'secured MLOps' posture that still auto-deserializes or extracts uploaded content without containment is exposed.",
4403
+ "evidence": "https://hiddenlayer.com/innovation-hub/not-so-clear-how-mlops-solutions-can-muddy-the-waters-of-your-supply-chain/",
4404
+ "gap_closes": [
4405
+ "NIST-800-53-SI-10",
4406
+ "NIST-800-53-CM-7",
4407
+ "ALL-AI-PIPELINE-INTEGRITY"
4408
+ ]
4409
+ }
4410
+ ],
4411
+ "_auto_imported": false,
4412
+ "_intake_method": "manual-verified-curation"
4413
+ },
4414
+ "CVE-2024-24591": {
4415
+ "name": "ClearML Client SDK Dataset Path Traversal Arbitrary File Write",
4416
+ "lesson_date": "2026-05-25",
4417
+ "attack_vector": {
4418
+ "description": "ClearML's client SDK writes dataset entries without path containment on retrieval, so a maliciously uploaded dataset with absolute / ../ entries writes files to arbitrary locations on the retrieving user's system (escalating to code execution by overwriting startup/config files).",
4419
+ "privileges_required": "low-to-none (upload access to a shared project; victim must retrieve the artifact - UI:R)",
4420
+ "complexity": "low",
4421
+ "ai_factor": "The abused surface is the MLOps / experiment-tracking layer that moves artifacts and datasets between data scientists. The lesson: an MLOps platform is a supply-chain channel - uploaded artifacts are untrusted code/file payloads and must never be auto-deserialized or extracted without containment."
4422
+ },
4423
+ "framework_coverage": {
4424
+ "NIST-800-53-SI-10": {
4425
+ "covered": true,
4426
+ "adequate": false,
4427
+ "gap": "No path validation is applied to dataset entries before the MLOps SDK extracts them."
4428
+ },
4429
+ "NIST-800-53-CM-7": {
4430
+ "covered": true,
4431
+ "adequate": false,
4432
+ "gap": "Least-functionality is not enforced: dataset extraction writes entries without containing them to the cache directory."
4433
+ },
4434
+ "ALL-AI-PIPELINE-INTEGRITY": {
4435
+ "covered": false,
4436
+ "adequate": false,
4437
+ "gap": "No framework treats an MLOps platform's uploaded datasets as an untrusted file-write surface."
4438
+ }
4439
+ },
4440
+ "compliance_exposure_score": {
4441
+ "percent_audit_passing_orgs_still_exposed": 78,
4442
+ "basis": "MLOps platforms are deployed for collaboration on trusted-team assumptions; their artifact/dataset retrieval paths are not treated as untrusted-content boundaries.",
4443
+ "theater_pattern": "mlops_artifact_trust"
4444
+ },
4445
+ "ai_discovered_zeroday": false,
4446
+ "ai_discovery_source": "human_researcher",
4447
+ "ai_assist_factor": "none",
4448
+ "new_control_requirements": [
4449
+ {
4450
+ "id": "NEW-CTRL-104",
4451
+ "name": "MLOPS-EXPERIMENT-ARTIFACT-TRUST-BOUNDARY",
4452
+ "description": "An MLOps / experiment-tracking platform (ClearML, and the class: Weights & Biases, MLflow artifact stores, model registries) must treat every uploaded artifact and dataset as untrusted third-party content, because these platforms move artifacts between collaborators automatically. On retrieval the client SDK must NOT reconstruct artifacts through an unsafe object-deserialization routine (use a safe loader / explicit schema, or sandbox the deserialization), and must constrain dataset extraction to a contained directory (reject absolute and ../ traversal entries). Run the SDK least-privilege and only pull from trusted projects. The distinguishing test: upload an artifact carrying a deserialization-gadget payload and a dataset with a ../ entry to a staging project, retrieve them from a separate client, and confirm neither runs code nor writes outside the cache directory - a 'secured MLOps' posture that still auto-deserializes or extracts uploaded content without containment is exposed.",
4453
+ "evidence": "https://hiddenlayer.com/innovation-hub/not-so-clear-how-mlops-solutions-can-muddy-the-waters-of-your-supply-chain/",
4454
+ "gap_closes": [
4455
+ "NIST-800-53-SI-10",
4456
+ "NIST-800-53-CM-7",
4457
+ "ALL-AI-PIPELINE-INTEGRITY"
4458
+ ]
4459
+ }
4460
+ ],
4461
+ "_auto_imported": false,
4462
+ "_intake_method": "manual-verified-curation"
4463
+ },
4364
4464
  "CVE-2026-33017": {
4365
4465
  "name": "Langflow Public Flow-Build Endpoint Unauthenticated Remote Code Execution",
4366
4466
  "lesson_date": "2026-05-25",