@blamejs/exceptd-skills 0.13.105 → 0.13.107

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.
@@ -152,6 +152,8 @@
152
152
  "CVE-2024-24590",
153
153
  "CVE-2024-24591",
154
154
  "CVE-2024-37032",
155
+ "CVE-2024-37052",
156
+ "CVE-2024-37060",
155
157
  "CVE-2025-1550",
156
158
  "CVE-2025-32434",
157
159
  "CVE-2025-33236",
@@ -1288,6 +1290,8 @@
1288
1290
  "CVE-2024-11394",
1289
1291
  "CVE-2024-21513",
1290
1292
  "CVE-2024-24590",
1293
+ "CVE-2024-37052",
1294
+ "CVE-2024-37060",
1291
1295
  "CVE-2025-1550",
1292
1296
  "CVE-2025-32434",
1293
1297
  "CVE-2025-33236",
@@ -1744,12 +1748,14 @@
1744
1748
  "CVE-2024-21576",
1745
1749
  "CVE-2024-24591",
1746
1750
  "CVE-2024-27132",
1751
+ "CVE-2024-2912",
1747
1752
  "CVE-2024-37032",
1748
1753
  "CVE-2024-39722",
1749
1754
  "CVE-2024-42478",
1750
1755
  "CVE-2024-42479",
1751
1756
  "CVE-2024-4889",
1752
1757
  "CVE-2024-6587",
1758
+ "CVE-2025-27520",
1753
1759
  "CVE-2025-30202",
1754
1760
  "CVE-2025-32444",
1755
1761
  "CVE-2025-3248",
@@ -2857,6 +2863,8 @@
2857
2863
  "CVE-2024-11393",
2858
2864
  "CVE-2024-11394",
2859
2865
  "CVE-2024-24590",
2866
+ "CVE-2024-37052",
2867
+ "CVE-2024-37060",
2860
2868
  "CVE-2025-1550",
2861
2869
  "CVE-2025-32434",
2862
2870
  "CVE-2025-33236",
@@ -288,7 +288,10 @@
288
288
  "CVE-2024-21575",
289
289
  "CVE-2024-21576",
290
290
  "CVE-2024-24590",
291
+ "CVE-2024-2912",
291
292
  "CVE-2024-37032",
293
+ "CVE-2024-37052",
294
+ "CVE-2024-37060",
292
295
  "CVE-2024-42479",
293
296
  "CVE-2024-4889",
294
297
  "CVE-2024-50050",
@@ -298,6 +301,7 @@
298
301
  "CVE-2025-1550",
299
302
  "CVE-2025-1753",
300
303
  "CVE-2025-23254",
304
+ "CVE-2025-27520",
301
305
  "CVE-2025-30165",
302
306
  "CVE-2025-32434",
303
307
  "CVE-2025-32444",
@@ -887,6 +891,7 @@
887
891
  "CVE-2024-21575",
888
892
  "CVE-2024-21576",
889
893
  "CVE-2024-21762",
894
+ "CVE-2024-2912",
890
895
  "CVE-2024-37032",
891
896
  "CVE-2024-37079",
892
897
  "CVE-2024-39722",
@@ -923,6 +928,7 @@
923
928
  "CVE-2025-24893",
924
929
  "CVE-2025-25257",
925
930
  "CVE-2025-26399",
931
+ "CVE-2025-27520",
926
932
  "CVE-2025-2775",
927
933
  "CVE-2025-2776",
928
934
  "CVE-2025-29635",
@@ -1145,6 +1151,8 @@
1145
1151
  "CVE-2024-11394",
1146
1152
  "CVE-2024-24590",
1147
1153
  "CVE-2024-3094",
1154
+ "CVE-2024-37052",
1155
+ "CVE-2024-37060",
1148
1156
  "CVE-2025-1550",
1149
1157
  "CVE-2025-32434",
1150
1158
  "CVE-2025-33236",
@@ -4335,6 +4343,8 @@
4335
4343
  "CVE-2024-11394",
4336
4344
  "CVE-2024-24590",
4337
4345
  "CVE-2024-24591",
4346
+ "CVE-2024-37052",
4347
+ "CVE-2024-37060",
4338
4348
  "CVE-2025-1550",
4339
4349
  "CVE-2025-32434",
4340
4350
  "CVE-2025-33236",
@@ -16464,6 +16464,426 @@
16464
16464
  "_intake_method": "manual-verified-curation",
16465
16465
  "_kev_short_description": "H2O-3's REST API import path performs no authorization, letting an unauthenticated attacker read arbitrary host files (CWE-862 LFI); no fixed version published - H2O-3 is designed for a trusted environment, so isolate it."
16466
16466
  },
16467
+ "CVE-2024-2912": {
16468
+ "name": "BentoML Insecure Deserialization Unauthenticated Remote Code Execution",
16469
+ "type": "RCE",
16470
+ "cvss_score": 10,
16471
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
16472
+ "cvss_note": "huntr.dev (CNA) CVSS v3.1 base 10.0 (CRITICAL, scope-changed); NVD has not published its own assessed score. BentoML deserializes an attacker-supplied serialized object delivered to a valid serving endpoint without validation, so an unauthenticated attacker runs arbitrary code on the model server (insecure deserialization, CWE-1188 insecure-default initialization of the deserialization path).",
16473
+ "cisa_kev": false,
16474
+ "poc_available": true,
16475
+ "poc_description": "Documented in the disclosing advisory (https://huntr.com/bounties/349a1cce-6bb5-4345-82a5-bf7041b65a68): an unauthenticated request carrying a malicious serialized object to a BentoML serving endpoint runs code on the server.",
16476
+ "ai_discovered": false,
16477
+ "ai_discovery_source": "human_researcher",
16478
+ "ai_discovery_notes": "Disclosed via huntr.dev / Protect AI (https://github.com/advisories/GHSA-hvj5-mvw9-93j3). The abused surface is BentoML, a widely used model-serving / inference framework.",
16479
+ "ai_assisted_weaponization": false,
16480
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is unsafe deserialization in a model-serving framework's request path.",
16481
+ "active_exploitation": "none",
16482
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix and a documented attack; no confirmed in-the-wild exploitation reported as of curation.",
16483
+ "affected": "BentoML before 1.2.5.",
16484
+ "affected_versions": [
16485
+ "BentoML < 1.2.5"
16486
+ ],
16487
+ "vector": "BentoML is a framework for packaging and serving ML models behind an HTTP API. Before 1.2.5 it deserializes an attacker-supplied serialized object delivered to a valid serving endpoint without validating it, so an unauthenticated attacker who can reach the serving API runs arbitrary code on the model server. Disclosed via huntr.dev / Protect AI. Fixed in 1.2.5.",
16488
+ "complexity": "low",
16489
+ "complexity_notes": "huntr.dev AV:N / AC:L / PR:N / UI:N - network-reachable, unauthenticated; a single crafted request to the serving endpoint suffices.",
16490
+ "patch_available": true,
16491
+ "patch_required_reboot": false,
16492
+ "live_patch_available": false,
16493
+ "live_patch_tools": [],
16494
+ "live_patch_notes": "Remediation is upgrading to 1.2.5 or later; redeploy, no host reboot.",
16495
+ "vendor_update_paths": [
16496
+ "Upgrade BentoML to 1.2.5 or later. Do not expose the BentoML serving API to untrusted networks, and never deserialize untrusted request data in the serving path (validate/whitelist payload types, use a safe serialization format)."
16497
+ ],
16498
+ "framework_control_gaps": {
16499
+ "NIST-800-53-SI-10": "Input validation is not applied to a serialized object before the model-serving framework deserializes it from a request.",
16500
+ "NIST-800-53-SI-3": "Malicious-code protection does not treat the model-serving framework's deserialization path as an attacker-reachable execution channel.",
16501
+ "NIST-800-53-CM-7": "Least-functionality is not enforced: the serving endpoint accepts and reconstructs arbitrary serialized objects.",
16502
+ "NIST-800-53-IA-2": "The model-serving API does not authenticate callers before reaching a deserialization sink.",
16503
+ "ISO-27001-2022-A.8.28": "Secure-coding expectations do not address unsafe deserialization of request data in a model-serving framework.",
16504
+ "NIS2-Art21-vulnerability-management": "Vulnerability-management measures do not enumerate model-serving frameworks' deserialization paths as unauthenticated RCE surfaces.",
16505
+ "DORA-Art-9": "ICT protection measures do not model model-serving deserialization RCE as an ICT-risk event.",
16506
+ "UK-CAF-B4": "System Security objective has no objective for safe deserialization in model-serving frameworks.",
16507
+ "AU-ISM-1546": "Patch-application control does not single out model-serving frameworks.",
16508
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats a model-serving framework's request-deserialization path as a privileged execution surface that must never reconstruct untrusted serialized objects."
16509
+ },
16510
+ "atlas_refs": [
16511
+ "AML.T0049"
16512
+ ],
16513
+ "attack_refs": [
16514
+ "T1190",
16515
+ "T1059"
16516
+ ],
16517
+ "rwep_score": 33,
16518
+ "rwep_factors": {
16519
+ "cisa_kev": 0,
16520
+ "poc_available": 20,
16521
+ "ai_factor": 0,
16522
+ "active_exploitation": 0,
16523
+ "blast_radius": 28,
16524
+ "patch_available": -15,
16525
+ "live_patch_available": 0,
16526
+ "reboot_required": 0
16527
+ },
16528
+ "rwep_notes": "Moderate (RWEP 33, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3): poc_available=20 + blast_radius=28, minus patch_available 15. This is the first of two BentoML unauthenticated insecure-deserialization RCEs (CVE-2025-27520 fixed in 1.4.3) - the same class recurred, so the control is to never deserialize untrusted request data in the serving path.",
16529
+ "epss_score": null,
16530
+ "epss_date": "2026-05-25",
16531
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
16532
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-2912",
16533
+ "cwe_refs": [
16534
+ "CWE-1188"
16535
+ ],
16536
+ "iocs": {
16537
+ "behavioral": [
16538
+ "Unauthenticated requests to a BentoML serving endpoint carrying a serialized-object payload (a deserialization-gadget body) rather than expected inference input.",
16539
+ "The BentoML server process spawning shell, network, or file-system child processes from the request-deserialization path.",
16540
+ "BentoML < 1.2.5 serving API reachable on an untrusted network - the exposed precondition."
16541
+ ],
16542
+ "_ioc_source_note": "Behavioral signatures anchored to the disclosing advisory (https://github.com/advisories/GHSA-hvj5-mvw9-93j3) / huntr.dev bounty (https://huntr.com/bounties/349a1cce-6bb5-4345-82a5-bf7041b65a68) and NVD CVE-2024-2912 (CWE-1188)."
16543
+ },
16544
+ "source_verified": "2026-05-25",
16545
+ "verification_sources": [
16546
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-2912",
16547
+ "https://github.com/advisories/GHSA-hvj5-mvw9-93j3"
16548
+ ],
16549
+ "vendor_advisories": [
16550
+ {
16551
+ "vendor": "GitHub Security Advisory",
16552
+ "advisory_id": "CVE-2024-2912",
16553
+ "url": "https://github.com/advisories/GHSA-hvj5-mvw9-93j3",
16554
+ "severity": "critical",
16555
+ "published_date": "2024-04-16"
16556
+ },
16557
+ {
16558
+ "vendor": "NVD",
16559
+ "advisory_id": "CVE-2024-2912",
16560
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2912",
16561
+ "severity": "critical",
16562
+ "published_date": "2024-04-16"
16563
+ }
16564
+ ],
16565
+ "last_updated": "2026-05-25",
16566
+ "discovery_attribution_note": "Manually curated from the huntr.dev bounty (https://huntr.com/bounties/349a1cce-6bb5-4345-82a5-bf7041b65a68) + the GitHub Security Advisory (https://github.com/advisories/GHSA-hvj5-mvw9-93j3, CWE-1188) + huntr.dev (CNA, CVSS v3.1 10.0); NVD has not published its own score. Model-serving framework flaw (BentoML); reuses the inference/serving deserialization-safety control NEW-CTRL-086 (shared with the ShadowMQ / vLLM inference-deserialization entries).",
16567
+ "_auto_imported": false,
16568
+ "_intake_method": "manual-verified-curation",
16569
+ "_kev_short_description": "BentoML deserializes an attacker-supplied serialized object on a valid serving endpoint without validation, giving unauthenticated RCE (CWE-1188); fixed in 1.2.5."
16570
+ },
16571
+ "CVE-2025-27520": {
16572
+ "name": "BentoML serde.py Insecure Deserialization Unauthenticated Remote Code Execution",
16573
+ "type": "RCE",
16574
+ "cvss_score": 9.8,
16575
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
16576
+ "cvss_note": "GitHub (CNA) CVSS v3.1 base 9.8 (CRITICAL); NVD has not published its own assessed score. The deserialization routine in BentoML's serde.py reconstructs an attacker-supplied serialized object from a request without validation, so any unauthenticated user runs arbitrary code on the server (CWE-502 deserialization of untrusted data).",
16577
+ "cisa_kev": false,
16578
+ "poc_available": true,
16579
+ "poc_description": "Documented in the disclosing advisory (https://github.com/advisories/GHSA-33xw-247w-6hmc): an unauthenticated request carrying a malicious serialized object to a BentoML serving endpoint runs code on the server.",
16580
+ "ai_discovered": false,
16581
+ "ai_discovery_source": "human_researcher",
16582
+ "ai_discovery_notes": "Disclosed via the GitHub Security Advisory (https://github.com/advisories/GHSA-33xw-247w-6hmc). The abused surface is BentoML, a widely used model-serving / inference framework.",
16583
+ "ai_assisted_weaponization": false,
16584
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is unsafe deserialization in a model-serving framework's request path.",
16585
+ "active_exploitation": "none",
16586
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix and a documented attack; no confirmed in-the-wild exploitation reported as of curation.",
16587
+ "affected": "BentoML 1.3.4 through 1.4.2.",
16588
+ "affected_versions": [
16589
+ "BentoML >= 1.3.4, <= 1.4.2"
16590
+ ],
16591
+ "vector": "BentoML is a framework for packaging and serving ML models behind an HTTP API. In 1.3.4 through 1.4.2 the deserialization routine in serde.py reconstructs an attacker-supplied serialized object from a request without validation, so an unauthenticated attacker who can reach the serving API runs arbitrary code on the model server. This is the same insecure-deserialization class that CVE-2024-2912 fixed in 1.2.5, recurring on the serde.py path. Fixed in 1.4.3.",
16592
+ "complexity": "low",
16593
+ "complexity_notes": "GitHub CNA AV:N / AC:L / PR:N / UI:N - network-reachable, unauthenticated; a single crafted request to the serving endpoint suffices.",
16594
+ "patch_available": true,
16595
+ "patch_required_reboot": false,
16596
+ "live_patch_available": false,
16597
+ "live_patch_tools": [],
16598
+ "live_patch_notes": "Remediation is upgrading to 1.4.3 or later; redeploy, no host reboot.",
16599
+ "vendor_update_paths": [
16600
+ "Upgrade BentoML to 1.4.3 or later. Do not expose the BentoML serving API to untrusted networks, and never deserialize untrusted request data in the serving path (validate/whitelist payload types, use a safe serialization format)."
16601
+ ],
16602
+ "framework_control_gaps": {
16603
+ "NIST-800-53-SI-10": "Input validation is not applied to a serialized object before the model-serving framework deserializes it from a request.",
16604
+ "NIST-800-53-SI-3": "Malicious-code protection does not treat the model-serving framework's deserialization path as an attacker-reachable execution channel.",
16605
+ "NIST-800-53-CM-7": "Least-functionality is not enforced: the serving endpoint accepts and reconstructs arbitrary serialized objects.",
16606
+ "NIST-800-53-IA-2": "The model-serving API does not authenticate callers before reaching a deserialization sink.",
16607
+ "ISO-27001-2022-A.8.28": "Secure-coding expectations do not address unsafe deserialization of request data in a model-serving framework.",
16608
+ "NIS2-Art21-vulnerability-management": "Vulnerability-management measures do not enumerate model-serving frameworks' deserialization paths as unauthenticated RCE surfaces.",
16609
+ "DORA-Art-9": "ICT protection measures do not model model-serving deserialization RCE as an ICT-risk event.",
16610
+ "UK-CAF-B4": "System Security objective has no objective for safe deserialization in model-serving frameworks.",
16611
+ "AU-ISM-1546": "Patch-application control does not single out model-serving frameworks.",
16612
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats a model-serving framework's request-deserialization path as a privileged execution surface that must never reconstruct untrusted serialized objects."
16613
+ },
16614
+ "atlas_refs": [
16615
+ "AML.T0049"
16616
+ ],
16617
+ "attack_refs": [
16618
+ "T1190",
16619
+ "T1059"
16620
+ ],
16621
+ "rwep_score": 33,
16622
+ "rwep_factors": {
16623
+ "cisa_kev": 0,
16624
+ "poc_available": 20,
16625
+ "ai_factor": 0,
16626
+ "active_exploitation": 0,
16627
+ "blast_radius": 28,
16628
+ "patch_available": -15,
16629
+ "live_patch_available": 0,
16630
+ "reboot_required": 0
16631
+ },
16632
+ "rwep_notes": "Moderate (RWEP 33, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3): poc_available=20 + blast_radius=28, minus patch_available 15. This is the second of two BentoML unauthenticated insecure-deserialization RCEs (CVE-2024-2912 fixed in 1.2.5) - the same class recurred, so the control is to never deserialize untrusted request data in the serving path.",
16633
+ "epss_score": null,
16634
+ "epss_date": "2026-05-25",
16635
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
16636
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-27520",
16637
+ "cwe_refs": [
16638
+ "CWE-502"
16639
+ ],
16640
+ "iocs": {
16641
+ "behavioral": [
16642
+ "Unauthenticated requests to a BentoML serving endpoint carrying a serialized-object payload (a deserialization-gadget body) rather than expected inference input.",
16643
+ "The BentoML server process spawning shell, network, or file-system child processes from the request-deserialization path.",
16644
+ "BentoML 1.3.4-1.4.2 serving API reachable on an untrusted network - the exposed precondition."
16645
+ ],
16646
+ "_ioc_source_note": "Behavioral signatures anchored to the disclosing advisory (https://github.com/advisories/GHSA-33xw-247w-6hmc) and NVD CVE-2025-27520 (CWE-502)."
16647
+ },
16648
+ "source_verified": "2026-05-25",
16649
+ "verification_sources": [
16650
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-27520",
16651
+ "https://github.com/advisories/GHSA-33xw-247w-6hmc"
16652
+ ],
16653
+ "vendor_advisories": [
16654
+ {
16655
+ "vendor": "GitHub Security Advisory",
16656
+ "advisory_id": "CVE-2025-27520",
16657
+ "url": "https://github.com/advisories/GHSA-33xw-247w-6hmc",
16658
+ "severity": "critical",
16659
+ "published_date": "2025-04-04"
16660
+ },
16661
+ {
16662
+ "vendor": "NVD",
16663
+ "advisory_id": "CVE-2025-27520",
16664
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27520",
16665
+ "severity": "critical",
16666
+ "published_date": "2025-04-04"
16667
+ }
16668
+ ],
16669
+ "last_updated": "2026-05-25",
16670
+ "discovery_attribution_note": "Manually curated from the GitHub Security Advisory (https://github.com/advisories/GHSA-33xw-247w-6hmc, CWE-502) + GitHub (CNA, CVSS v3.1 9.8); NVD has not published its own score. Model-serving framework flaw (BentoML); reuses the inference/serving deserialization-safety control NEW-CTRL-086 (shared with the ShadowMQ / vLLM inference-deserialization entries).",
16671
+ "_auto_imported": false,
16672
+ "_intake_method": "manual-verified-curation",
16673
+ "_kev_short_description": "BentoML's serde.py deserializes attacker-supplied serialized objects from requests without validation, giving unauthenticated RCE (CWE-502); fixed in 1.4.3 - the deserialization-RCE class recurred after the 1.2.5 fix."
16674
+ },
16675
+ "CVE-2024-37052": {
16676
+ "name": "MLflow scikit-learn Model Deserialization Remote Code Execution",
16677
+ "type": "RCE",
16678
+ "cvss_score": 8.8,
16679
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
16680
+ "cvss_note": "HiddenLayer (CNA) CVSS v3.1 base 8.8 (HIGH); NVD has not published its own assessed score. A maliciously crafted scikit-learn model stored in MLflow runs arbitrary code when a user loads/interacts with it, because the model object is reconstructed through unsafe deserialization (CWE-502).",
16681
+ "cisa_kev": false,
16682
+ "poc_available": true,
16683
+ "poc_description": "HiddenLayer published the analysis: a scikit-learn model stored in MLflow runs code when a user loads/runs it.",
16684
+ "ai_discovered": false,
16685
+ "ai_discovery_source": "human_researcher",
16686
+ "ai_discovery_notes": "Disclosed by HiddenLayer (https://github.com/advisories/GHSA-76cg-cfhx-373f). The abused surface is MLflow, a widely used MLOps / model-registry platform - one of the Protect AI / HiddenLayer model-flavor deserialization findings.",
16687
+ "ai_assisted_weaponization": false,
16688
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is that an MLflow scikit-learn model is executable code reconstructed through unsafe deserialization when loaded.",
16689
+ "active_exploitation": "none",
16690
+ "active_exploitation_notes": "Research disclosure with a documented attack chain; no confirmed in-the-wild exploitation reported as of curation. No patched MLflow version is published (loading an untrusted model is inherently unsafe), so exposure persists when untrusted models/recipes are loaded.",
16691
+ "affected": "MLflow 1.1.0 through 2.14.1.",
16692
+ "affected_versions": [
16693
+ "MLflow >= 1.1.0, <= 2.14.1"
16694
+ ],
16695
+ "vector": "MLflow stores and loads ML models and Recipes by flavor. A scikit-learn model is reconstructed through an unsafe deserialization path, so loading or running it executes embedded attacker code on the user's system (CWE-502). The model artifact IS executable code. Disclosed by HiddenLayer as part of the MLflow model-flavor deserialization set.",
16696
+ "complexity": "low",
16697
+ "complexity_notes": "HiddenLayer (CNA) AV:N / AC:L / PR:N / UI:R - network-delivered via an uploaded model/recipe, but requires the victim to load/run it (UI:R).",
16698
+ "patch_available": false,
16699
+ "patch_required_reboot": false,
16700
+ "live_patch_available": false,
16701
+ "live_patch_tools": [],
16702
+ "live_patch_notes": "No patched MLflow version is published (the GitHub advisory records 'Patched versions: None'); loading an untrusted model artifact is inherently code execution. Mitigation is provenance verification + sandboxing (see vendor_update_paths).",
16703
+ "vendor_update_paths": [
16704
+ "No fixed MLflow version is published. Only load models and Recipes from trusted sources, verify artifact provenance, run model loading in a sandboxed/least-privilege environment, and prefer safe serialization formats; treat every MLflow model artifact as executable code."
16705
+ ],
16706
+ "framework_control_gaps": {
16707
+ "NIST-800-53-SI-2": "Flaw remediation cannot resolve this by patching - loading an untrusted model is inherently code execution; the control must be artifact provenance + sandboxing.",
16708
+ "NIST-800-53-SI-10": "No input validation distinguishes a benign model artifact from one carrying a deserialization payload before MLflow loads it.",
16709
+ "NIST-800-53-SR-3": "Supply-chain controls do not treat MLflow model artifacts / Recipes as untrusted third-party executable content.",
16710
+ "ISO-27001-2022-A.8.28": "Secure-coding expectations do not address loading an untrusted model artifact as host code.",
16711
+ "NIS2-Art21-supply-chain": "Supply-chain-security measures do not reach the MLflow model registry as a channel that delivers executable model artifacts.",
16712
+ "DORA-Art-9": "ICT protection measures do not model untrusted model-artifact loading as an ICT-risk event.",
16713
+ "UK-CAF-B4": "System Security objective has no objective for verifying model-artifact provenance before loading.",
16714
+ "AU-ISM-1546": "Patch-application control does not address a flaw with no patch - the model format is inherently executable.",
16715
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an MLflow model artifact / Recipe as untrusted executable code requiring provenance verification and sandboxed loading."
16716
+ },
16717
+ "atlas_refs": [
16718
+ "AML.T0010",
16719
+ "AML.T0011",
16720
+ "AML.T0011.000"
16721
+ ],
16722
+ "attack_refs": [
16723
+ "T1204",
16724
+ "T1059",
16725
+ "T1195.002"
16726
+ ],
16727
+ "rwep_score": 42,
16728
+ "rwep_factors": {
16729
+ "cisa_kev": 0,
16730
+ "poc_available": 20,
16731
+ "ai_factor": 0,
16732
+ "active_exploitation": 0,
16733
+ "blast_radius": 22,
16734
+ "patch_available": 0,
16735
+ "live_patch_available": 0,
16736
+ "reboot_required": 0
16737
+ },
16738
+ "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 patched version exists so no patch credit (Hard Rule #3) - this is a model-artifact-as-code flaw that no patch can close, only provenance + sandboxing. The UI:R requirement (victim must load the model) keeps blast moderate. poc_available=20 + blast_radius=22.",
16739
+ "epss_score": null,
16740
+ "epss_date": "2026-05-25",
16741
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
16742
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-37052",
16743
+ "cwe_refs": [
16744
+ "CWE-502"
16745
+ ],
16746
+ "iocs": {
16747
+ "behavioral": [
16748
+ "MLflow scikit-learn model artifacts whose stored payload contains a deserialization gadget rather than a plain model.",
16749
+ "The MLflow process or client spawning shell, network, or file-system child processes when a model/recipe is loaded or run.",
16750
+ "MLflow 1.1.0-2.14.1 loading scikit-learn models from an untrusted registry/run - the exposed precondition."
16751
+ ],
16752
+ "_ioc_source_note": "Behavioral signatures anchored to the HiddenLayer disclosure / GitHub advisory (https://github.com/advisories/GHSA-76cg-cfhx-373f) and NVD CVE-2024-37052 (CWE-502)."
16753
+ },
16754
+ "source_verified": "2026-05-25",
16755
+ "verification_sources": [
16756
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-37052",
16757
+ "https://github.com/advisories/GHSA-76cg-cfhx-373f"
16758
+ ],
16759
+ "vendor_advisories": [
16760
+ {
16761
+ "vendor": "GitHub Security Advisory",
16762
+ "advisory_id": "CVE-2024-37052",
16763
+ "url": "https://github.com/advisories/GHSA-76cg-cfhx-373f",
16764
+ "severity": "high",
16765
+ "published_date": "2024-06-04"
16766
+ },
16767
+ {
16768
+ "vendor": "NVD",
16769
+ "advisory_id": "CVE-2024-37052",
16770
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37052",
16771
+ "severity": "high",
16772
+ "published_date": "2024-06-04"
16773
+ }
16774
+ ],
16775
+ "last_updated": "2026-05-25",
16776
+ "discovery_attribution_note": "Manually curated from the HiddenLayer / GitHub Security Advisory (https://github.com/advisories/GHSA-76cg-cfhx-373f, CWE-502) + HiddenLayer (CNA, CVSS v3.1 8.8); NVD has not published its own score. MLflow model-flavor deserialization (Protect AI / HiddenLayer set); reuses the untrusted-model-artifact-loading control NEW-CTRL-091 - a model artifact is executable code, the class shared with Keras / Hugging Face / NeMo / PyTorch / H2O.",
16777
+ "_auto_imported": false,
16778
+ "_intake_method": "manual-verified-curation",
16779
+ "_kev_short_description": "A malicious scikit-learn model in MLflow runs code when loaded (CWE-502 unsafe deserialization); no patched version - treat MLflow models as untrusted code."
16780
+ },
16781
+ "CVE-2024-37060": {
16782
+ "name": "MLflow Recipe Deserialization Remote Code Execution",
16783
+ "type": "RCE",
16784
+ "cvss_score": 8.8,
16785
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
16786
+ "cvss_note": "HiddenLayer (CNA) CVSS v3.1 base 8.8 (HIGH); NVD has not published its own assessed score. A maliciously crafted MLflow Recipe runs arbitrary code when executed, because it is reconstructed through unsafe deserialization (CWE-502).",
16787
+ "cisa_kev": false,
16788
+ "poc_available": true,
16789
+ "poc_description": "HiddenLayer published the analysis: a malicious MLflow Recipe stored in MLflow runs code when a user loads/runs it.",
16790
+ "ai_discovered": false,
16791
+ "ai_discovery_source": "human_researcher",
16792
+ "ai_discovery_notes": "Disclosed by HiddenLayer (https://github.com/advisories/GHSA-cv6c-7963-wxcg). The abused surface is MLflow, a widely used MLOps / model-registry platform - one of the Protect AI / HiddenLayer model-flavor deserialization findings.",
16793
+ "ai_assisted_weaponization": false,
16794
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is that an MLflow Recipe is executable code reconstructed through unsafe deserialization when loaded.",
16795
+ "active_exploitation": "none",
16796
+ "active_exploitation_notes": "Research disclosure with a documented attack chain; no confirmed in-the-wild exploitation reported as of curation. No patched MLflow version is published (loading an untrusted model is inherently unsafe), so exposure persists when untrusted models/recipes are loaded.",
16797
+ "affected": "MLflow 1.27.0 through 2.14.1.",
16798
+ "affected_versions": [
16799
+ "MLflow >= 1.27.0, <= 2.14.1"
16800
+ ],
16801
+ "vector": "MLflow stores and loads ML models and Recipes by flavor. A malicious MLflow Recipe is reconstructed through an unsafe deserialization path, so loading or running it executes embedded attacker code on the user's system (CWE-502). The model artifact IS executable code. Disclosed by HiddenLayer as part of the MLflow model-flavor deserialization set.",
16802
+ "complexity": "low",
16803
+ "complexity_notes": "HiddenLayer (CNA) AV:N / AC:L / PR:N / UI:R - network-delivered via an uploaded model/recipe, but requires the victim to load/run it (UI:R).",
16804
+ "patch_available": false,
16805
+ "patch_required_reboot": false,
16806
+ "live_patch_available": false,
16807
+ "live_patch_tools": [],
16808
+ "live_patch_notes": "No patched MLflow version is published (the GitHub advisory records 'Patched versions: None'); loading an untrusted model artifact is inherently code execution. Mitigation is provenance verification + sandboxing (see vendor_update_paths).",
16809
+ "vendor_update_paths": [
16810
+ "No fixed MLflow version is published. Only load models and Recipes from trusted sources, verify artifact provenance, run model loading in a sandboxed/least-privilege environment, and prefer safe serialization formats; treat every MLflow model artifact as executable code."
16811
+ ],
16812
+ "framework_control_gaps": {
16813
+ "NIST-800-53-SI-2": "Flaw remediation cannot resolve this by patching - loading an untrusted model is inherently code execution; the control must be artifact provenance + sandboxing.",
16814
+ "NIST-800-53-SI-10": "No input validation distinguishes a benign model artifact from one carrying a deserialization payload before MLflow loads it.",
16815
+ "NIST-800-53-SR-3": "Supply-chain controls do not treat MLflow model artifacts / Recipes as untrusted third-party executable content.",
16816
+ "ISO-27001-2022-A.8.28": "Secure-coding expectations do not address loading an untrusted model artifact as host code.",
16817
+ "NIS2-Art21-supply-chain": "Supply-chain-security measures do not reach the MLflow model registry as a channel that delivers executable model artifacts.",
16818
+ "DORA-Art-9": "ICT protection measures do not model untrusted model-artifact loading as an ICT-risk event.",
16819
+ "UK-CAF-B4": "System Security objective has no objective for verifying model-artifact provenance before loading.",
16820
+ "AU-ISM-1546": "Patch-application control does not address a flaw with no patch - the model format is inherently executable.",
16821
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an MLflow model artifact / Recipe as untrusted executable code requiring provenance verification and sandboxed loading."
16822
+ },
16823
+ "atlas_refs": [
16824
+ "AML.T0010",
16825
+ "AML.T0011",
16826
+ "AML.T0011.000"
16827
+ ],
16828
+ "attack_refs": [
16829
+ "T1204",
16830
+ "T1059",
16831
+ "T1195.002"
16832
+ ],
16833
+ "rwep_score": 42,
16834
+ "rwep_factors": {
16835
+ "cisa_kev": 0,
16836
+ "poc_available": 20,
16837
+ "ai_factor": 0,
16838
+ "active_exploitation": 0,
16839
+ "blast_radius": 22,
16840
+ "patch_available": 0,
16841
+ "live_patch_available": 0,
16842
+ "reboot_required": 0
16843
+ },
16844
+ "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 patched version exists so no patch credit (Hard Rule #3) - this is a model-artifact-as-code flaw that no patch can close, only provenance + sandboxing. The UI:R requirement (victim must load the model) keeps blast moderate. poc_available=20 + blast_radius=22.",
16845
+ "epss_score": null,
16846
+ "epss_date": "2026-05-25",
16847
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
16848
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-37060",
16849
+ "cwe_refs": [
16850
+ "CWE-502"
16851
+ ],
16852
+ "iocs": {
16853
+ "behavioral": [
16854
+ "MLflow Recipe artifacts whose stored payload contains a deserialization gadget rather than a plain model.",
16855
+ "The MLflow process or client spawning shell, network, or file-system child processes when a model/recipe is loaded or run.",
16856
+ "MLflow 1.27.0-2.14.1 running Recipes from an untrusted source - the exposed precondition."
16857
+ ],
16858
+ "_ioc_source_note": "Behavioral signatures anchored to the HiddenLayer disclosure / GitHub advisory (https://github.com/advisories/GHSA-cv6c-7963-wxcg) and NVD CVE-2024-37060 (CWE-502)."
16859
+ },
16860
+ "source_verified": "2026-05-25",
16861
+ "verification_sources": [
16862
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-37060",
16863
+ "https://github.com/advisories/GHSA-cv6c-7963-wxcg"
16864
+ ],
16865
+ "vendor_advisories": [
16866
+ {
16867
+ "vendor": "GitHub Security Advisory",
16868
+ "advisory_id": "CVE-2024-37060",
16869
+ "url": "https://github.com/advisories/GHSA-cv6c-7963-wxcg",
16870
+ "severity": "high",
16871
+ "published_date": "2024-06-04"
16872
+ },
16873
+ {
16874
+ "vendor": "NVD",
16875
+ "advisory_id": "CVE-2024-37060",
16876
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37060",
16877
+ "severity": "high",
16878
+ "published_date": "2024-06-04"
16879
+ }
16880
+ ],
16881
+ "last_updated": "2026-05-25",
16882
+ "discovery_attribution_note": "Manually curated from the HiddenLayer / GitHub Security Advisory (https://github.com/advisories/GHSA-cv6c-7963-wxcg, CWE-502) + HiddenLayer (CNA, CVSS v3.1 8.8); NVD has not published its own score. MLflow model-flavor deserialization (Protect AI / HiddenLayer set); reuses the untrusted-model-artifact-loading control NEW-CTRL-091 - a model artifact is executable code, the class shared with Keras / Hugging Face / NeMo / PyTorch / H2O.",
16883
+ "_auto_imported": false,
16884
+ "_intake_method": "manual-verified-curation",
16885
+ "_kev_short_description": "A malicious MLflow Recipe runs code when executed (CWE-502 unsafe deserialization); no patched version - treat MLflow artifacts as untrusted code."
16886
+ },
16467
16887
  "CVE-2026-41091": {
16468
16888
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
16469
16889
  "type": "LPE",
@@ -1338,12 +1338,15 @@
1338
1338
  "CVE-2024-11393",
1339
1339
  "CVE-2024-11394",
1340
1340
  "CVE-2024-24590",
1341
+ "CVE-2024-37052",
1342
+ "CVE-2024-37060",
1341
1343
  "CVE-2024-50050",
1342
1344
  "CVE-2024-8069",
1343
1345
  "CVE-2025-10035",
1344
1346
  "CVE-2025-23254",
1345
1347
  "CVE-2025-24016",
1346
1348
  "CVE-2025-26399",
1349
+ "CVE-2025-27520",
1347
1350
  "CVE-2025-30165",
1348
1351
  "CVE-2025-32434",
1349
1352
  "CVE-2025-32444",
@@ -1951,6 +1954,7 @@
1951
1954
  "webapp-security"
1952
1955
  ],
1953
1956
  "evidence_cves": [
1957
+ "CVE-2024-2912",
1954
1958
  "CVE-2025-48927"
1955
1959
  ],
1956
1960
  "framework_controls_partially_addressing": [