@blamejs/exceptd-skills 0.13.105 → 0.13.106

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.
@@ -1744,12 +1744,14 @@
1744
1744
  "CVE-2024-21576",
1745
1745
  "CVE-2024-24591",
1746
1746
  "CVE-2024-27132",
1747
+ "CVE-2024-2912",
1747
1748
  "CVE-2024-37032",
1748
1749
  "CVE-2024-39722",
1749
1750
  "CVE-2024-42478",
1750
1751
  "CVE-2024-42479",
1751
1752
  "CVE-2024-4889",
1752
1753
  "CVE-2024-6587",
1754
+ "CVE-2025-27520",
1753
1755
  "CVE-2025-30202",
1754
1756
  "CVE-2025-32444",
1755
1757
  "CVE-2025-3248",
@@ -288,6 +288,7 @@
288
288
  "CVE-2024-21575",
289
289
  "CVE-2024-21576",
290
290
  "CVE-2024-24590",
291
+ "CVE-2024-2912",
291
292
  "CVE-2024-37032",
292
293
  "CVE-2024-42479",
293
294
  "CVE-2024-4889",
@@ -298,6 +299,7 @@
298
299
  "CVE-2025-1550",
299
300
  "CVE-2025-1753",
300
301
  "CVE-2025-23254",
302
+ "CVE-2025-27520",
301
303
  "CVE-2025-30165",
302
304
  "CVE-2025-32434",
303
305
  "CVE-2025-32444",
@@ -887,6 +889,7 @@
887
889
  "CVE-2024-21575",
888
890
  "CVE-2024-21576",
889
891
  "CVE-2024-21762",
892
+ "CVE-2024-2912",
890
893
  "CVE-2024-37032",
891
894
  "CVE-2024-37079",
892
895
  "CVE-2024-39722",
@@ -923,6 +926,7 @@
923
926
  "CVE-2025-24893",
924
927
  "CVE-2025-25257",
925
928
  "CVE-2025-26399",
929
+ "CVE-2025-27520",
926
930
  "CVE-2025-2775",
927
931
  "CVE-2025-2776",
928
932
  "CVE-2025-29635",
@@ -16464,6 +16464,214 @@
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
+ },
16467
16675
  "CVE-2026-41091": {
16468
16676
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
16469
16677
  "type": "LPE",
@@ -1344,6 +1344,7 @@
1344
1344
  "CVE-2025-23254",
1345
1345
  "CVE-2025-24016",
1346
1346
  "CVE-2025-26399",
1347
+ "CVE-2025-27520",
1347
1348
  "CVE-2025-30165",
1348
1349
  "CVE-2025-32434",
1349
1350
  "CVE-2025-32444",
@@ -1951,6 +1952,7 @@
1951
1952
  "webapp-security"
1952
1953
  ],
1953
1954
  "evidence_cves": [
1955
+ "CVE-2024-2912",
1954
1956
  "CVE-2025-48927"
1955
1957
  ],
1956
1958
  "framework_controls_partially_addressing": [
@@ -55,6 +55,7 @@
55
55
  "CVE-2024-24590",
56
56
  "CVE-2024-24591",
57
57
  "CVE-2024-27132",
58
+ "CVE-2024-2912",
58
59
  "CVE-2024-37032",
59
60
  "CVE-2024-39722",
60
61
  "CVE-2024-42478",
@@ -67,6 +68,7 @@
67
68
  "CVE-2025-1753",
68
69
  "CVE-2025-23254",
69
70
  "CVE-2025-23266",
71
+ "CVE-2025-27520",
70
72
  "CVE-2025-30165",
71
73
  "CVE-2025-30202",
72
74
  "CVE-2025-32434",
@@ -1273,9 +1275,11 @@
1273
1275
  "CVE-2024-12366",
1274
1276
  "CVE-2024-24590",
1275
1277
  "CVE-2024-24591",
1278
+ "CVE-2024-2912",
1276
1279
  "CVE-2024-5565",
1277
1280
  "CVE-2025-0133",
1278
1281
  "CVE-2025-1094",
1282
+ "CVE-2025-27520",
1279
1283
  "CVE-2025-3248",
1280
1284
  "CVE-2025-6965",
1281
1285
  "CVE-2026-30623",
@@ -2108,8 +2112,10 @@
2108
2112
  "CVE-2024-12366",
2109
2113
  "CVE-2024-24590",
2110
2114
  "CVE-2024-24591",
2115
+ "CVE-2024-2912",
2111
2116
  "CVE-2024-3154",
2112
2117
  "CVE-2024-5565",
2118
+ "CVE-2025-27520",
2113
2119
  "CVE-2025-3248",
2114
2120
  "CVE-2025-49844",
2115
2121
  "CVE-2025-53773",
@@ -2344,6 +2350,7 @@
2344
2350
  "CVE-2024-24590",
2345
2351
  "CVE-2024-24591",
2346
2352
  "CVE-2024-27132",
2353
+ "CVE-2024-2912",
2347
2354
  "CVE-2024-37032",
2348
2355
  "CVE-2024-39722",
2349
2356
  "CVE-2024-50050",
@@ -2353,6 +2360,7 @@
2353
2360
  "CVE-2025-1550",
2354
2361
  "CVE-2025-1753",
2355
2362
  "CVE-2025-23254",
2363
+ "CVE-2025-27520",
2356
2364
  "CVE-2025-30165",
2357
2365
  "CVE-2025-32434",
2358
2366
  "CVE-2025-33236",
@@ -2805,8 +2813,10 @@
2805
2813
  "BUG-2026-NIGHTMARE-ECLIPSE-UNDEFEND",
2806
2814
  "CVE-2023-6016",
2807
2815
  "CVE-2024-12366",
2816
+ "CVE-2024-2912",
2808
2817
  "CVE-2024-5565",
2809
2818
  "CVE-2025-11837",
2819
+ "CVE-2025-27520",
2810
2820
  "CVE-2025-3248",
2811
2821
  "CVE-2026-22778",
2812
2822
  "CVE-2026-32202",
@@ -4993,7 +5003,9 @@
4993
5003
  "evidence_cves": [
4994
5004
  "CVE-2023-3519",
4995
5005
  "CVE-2024-12366",
5006
+ "CVE-2024-2912",
4996
5007
  "CVE-2024-5565",
5008
+ "CVE-2025-27520",
4997
5009
  "CVE-2026-0300",
4998
5010
  "CVE-2026-42945"
4999
5011
  ],
@@ -5053,6 +5065,7 @@
5053
5065
  "CVE-2024-24590",
5054
5066
  "CVE-2024-24591",
5055
5067
  "CVE-2024-27132",
5068
+ "CVE-2024-2912",
5056
5069
  "CVE-2024-37032",
5057
5070
  "CVE-2024-39722",
5058
5071
  "CVE-2024-42478",
@@ -5065,6 +5078,7 @@
5065
5078
  "CVE-2025-1753",
5066
5079
  "CVE-2025-23254",
5067
5080
  "CVE-2025-23266",
5081
+ "CVE-2025-27520",
5068
5082
  "CVE-2025-30165",
5069
5083
  "CVE-2025-30202",
5070
5084
  "CVE-2025-32434",
@@ -5618,6 +5632,7 @@
5618
5632
  "CVE-2024-24590",
5619
5633
  "CVE-2024-24591",
5620
5634
  "CVE-2024-27132",
5635
+ "CVE-2024-2912",
5621
5636
  "CVE-2024-37032",
5622
5637
  "CVE-2024-39722",
5623
5638
  "CVE-2024-42478",
@@ -5628,6 +5643,7 @@
5628
5643
  "CVE-2025-1753",
5629
5644
  "CVE-2025-23254",
5630
5645
  "CVE-2025-23266",
5646
+ "CVE-2025-27520",
5631
5647
  "CVE-2025-30165",
5632
5648
  "CVE-2025-30202",
5633
5649
  "CVE-2025-32434",
@@ -5718,6 +5734,7 @@
5718
5734
  "CVE-2024-24590",
5719
5735
  "CVE-2024-24591",
5720
5736
  "CVE-2024-27132",
5737
+ "CVE-2024-2912",
5721
5738
  "CVE-2024-37032",
5722
5739
  "CVE-2024-39722",
5723
5740
  "CVE-2024-42478",
@@ -5730,6 +5747,7 @@
5730
5747
  "CVE-2025-1753",
5731
5748
  "CVE-2025-23254",
5732
5749
  "CVE-2025-23266",
5750
+ "CVE-2025-27520",
5733
5751
  "CVE-2025-30165",
5734
5752
  "CVE-2025-30202",
5735
5753
  "CVE-2025-32434",
@@ -6052,8 +6070,10 @@
6052
6070
  "CVE-2023-6021",
6053
6071
  "CVE-2023-6038",
6054
6072
  "CVE-2024-1709",
6073
+ "CVE-2024-2912",
6055
6074
  "CVE-2024-4889",
6056
6075
  "CVE-2024-6587",
6076
+ "CVE-2025-27520",
6057
6077
  "CVE-2025-3248",
6058
6078
  "CVE-2025-64513",
6059
6079
  "CVE-2025-67818",
@@ -4461,6 +4461,106 @@
4461
4461
  "_auto_imported": false,
4462
4462
  "_intake_method": "manual-verified-curation"
4463
4463
  },
4464
+ "CVE-2024-2912": {
4465
+ "name": "BentoML Insecure Deserialization Unauthenticated Remote Code Execution",
4466
+ "lesson_date": "2026-05-25",
4467
+ "attack_vector": {
4468
+ "description": "BentoML before 1.2.5 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.",
4469
+ "privileges_required": "none (unauthenticated)",
4470
+ "complexity": "low",
4471
+ "ai_factor": "The abused surface is BentoML, a model-serving / inference framework. The lesson: a model server must never reconstruct an untrusted serialized object from a request - the same inference-path deserialization class as the ShadowMQ / vLLM entries, here on the HTTP serving API, and it recurred in BentoML after the first fix."
4472
+ },
4473
+ "framework_coverage": {
4474
+ "NIST-800-53-SI-2": {
4475
+ "covered": true,
4476
+ "adequate": false,
4477
+ "gap": "Flaw remediation closed one deserialization path (1.2.5) but the class recurred (serde.py, fixed 1.4.3) - the fix did not generalize to all request-deserialization sinks."
4478
+ },
4479
+ "NIST-800-53-SI-10": {
4480
+ "covered": true,
4481
+ "adequate": false,
4482
+ "gap": "No input validation distinguishes a safe payload from a deserialization-gadget object at the model-serving endpoint."
4483
+ },
4484
+ "ALL-AI-PIPELINE-INTEGRITY": {
4485
+ "covered": false,
4486
+ "adequate": false,
4487
+ "gap": "No framework treats a model-serving framework's request-deserialization path as a privileged execution surface."
4488
+ }
4489
+ },
4490
+ "compliance_exposure_score": {
4491
+ "percent_audit_passing_orgs_still_exposed": 84,
4492
+ "basis": "Model-serving frameworks are deployed for inference throughput on trusted-network assumptions; their request-deserialization paths are not treated as untrusted-input boundaries.",
4493
+ "theater_pattern": "model_serving_deserialization_trust"
4494
+ },
4495
+ "ai_discovered_zeroday": false,
4496
+ "ai_discovery_source": "human_researcher",
4497
+ "ai_assist_factor": "none",
4498
+ "new_control_requirements": [
4499
+ {
4500
+ "id": "NEW-CTRL-086",
4501
+ "name": "AI-INFERENCE-IPC-DESERIALIZATION-SAFETY",
4502
+ "description": "AI inference engines must use a safe serializer (e.g. JSON) for IPC/socket communication, never deserialize untrusted serialized objects, authenticate socket peers, and isolate the channel on a trusted network segment. Because the insecure primitive spread by code reuse, the control must be applied across every inference engine in the estate, not one at a time. Apply the project fix (NVIDIA TensorRT-LLM), and for vLLM keep the legacy V0 engine disabled. The distinguishing test: send a crafted serialized object to the inference engine's socket from an unauthorized peer on a staging instance and confirm it is rejected, not deserialized.",
4503
+ "evidence": "https://nvidia.custhelp.com/app/answers/detail/a_id/5648",
4504
+ "gap_closes": [
4505
+ "NIST-800-53-SI-2",
4506
+ "NIST-800-53-SI-10",
4507
+ "ALL-AI-PIPELINE-INTEGRITY"
4508
+ ]
4509
+ }
4510
+ ],
4511
+ "_auto_imported": false,
4512
+ "_intake_method": "manual-verified-curation"
4513
+ },
4514
+ "CVE-2025-27520": {
4515
+ "name": "BentoML serde.py Insecure Deserialization Unauthenticated Remote Code Execution",
4516
+ "lesson_date": "2026-05-25",
4517
+ "attack_vector": {
4518
+ "description": "BentoML 1.3.4 through 1.4.2 reconstructs an attacker-supplied serialized object in serde.py from a request without validation, giving any unauthenticated user remote code execution - the same insecure-deserialization class that 1.2.5 fixed, recurring on the serde.py path.",
4519
+ "privileges_required": "none (unauthenticated)",
4520
+ "complexity": "low",
4521
+ "ai_factor": "The abused surface is BentoML, a model-serving / inference framework. The lesson: a model server must never reconstruct an untrusted serialized object from a request - the same inference-path deserialization class as the ShadowMQ / vLLM entries, here on the HTTP serving API, and it recurred in BentoML after the first fix."
4522
+ },
4523
+ "framework_coverage": {
4524
+ "NIST-800-53-SI-2": {
4525
+ "covered": true,
4526
+ "adequate": false,
4527
+ "gap": "Flaw remediation closed one deserialization path (1.2.5) but the class recurred (serde.py, fixed 1.4.3) - the fix did not generalize to all request-deserialization sinks."
4528
+ },
4529
+ "NIST-800-53-SI-10": {
4530
+ "covered": true,
4531
+ "adequate": false,
4532
+ "gap": "No input validation distinguishes a safe payload from a deserialization-gadget object at the model-serving endpoint."
4533
+ },
4534
+ "ALL-AI-PIPELINE-INTEGRITY": {
4535
+ "covered": false,
4536
+ "adequate": false,
4537
+ "gap": "No framework treats a model-serving framework's request-deserialization path as a privileged execution surface."
4538
+ }
4539
+ },
4540
+ "compliance_exposure_score": {
4541
+ "percent_audit_passing_orgs_still_exposed": 84,
4542
+ "basis": "Model-serving frameworks are deployed for inference throughput on trusted-network assumptions; their request-deserialization paths are not treated as untrusted-input boundaries.",
4543
+ "theater_pattern": "model_serving_deserialization_trust"
4544
+ },
4545
+ "ai_discovered_zeroday": false,
4546
+ "ai_discovery_source": "human_researcher",
4547
+ "ai_assist_factor": "none",
4548
+ "new_control_requirements": [
4549
+ {
4550
+ "id": "NEW-CTRL-086",
4551
+ "name": "AI-INFERENCE-IPC-DESERIALIZATION-SAFETY",
4552
+ "description": "AI inference engines must use a safe serializer (e.g. JSON) for IPC/socket communication, never deserialize untrusted serialized objects, authenticate socket peers, and isolate the channel on a trusted network segment. Because the insecure primitive spread by code reuse, the control must be applied across every inference engine in the estate, not one at a time. Apply the project fix (NVIDIA TensorRT-LLM), and for vLLM keep the legacy V0 engine disabled. The distinguishing test: send a crafted serialized object to the inference engine's socket from an unauthorized peer on a staging instance and confirm it is rejected, not deserialized.",
4553
+ "evidence": "https://nvidia.custhelp.com/app/answers/detail/a_id/5648",
4554
+ "gap_closes": [
4555
+ "NIST-800-53-SI-2",
4556
+ "NIST-800-53-SI-10",
4557
+ "ALL-AI-PIPELINE-INTEGRITY"
4558
+ ]
4559
+ }
4560
+ ],
4561
+ "_auto_imported": false,
4562
+ "_intake_method": "manual-verified-curation"
4563
+ },
4464
4564
  "CVE-2023-6038": {
4465
4565
  "name": "H2O-3 REST API Unauthenticated Local File Inclusion (Arbitrary File Read)",
4466
4566
  "lesson_date": "2026-05-25",